Skip to main content

v0.0.1

Initial public release of the Next.js application template.

SectionHistory / Releases
UpdatedJul 6, 2026
AuthorTemplate Maintainers
Versionv0.0.1
Reading time2 min

v0.0.1

v0.0.1 is the initial public release of the Next.js application template. It establishes the first reusable baseline for services built with Next.js, Prisma, Better Auth, Tailwind CSS v4, and shadcn/ui.

Highlights

  • Next.js 16, React 19, and TypeScript starter with App Router structure.
  • Tailwind CSS v4 and shadcn/ui component foundation.
  • Prisma and PostgreSQL setup with generated client and initial migration.
  • Better Auth integration with social login scaffolding.
  • Feature Slice Design structure for business logic.
  • Shared layout, navigation, metadata, sitemap, robots, Open Graph, and Twitter image setup.
  • Example authenticated application shell with dashboard, workspace, and account areas.

What changed for template users

The first release provides a working application foundation rather than a blank starter. It includes public landing and welcome flows, protected route handling, a health endpoint, reusable UI primitives, Better Auth sessions, account settings, and workspace repository/action patterns.

It also adds contributor, security, environment, and post-template setup documentation so a new app can be configured after generation.

Setup notes

Before using the template for a real project, configure:

  • DATABASE_URL
  • BETTER_AUTH_SECRET
  • BETTER_AUTH_URL
  • PUBLIC_BASE_URL
  • OAuth provider credentials for the providers you plan to enable

Then follow TEMPLATE.md for the recommended setup sequence.

Quality

The release includes Jest coverage for core UI and configuration regressions, plus follow-up fixes for dashboard route imports, Prisma local tooling fallback, workspace data flow, theme hydration, and template messaging.