A crown-grade Next.js website showcasing the AVES constellation: a sovereign intelligence system built on clarity, prestige, and precision.
- Node.js 16+ installed
- npm or yarn
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
Open http://localhost:3000 in your browser.
-
Build for production:
npm run build npm start
- Next.js 14 — React framework with SSR and static generation
- Tailwind CSS — Utility-first CSS framework
- GSAP — Animation library for entrance effects
- PostCSS & Autoprefixer — CSS processing and vendor prefixes
aves-site/
├── public/ # Static assets
├── src/
│ ├── components/ # Reusable React components
│ ├── pages/ # Next.js pages and routes
│ └── styles/ # Global CSS and Tailwind
├── package.json
├── tailwind.config.js
├── jsconfig.json
└── next.config.js
- Gate (
/) — Hero section introducing the estate - Constellation (
/constellation) — The Titan architecture - House (
/about) — Identity, lineage, and authority - Story Engine (
/story-engine) — Interactive narrative processor - Prosperity (
/prosperity) — Conceptual wealth visualization - Archive (
/archive) — Journal and historical records - Chambers (
/chambers) — Tiered access architecture - Contact (
/contact) — Sovereign communication node
-
Prepare the project:
npm install npm run build
-
Deploy:
- Go to https://vercel.com/drop
- Drag and drop the project folder or ZIP file
- Wait for build completion
- Access your live URL
-
Custom Domain (Optional):
- In Vercel project settings, add a custom domain
- Update DNS records as instructed
- Aves Black:
#050509— Primary background - Aves Gold:
#d4af37— Accent and prestige - Aves Platinum:
#e5e7eb— Primary text
- Tracking and letter-spacing for ceremonial presentation
- Responsive font sizes (mobile → desktop)
- Uppercase labels and navigation for prestige
© 2026 AVES. All rights reserved.