# Applied Tutorials

URL: /milo-cli/docs/applied-tutorials/
Section: applied-tutorials
Description: Step-by-step guides for building real CLI and terminal applications with Milo.

---

> For a complete page index, fetch /milo-cli/llms.txt.

Hands-on tutorials that walk you through building complete applications with Milo.

Build an Install Wizard

Multi-screen flow with forms, validation, and side effects

Build a three-screen installer using Flows, Forms, and Sagas — the full Milo stack.

(./build-a-wizard/)

Build a Counter App

Interactive terminal app with reducer state and Kida rendering

Build the smallest useful Milo app: key input, pure reducer, and live template rendering.

(./build-a-counter/)

Tutorial ideas

Have a tutorial you'd like to see? Open an issue (https://github.com/lbliii/milo-cli/issues) with a description of what you'd like to build.

- Real-time status dashboard with`@@TICK`and sagas

- File browser with keyboard navigation and directory tree

- Test runner with watch mode, progress bars, and session recording

## In This Section

Build a Counter App (/milo-cli/docs/applied-tutorials/build-a-counter/)

Build your first interactive Milo app with a reducer and Kida template.

Build an Install Wizard (/milo-cli/docs/applied-tutorials/build-a-wizard/)

Build a multi-screen install wizard with forms, validation, and side effects.

tutorials (/milo-cli/tags/tutorials/)
