Marketing site for Frontier Intelligence Labs, an independent intelligence lab making frontier AI knowledge accessible. Implemented from the Claude Design project "Frontier Intelligence Labs Website".
| Page | Status |
|---|---|
Home (/) |
Implemented |
| About, Vision, Objective, Team, Contact | Roadmap (designs exist in the Claude Design project) |
npm install
npm run devOpen http://localhost:3000. Production build: npm run build, then npm run start.
app/
layout.tsx Root layout — fonts (Newsreader, IBM Plex Mono via next/font), metadata
page.tsx Home page: hero, Fig. 01, What We Do, equations, position band
globals.css Design tokens (--fil-* CSS variables) and all component styles
components/
SiteHeader.tsx Accent bar, sticky header, nav, meta strip
SiteFooter.tsx Footer columns and colophon
TunnelingFigure.tsx Client component — animated quantum-tunneling canvas (Fig. 01)
Tokens live as --fil-* CSS custom properties in app/globals.css (background, ink, muted, line, band, accent #2E45B8). Type: Newsreader (display serif, variable weight + optical size) and IBM Plex Mono (labels), self-hosted through next/font/google. The tunneling animation respects prefers-reduced-motion (renders a static frame).
npm run lint # ESLint — passing
npm run build # Type check + production build — passing, / prerenders staticallyVisual check: page verified against the design in a headless browser at 1280 and 1440 widths with no console errors.
No license file is currently checked in; all rights reserved by default.