Ecosystem

Starter Kits

4 Kits

Pre-built application templates to jumpstart your development. Clone, install, and start building in under a minute.

Quick Start

1Clone the starter
bunx degit chandafa/canx-starters/basic my-app
2Install dependencies
cd my-app && bun install
3Start development
bun run dev

Available Starters

View on GitHub
🏗️

Canx Basic

canx-starter-basic

Full MVC application with authentication, dashboard, and Tailwind CSS styling. Perfect for building web applications with server-side rendering.

Login & Register
Dashboard UI
Tailwind CSS
Session Auth
Queue Dashboard
bunx degit chandafa/canx-starters/basic my-app

Canx API

canx-starter-api

Minimal REST API starter with JWT authentication. Ideal for building backend services, mobile app backends, or microservices.

JWT Auth
API Routes
Validation
Error Handling
TypeScript
bunx degit chandafa/canx-starters/api my-api
🛠️

Canx Admin

canx-starter-admin

Admin dashboard template with data tables, stats cards, and CRUD operations. Build back-office applications quickly.

Admin Dashboard
Data Tables
User Management
Stats Cards
Sidebar Layout
bunx degit chandafa/canx-starters/admin my-admin
💼

Canx SaaS

canx-starter-saas

Complete SaaS starter with multi-tenancy, team management, and billing-ready infrastructure. Launch your SaaS product faster.

Multi-tenancy
Team Management
Billing Ready
Subscription Plans
Landing Page
bunx degit chandafa/canx-starters/saas my-saas

Features 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.

Ready to Build?

Pick a starter and start building your next great project. All starters include the Queue Dashboard at /canx-queue.