Every project is a single TOML file. Placement, routing, schematics, BOM, 3D renders, and the page you're reading are all generated from it by the same Rust pipeline. Six boards live so far.
Remote keyboard, video, and mouse control over IP. Built with RISC-V, designed in KiCad 10, simulation-first.
Each is a single TOML.
site/src/projects/<slug>.toml defines name, spec, BOM, schematics, mech, instructions.
designgraph + analytical placer + 3D VG router turn TOML into a routed .kicad_pcb. KiCad CLI exports PNGs, SVGs, GLB.