Shell SPA Production

Build on a clean starter that is ready for real product work.

Keep auth, admin user management, uploads infrastructure, and one reference feature. Remove the demo noise and start shipping.

Included Routes

  • /
  • /login
  • /signup
  • /app
  • /app/todo
  • /settings
  • /admin
  • /admin/users
Shell-first architecture
SSR only the application shell and run product interactions as a fast SPA.
Reference Todo feature
A compact, production-oriented feature to copy for new modules.

Start from Todo, then expand by domain.

The Todo page demonstrates auth boundaries, oRPC procedures, and repositories in one flow.

Open Todo