OVERVIEW
- FRAMEWORK: NEXT.JS 15 (APP ROUTER)
- RUNTIME: REACT 19
- STYLING: TAILWIND CSS V4
- TYPES: STRICT TYPESCRIPT
- DEPLOY: VERCEL OPTIMIZED PIPELINE
- DELIVERY MODEL: SELF-SERVE TEMPLATE
NEXUS AI · TECHNICAL DOCUMENTATION
This guide is optimized for teams that need a production-grade starter with low communication overhead. Follow the runbook below and ship with predictable outcomes.
Core modules are segmented by responsibility to keep customization predictable and upgrade-safe.
nexus-ai/ ├─ app/ │ ├─ page.tsx │ ├─ layout.tsx │ └─ docs/ │ └─ nexus-ai/page.tsx ├─ components/ │ ├─ site-header.tsx │ ├─ products-grid.tsx │ ├─ compiler-viewport.tsx │ └─ build-principles.tsx ├─ lib/ │ ├─ nexus.ts │ └─ studio-contact.ts └─ app/globals.css
app/ page.tsx // homepage messaging + section ordering components/ site-header.tsx // logo, nav labels, support link products-grid.tsx // product cards, spec sheet, CTAs compiler-viewport.tsx // live preview shell + blueprint overlays lib/ nexus.ts // demo URL, checkout URL, docs route
Can we use this for client work?
Yes. A single-site license covers one production deployment for one end product.
Do we need meetings to launch?
No. The template is structured for self-serve setup with clear extension seams.
Can we swap integrations later?
Yes. Data layers and UI primitives are decoupled so services can be replaced incrementally.