Feature Overview
The starter template comes with a set of production-ready features to help you move quickly. These are modular and can be customized or extended based on your project.
Core Features
- Authentication – user accounts, social logins, and secure sessions
- CMS Integration – edit content visually with inline fields
- Docs & Blog – built-in support for MDX-based content
- Changelog & Roadmap – keep users informed with updates
- Pricing & Billing – subscription plans with checkout integration
- Dashboard Layout – responsive and accessible app shell
- SEO Ready – metadata, Open Graph, and sitemap support
Developer Experience
- TypeScript strict mode
- Pre-configured linting & formatting
- Example tests for components and API routes
- Built-in environment variable handling
- Fast local setup with
yarn
# Install dependencies
yarn install
# Start dev server
yarn dev
UI Components
Reusable, styled components are included for common needs:
- Buttons, inputs, forms
- Cards, lists, modals
- Tabs, accordions, tooltips
- Dark mode ready

Extend as You Grow
You can enable, remove, or replace modules without breaking the project structure. Start lean, then extend as your product grows.