Starter Kits
Pre-built application templates to jumpstart your development. Clone, install, and start building in under a minute.
Quick Start
bunx degit chandafa/canx-starters/basic my-appcd my-app && bun installbun run devAvailable Starters
View on GitHubFull MVC application with authentication, dashboard, and Tailwind CSS styling. Perfect for building web applications with server-side rendering.
bunx degit chandafa/canx-starters/basic my-appMinimal REST API starter with JWT authentication. Ideal for building backend services, mobile app backends, or microservices.
bunx degit chandafa/canx-starters/api my-apiAdmin dashboard template with data tables, stats cards, and CRUD operations. Build back-office applications quickly.
bunx degit chandafa/canx-starters/admin my-adminFeatures Comparison
| Feature | 🏗️ Basic | ⚡ API | 🛠️ Admin | 💼 SaaS |
|---|---|---|---|---|
| Authentication | ||||
| Dashboard UI | — | |||
| Tailwind CSS | — | |||
| Data Tables / CRUD | — | |||
| Multi-tenancy | — | — | — | |
| Billing / Stripe | — | — | — | |
| Team Management | — | — | — |
Which Starter Should I Use?
Basic
Choose this if you're building a web application with user authentication, profile pages, and server-rendered views.
API
Choose this if you're building a REST API, mobile app backend, or microservice without any frontend.
Admin
Choose this if you're building an admin panel, internal tool, or back-office application with data management.
SaaS
Choose this if you're building a SaaS product with multiple workspaces, team features, and subscription billing.