Auth Forms, UI Improvements & Fixes
Introduced reusable form field components, improved authentication UI structure, upgraded core dependencies, and fixed CI and documentation issues while strengthening auth configuration security.
- Reusable, composable form field components added to the shared UI package
- Split the unified CredentialsForm into separate SignInForm and SignUpForm components for a cleaner auth UI
- Updated shadcn/ui components to use unified @radix-ui primitives
- Upgraded Zod to v4 for improved schema validation performance and API
- Fixed missing environment variables in the CI build job
- Shared a single auth secret across all environment files to prevent secret drift
Auth Secret Consistency & Security Improvement
Improved authentication security by standardizing the auth secret across all environment files to prevent configuration drift.
Improved App Name Handling in Scaffolding
Improved project scaffolding to support whitespace in app names, automatically trimming and formatting them for environment variables and display.
Monorepo Fixes & Environment Improvements
Improved development environment loading, resolved monorepo dependency resolution issues, fixed lint errors in scaffolded apps, and added metadataBase to eliminate configuration warnings.
Scaffolding Enhancements, Documentation Site & Fixes
Enhanced project scaffolding with automatic package manager detection, introduced a Fumadocs-powered documentation site with structured MDX content, added tooling to generate documentation for scaffolded apps, and fixed formatting checks during scaffolding.
Developer experience improvements
Improved developer experience by enhancing the scaffolding CLI with multi-package-manager support, adding tooling for environment setup and code formatting, refining project initialization, and improving configuration consistency across templates.
Scaffolding script improvements
Improved project scaffolding scripts, optimized Docker Compose for production, refined GitHub workflow triggers, reorganized monorepo dependencies, and fixed the Prisma Studio script.
Added scaffolding scripts
Initial scaffolding scripts to bootstrap new projects from the monorepo template, along with improvements to environment variable management and documentation updates.
Foundation Release
The effective initial release. Includes the full monorepo foundation, Better-Auth migration, email system, 2FA, session management, and account security suite.
Unpublished from npm.
Unpublished from npm. No functional changes — version created to reclaim 1.0.0 slot after accidental deletion. Use v1.0.2 instead.
Unpublished from npm.
Unpublished from npm. Original initial release — no longer installable. All changes are included in v1.0.2.