Starter template

Start with the smallest real Pikku app.

This starter gives an AI the full path: routed frontend, generated data hooks, auth, session guard, and a tiny backend it can safely expand.

Frontend

Vite, TanStack Router, React Query, and generated Pikku hooks.

Backend

One protected read function, one update function, and matching HTTP routes.

Auth

Email and password login, cookie sessions, and a protected app route.