Central homepage for Deepcomet — an umbrella organization spanning four branches: Deepcomet AI, Deepcomet Science, Deepcomet Tech, and Deepcomet Foundation.
- Framework: Next.js (App Router, static export)
- UI: shadcn/ui + Tailwind CSS
- Animations: Framer Motion
- Icons: Lucide React
- Deployment: GitHub Pages with custom domain
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm build- Home — Hero section with space video background, the four Deepcomet branches, and CTA
- About — Mission, vision, values, and the org's founding journey
- Projects — Core projects (Aurelia, Zenith Kernel, SkyOS, Voyage, S#, Ferrum OS) and scientific packages
- Contact — Contact methods and ways to get involved
- ai.deepcomet.space — Deepcomet AI
- science.deepcomet.space — Deepcomet Science
- voyage.deepcomet.space — Voyage (Deepcomet Tech)
The site is automatically deployed to GitHub Pages via GitHub Actions on push to main. The custom domain deepcomet.space is configured via the CNAME file.
See LICENSE for details.