What's new

Changelog

Every version, every change — documented as the template evolves.

v1.0.0LatestMarch 2026

Initial release — the full production-ready monorepo template.

  • AddedTurborepo monorepo with apps/web (Next.js 16) and apps/api (Express + Bun)
  • AddedFirebase Auth — email/password, Google OAuth, One Tap, email verification
  • AddedFirebase Admin SDK on the API for server-side token verification
  • AddedMongoDB + Mongoose with shared model registry via packages/db
  • AddedShared packages: db, ui, logging, shared, typescript-config, eslint-config
  • Addedshadcn/ui component library with Radix UI primitives and custom theme tokens
  • AddedTanStack Query for server state management in the web app
  • AddedAxiom-backed structured logging via packages/logging
  • AddedZod schema validation on the API
  • AddedESLint, Prettier, Commitlint, Husky, lint-staged — all pre-configured
  • AddedGitHub Actions CI pipeline
  • Addedexpress-rate-limit and helmet for API security
  • AddedSeed script for database initialization
  • AddedHealth check endpoint with memory usage details