Dashboard
Overview of your INCISION multi-tenant platform
Total Tenants
0
All configured tenants
Active Tenants
0
Currently active
Subscriptions
--
Coming soon
Admin Users
--
Platform administrators
Quick Actions
Common administrative tasks
Recent Activity
Latest actions in the admin panel
No recent activity
Getting Started
How to configure and manage your multi-tenant INCISION platform
1. Create a Tenant
Each tenant needs their own Supabase project. Create a new project in Supabase Dashboard, then add it here with the project credentials.
2. Configure DNS
Tenants are accessed via subdomains: incision-[slug].vegvisir.digital. Ensure your DNS has a wildcard CNAME record pointing to your Vercel deployment.
3. Apply Database Schema
Each tenant's Supabase project needs the INCISION schema. Use the migration files in the repository to set up the required tables.
4. Environment Variables
After creating a tenant here, add the corresponding environment variables to your Vercel project (or update the central config in the database).