No description
  • TypeScript 84.2%
  • MDX 11.7%
  • CSS 2.4%
  • JavaScript 1.7%
Find a file
2026-03-10 23:41:09 -07:00
app Match AeThex brand identity: hexagon logo + uppercase headlines 2026-03-11 05:58:27 +00:00
components Match AeThex brand identity: hexagon logo + uppercase headlines 2026-03-11 05:58:27 +00:00
content/news Initial AeThex Foundation website 2026-03-10 06:53:22 +00:00
lib Initial AeThex Foundation website 2026-03-10 06:53:22 +00:00
.env.example Initial AeThex Foundation website 2026-03-10 06:53:22 +00:00
.gitignore Initial AeThex Foundation website 2026-03-10 06:53:22 +00:00
next.config.js Initial AeThex Foundation website 2026-03-10 06:53:22 +00:00
package-lock.json Initial AeThex Foundation website 2026-03-10 06:53:22 +00:00
package.json Initial AeThex Foundation website 2026-03-10 06:53:22 +00:00
postcss.config.js Initial AeThex Foundation website 2026-03-10 06:53:22 +00:00
railway.toml Initial AeThex Foundation website 2026-03-10 06:53:22 +00:00
README.md Initial AeThex Foundation website 2026-03-10 06:53:22 +00:00
tailwind.config.js Initial AeThex Foundation website 2026-03-10 06:53:22 +00:00
tsconfig.json Initial AeThex Foundation website 2026-03-10 06:53:22 +00:00
vercel.json Initial AeThex Foundation website 2026-03-10 06:53:22 +00:00

aethex.org — AeThex Foundation

The public-facing website for the AeThex Foundation, the nonprofit arm of the AeThex Trinity.

Stack

  • Framework: Next.js 14 (App Router)
  • Styling: Tailwind CSS
  • Icons: Lucide React
  • Language: TypeScript

Getting Started

# Install dependencies
npm install

# Run dev server
npm run dev

# Build for production
npm run build
npm start

Pages

Route Description
/ Homepage — hero, impact, programs, CTA
/mission Mission, vision, values, origin story
/programs GameForge, education, open source, community
/get-involved Volunteer, contribute, donate, partnerships
/news Blog / announcements (placeholder data)

Branding

  • Primary color: Foundation Red (#DC2626 / foundation-500)
  • Typography: Outfit (display) + DM Sans (body)
  • Design: Clean nonprofit aesthetic with red accents

Next Steps

  • Replace placeholder news posts with CMS or MDX
  • Add Open Collective / donation integration
  • Connect Discord widget or member count API
  • Add favicon and OG images
  • Deploy (Vercel, Railway, or Cloudflare Pages)

Trinity Color System

Entity Color Domain
Foundation 🔴 Red aethex.org
Corporation 🔵 Blue aethex.com
Labs 🟡 Yellow aethex.dev

Built with ❤️ by the AeThex Foundation.