Templates

Start from working screens.

Three complete example apps live in the repo, built the same way the docs tell you to build yours — tokens imported once, components copied into src/lib. Clone, run, and gut them for parts.

$ git clone https://github.com/a3tai/mittsu && cd mittsu && npm install
source-first

Templates aren't installed through the CLI — they're ordinary workspaces in the monorepo. Copy whole screens into your app, or use them as a reference for how the pieces compose. The getting-started guide covers the from-scratch path.