Demo
Real screen captures from the Claude edition, shown on the device. The firmware draws the same 135 × 240 screen in the simulator and on hardware, so this is exactly what ships.
Configure & flash
The config builder opens pre-seeded with the Claude brand: the Clawd pack, the terracotta themes, the Claude agent, and BLE only. Adjust anything, flash it over USB right there, or download the config.yaml into brands/claude/.
- Same builder, Claude defaults. Every field from the config reference applies here too.
- Three ways to run it. Browser, macOS app, or Docker, covered in Build & flash.
- Lean image. Bake the brand in at compile time instead.
make brand BRAND=claude # generate headers into firmware/.gen/current cd firmware && pio run -e m5stickc-plus -t upload # build + flash (pick your board's env)