Docs
Nexus-UI is a Next.js App Router app with Tailwind CSS v4, shadcn-style UI, Framer Motion, optional Supabase auth, and Stripe for premium checkout. Follow the steps below to run it on your machine.
From the project root (where package.json lives):
npm installCopy the example file and fill in values. Auth, bookmarks, and admin routes expect Supabase; pricing flows expect Stripe keys and price IDs.
cp .env.example .env.localSee .env.example for every variable name. You can ship the marketing shell without Supabase or Stripe by leaving those keys empty; protected routes will degrade gracefully where the code allows.
npm run devOpen http://localhost:3000. Browse Components for live previews and copy-ready snippets on each detail page.
npm run buildStep-by-step docs on this site match the Nexus-UI stack. shadcn/ui and Motion link out to upstream references when you need vendor-specific detail.