Getting Started
Quick Start
Get Clarix up and running in 5 minutes
Quick Start
This guide gets you from zero to a running Clarix instance in 5 minutes.
1. Install Dependencies
bun install2. Configure Environment
Copy the example env file and fill in your database credentials:
cp .env.example .env3. Push Schema
bun run db:push4. Create Your First User
Start the development server and create an account:
bun run devNavigate to http://localhost:3000/signup and create your admin account.
5. Verify Authentication
After signing up, you should be redirected to the dashboard at /dashboard. The session is synchronized across web, iPad, and Android through the shared Better Auth backend.
Next Steps
- Authentication — Learn about the auth system
- Roles & Permissions — Understand the 15-role RBAC hierarchy
- Multi-Tenancy — How organizations work