Loading...
311 production-ready starter kits to launch your next project.
Browse our curated collection of premium starter kits organized by category and technology stack. Each template comes with complete source code, thorough documentation, and a one-click deploy option. Find the perfect foundation for your next SaaS, dashboard, landing page, or full-stack application.
Fully typed REST API
Secure token-based auth
100 req/15min per IP
Interactive API docs at /api-docs
/api/healthHealth check/api/auth/registerRegister user/api/auth/loginLogin/api/usersList users (admin)/api/users/meCurrent user/api/users/meUpdate profilemodel User {
id String @id @default(cuid())
name String?
email String @unique
passwordHash String?
role String @default("USER")
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
}Production-ready REST API in minutes
Sign in to your account
Don't have an account?
Authentication done right