All releases
v1.0.0

Initial Release

Core Framework

  • TanStack Start with file-based routing and server-side rendering
  • shadcn/ui component library with Tailwind CSS v4

Authentication

  • Supabase Auth with email/password sign-up, login, and password reset
  • Protected routes using _authenticated layout guard

User Profiles

  • User profiles with auto-creation via PostgreSQL trigger on sign-up

Developer Experience

  • GitHub Actions CI/CD pipeline
  • Vercel deployment with analytics integration
  • Biome for linting and formatting
  • Vitest for unit testing
  • Husky pre-commit hooks