Modern website for Deepcomet — pioneering the next generation of AI, science, and space exploration.
- 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, focus areas, and CTA
- About — Mission, vision, values, and journey timeline
- Research — Active research areas, publications, and collaboration opportunities
- Contact — Contact methods and ways to get involved
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.