> ## Documentation Index
> Fetch the complete documentation index at: https://docs.featherframework.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Kanban tutorial series

> Build a production-ready Kanban board from a static page to a deployed multi-tenant SaaS, covering every major Feather feature.

Each part builds on the previous one.

<CardGroup cols={2}>
  <Card title="1. Static board UI" icon="layout-template" href="https://github.com/RolandFlyBoy/Feather/blob/main/tutorials/01-static-board-ui.md">
    Templates, components and Tailwind. A board that looks right before it does anything.
  </Card>

  <Card title="2. Persistent boards" icon="database" href="https://github.com/RolandFlyBoy/Feather/blob/main/tutorials/02-persistent-boards.md">
    Models, HTMX and partials. Cards that survive a refresh.
  </Card>

  <Card title="3. Drag and drop" icon="move" href="https://github.com/RolandFlyBoy/Feather/blob/main/tutorials/03-drag-and-drop.md">
    Islands, `OrderingMixin` and optimistic updates.
  </Card>

  <Card title="4. Personal Kanban" icon="user" href="https://github.com/RolandFlyBoy/Feather/blob/main/tutorials/04-personal-kanban.md">
    Auth, the admin panel, GCS storage and background jobs.
  </Card>

  <Card title="5. SaaS Kanban" icon="building-2" href="https://github.com/RolandFlyBoy/Feather/blob/main/tutorials/05-saas-kanban.md">
    Multi-tenancy and platform admin.
  </Card>

  <Card title="6. Deploying" icon="ship" href="https://github.com/RolandFlyBoy/Feather/blob/main/tutorials/06-deploying.md">
    Docker, Caddy, a VPS, backups and CI/CD.
  </Card>
</CardGroup>

<Note>
  The tutorials live in the
  [Feather repository](https://github.com/RolandFlyBoy/Feather/tree/main/tutorials) as
  Markdown. Each card links to its source.
</Note>
