The platform for modern teams
Build, deploy, and manage your applications with a unified dashboard. Analytics, user management, and integrations — all in one place.
Everything you need, nothing you don't.
Integrates with the tools your team already uses
Capabilities
Everything you need to build and scale
From user management to analytics, integrations to security — a complete toolkit for modern SaaS applications.
Lightning Fast
Built on Next.js with server components and edge functions. Every page loads instantly with zero configuration.
Powerful Integrations
Connect to Slack, GitHub, Stripe, and dozens more. Pre-built connectors get you running in minutes.
Secure by Default
Role-based access control, API key management, and full audit logs. Enterprise-grade security out of the box.
Real-time Analytics
Track usage, monitor performance, and understand your users with built-in dashboards and custom reports.
Team Collaboration
Invite your team, assign roles, and work together. Activity feeds and notifications keep everyone in sync.
Fully Customizable
8 color themes, 6 font families, and a modular component system. Make it yours without fighting the framework.
How it works
Three steps to launch
Set up your workspace
Create your project, invite your team, and connect your existing tools. Guided onboarding gets you running in under five minutes.
Build and iterate
Use the dashboard to manage users, track analytics, and configure integrations. Every change is logged and auditable.
Scale with confidence
Monitor performance, manage API keys, and control access. From prototype to production without changing tools.
Pricing
Simple, transparent pricing
Start free, upgrade when you need to. No hidden fees.
Starter
For individuals and small projects
- Up to 3 team members
- 1,000 API requests/month
- Basic analytics
- Community support
- 1 integration
Pro
For growing teams that need more power
- Unlimited team members
- 100,000 API requests/month
- Advanced analytics & reports
- Priority support
- Unlimited integrations
- Custom themes
- Audit logs
- API key management
Enterprise
For organizations with advanced needs
- Everything in Pro
- Unlimited API requests
- SSO & SAML
- Dedicated support
- Custom SLAs
- On-premise deployment
- Advanced security controls
FAQ
Frequently asked questions
This is a production-ready Next.js admin dashboard template. It includes authentication, user management, a full design system, data tables, settings pages, and more — everything you need to ship a SaaS product.
Next.js on Cloudflare Workers via OpenNext, TypeScript, Tailwind CSS v4, shadcn/ui (@discence/ui), Better Auth on D1 for sessions, Drizzle over Cloudflare D1, R2 for uploads, KV for flags/cache, Queues + Cron Workers for background work, Turnstile for bots, and bun as the package manager. Design tokens use OKLCh for precise theming.
Absolutely. The template ships with 8 color themes (Nord, Dracula, Catppuccin, GitHub, Solarized, Rose Pine, Tokyo Night) and 6 font families. All colors use semantic tokens, so switching themes is instant and consistent.
Yes. It includes middleware-based route protection, API key management, audit logging, role-based access control patterns, and comprehensive error handling. The architecture is designed to scale from prototype to production.
The DataTable is built on TanStack Table with virtualization for large datasets, column sorting, filtering, resizing, reordering, row selection with bulk actions, persistent settings via localStorage, and a display popover for grouping and ordering.
This template ships Better Auth with a D1 adapter (edge-native). The app obtains the session via Better Auth helpers rather than Firebase. You can still introduce another provider, but D1/Workers compatibility must be verified — that is the intentional Cloudflare baseline, not a leftover Firebase path.