Skip to content

bradleyjpassehl-eng/Aves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AVES — Sovereign Intelligence Estate

A crown-grade Next.js website showcasing the AVES constellation: a sovereign intelligence system built on clarity, prestige, and precision.

Quick Start

Prerequisites

  • Node.js 16+ installed
  • npm or yarn

Local Development

  1. Install dependencies:

    npm install
  2. Run the development server:

    npm run dev

    Open http://localhost:3000 in your browser.

  3. Build for production:

    npm run build
    npm start

Tech Stack

  • 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

Project Structure

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

Pages

  • 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

Deployment on Vercel

  1. Prepare the project:

    npm install
    npm run build
  2. Deploy:

    • Go to https://vercel.com/drop
    • Drag and drop the project folder or ZIP file
    • Wait for build completion
    • Access your live URL
  3. Custom Domain (Optional):

    • In Vercel project settings, add a custom domain
    • Update DNS records as instructed

Design System

Color Palette

  • Aves Black: #050509 — Primary background
  • Aves Gold: #d4af37 — Accent and prestige
  • Aves Platinum: #e5e7eb — Primary text

Typography

  • Tracking and letter-spacing for ceremonial presentation
  • Responsive font sizes (mobile → desktop)
  • Uppercase labels and navigation for prestige

License

© 2026 AVES. All rights reserved.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors