soldermaskdocs

The app

soldermask serve runs a small web application around the pipeline. It has four pages and an API.

PageWhat it is for
Projects (/)Every board on this machine, with a thumbnail, its state and its cost. Start a new one from a sentence or a design.json; fork, rename, archive, delete.
Workbench (/p/<project>/<version>)One version of one board: copper, 3D and schematic views, the conversation that produced it, parts, nets, stock, and the version history with diffs and downloads.
About (/about)What is running: version, commit, model backend, router, data directory, changelog.
Benchmarks (/benchmarks)What the shipped models scored on boards they never fit on, and what the pipeline scores on boards it wrote from a prompt. Read off disk; nothing is computed on the page.

Everything the pages do goes through the HTTP API, so a script can do it too.

Projects