Sorter V2

Sorter V2 Documentation

The durable documentation layer for the Sorter V2 project — hardware, the local machine software, the Hive community platform, and the lab where research and contributor references live.

Start here

Getting started

New to the project? Prerequisites, contribution tracks, key resources, and how the project works.

Hardware

The physical machine — mechanics, electronics, bill of materials, and assembly notes.

Sorter

The local software running on the machine — Python backend, SvelteKit UI, setup wizard, profiles.

Hive

The community platform — shared sorting profiles, uploaded samples, crowd verification.

Lab

Research and contributor references — detector runtime findings, model artifacts, benchmarks, and the shared styleguide.

What’s stable and what’s a stub

Right now the site is uneven on purpose:

The durable rule: keep decisions and workflows in checked-in Markdown here, and treat every generated report or experiment bundle under software/sorter/backend/blob/ as disposable working state unless a document in this site promotes it.

Editing and publishing

The site source lives in docs/ and is deployed via GitHub Pages. To preview locally, run:

./docs/local-jekyll.sh serve

and open http://localhost:4000. Live-reload picks up Markdown changes automatically.