Features by adoption stage
Use one taxonomy across the product surface: Foundation for core stack, Example for reference modules, Optional for opt-in integrations, and Coming Soon for roadmap callouts.
Authentication & Authorization
Production-grade auth powered by Clerk — handles everything from social logins to MFA.
Database & ORM
Type-safe database access with Prisma, pre-configured for PostgreSQL.
Integrations
Connect external services securely with encrypted API tokens.
GitHub Projects
Import existing GitHub repositories directly from the Projects dashboard.
Issue Tracking
Track and manage issues per project, with optional GitHub Issues sync.
Pull Request Visibility
See open pull requests alongside your issues. Link out to GitHub for code review — no UI bloat.
UI Component Library
shadcn/ui components with Tailwind CSS v4, dark mode, and full accessibility.
App Router & Routes
Next.js 16 App Router with route groups, layouts, and 15+ pre-built routes.
Dashboard Modules
Core routes (overview, projects, tasks, profile, settings, changelog) plus example modules you can keep, customize, or remove.
Testing & Quality
Full testing pyramid with Vitest for units and Playwright for end-to-end.
Deployment & DevOps
Zero-config Vercel deployment with Docker for local development.
Developer Experience
The tooling you want, pre-configured and out of your way from day one.
All 19 included routes
Public routes are accessible to everyone. Authenticated routes redirect to sign-in if no session is present.
Home
/
Features
/features
Documentation
/docs
Customization
/customization
Sign In
/sign-in
Sign Up
/sign-up
Dashboard
/dashboard
Analytics
/dashboard/analytics
Projects
/dashboard/projects
Tasks
/dashboard/tasks
Team
/dashboard/team
API Keys
/dashboard/api-keys
Notifications
/dashboard/notifications
Profile
/dashboard/profile
Settings
/dashboard/settings
Changelog
/dashboard/changelog
Admin Overview
/admin
User Management
/admin/users
System Health
/admin/system
Ready to build on top of this?
Fork the repo and make it yours. The Customization Guide walks you through what to keep, what to replace, and how to use the feature registry for clean removals.