Independent research lab integrating AI/ML into science across Econ, Math, Physics, Quantum, and Bio.
- Next.js 15 (App Router) — file-based routing, real pages per route
- Framer Motion — page + element transitions
- TypeScript
- Plain CSS in
app/globals.css— no Tailwind, no design-system overhead
npm install
npm run devOpen http://localhost:3000.
npm run build
npm start| Path | Page |
|---|---|
/ |
Hero · home |
/research |
Five research domains |
/works |
Active projects (most in stealth) |
/programs |
Summer residency + research seminars |
/about |
Manifesto + lab thesis |
/contact |
Get in touch |
/join |
Apply to the residency |
SEO: sitemap.xml and robots.txt are generated at build time from app/sitemap.ts and app/robots.ts.