Nexus AI

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

  1. Installation — prerequisites, install, run
  2. Customization — colors, fonts, logo, accent themes, layout
  3. Pages Overview — all 20 pages and what they do
  4. Components Guide — the reusable component library
  5. Mock Data — how the demo data works and how to edit it
  6. Connecting a Database — swap mock data for a real backend
  7. Deployment — Vercel, custom domains, environment variables
  8. FAQ — licensing, support, common questions
  9. 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