Tutorials
Three examples. Hello world is Stario only — one route and one HTML page. Tiles is the live board. Chat room is a multi-file product.
| Lesson | Tutorial | Example | What you learn |
|---|---|---|---|
| Bootstrap | Hello world | hello-world/ | First route, handler, HTML page |
| Live board | Realtime tiles | tiles/ | Relay, subscribe stream, POST commands |
| Product tree | Chat room | chat-room/ | app/features/, SQLite, tests |
Run chat-room with uv run stario watch app.main:bootstrap. Single-file tutorials use main:bootstrap. New projects: AI-assisted development.