Nexus AI Admin — Documentation
The complete admin dashboard for AI-powered SaaS products. Built with Next.js 16, TypeScript, Tailwind CSS v4 and shadcn/ui.
Welcome! This documentation walks you from a fresh clone to a customized, deployed dashboard.
Contents
- Installation — prerequisites, install, run
- Customization — colors, fonts, logo, accent themes, layout
- Pages Overview — all 20 pages and what they do
- Components Guide — the reusable component library
- Mock Data — how the demo data works and how to edit it
- Connecting a Database — swap mock data for a real backend
- Deployment — Vercel, custom domains, environment variables
- FAQ — licensing, support, common questions
- Internationalization — multi-language & RTL
What this template is
A production-grade frontend template — 20 fully designed pages, 70+ reusable components, dark/light mode, and realistic mock data. It's the UI layer for an AI SaaS product, ready for you to wire up to your own backend.
What's not included
This is a frontend template. The following are UI only (mocked):
- Authentication (sign-in/up pages render, but don't authenticate)
- Billing (plans and invoices are display-only)
- AI calls (the playground simulates responses)
- Email sending and database persistence
Connecting a Database shows how to add each.
Quick links
- Live demo: https://nexus-ai-admin.vercel.app
- Support: hello@cosmoclan.in
- Changelog: ../CHANGELOG.md
- License: ../LICENSE.txt