Overview of next-enterprise integrated features
mainThe next-enterprise boilerplate includes a pre-configured stack designed for high-performance, scalable applications:
- Core Framework: Next.js 15 (App Directory) with Strict TypeScript and
ts-reset. - Styling: Tailwind CSS v4, Radix UI (headless components), and CVA (Class Variance Authority).
- Package Management:
pnpmmanaged viaCorepack. - Testing Suite: Vitest, React Testing Library, and Playwright (including smoke and acceptance testing).
- Quality & Linting: ESLint 9, Prettier, and Conventional Commits.
- Observability & Monitoring: OpenTelemetry integration and Kubernetes-compatible health checks.
- DevOps & CI/CD: GitHub Actions (with bundle size and performance tracking), Renovate BOT (automated updates), and Semantic Release (automated changelogs).
- Developer Experience: Storybook, Bundle Analyzer, Absolute Imports, and T3 Env for environment variable management.