Developer
Baseline Review
Older review findings reconciled against the current Bun superrepo prototype.
Baseline Review
This page preserves the older gitignored review context and reconciles it with the current migrated app.
Still Current
- Contact form is still presentational and cannot submit a usable inquiry.
- Mobile navigation still overflows because the fixed nav shell is hard-coded to
850px. - The hero overlay is still behind the video layer.
- Footer social links still use
href="#". - Overlay social/contact metadata is still non-action text.
- Pexels fallback behavior still produces brittle/off-brand imagery when no API key is configured.
Changed Since The Old Review
- The repo is now a Bun workspace with
apps/web,apps/docs, andpackages/shared. - The website lint script now uses
eslint .instead ofnext lint. - ESLint config packages are declared in
apps/web/package.json. apps/web/next.config.tsnow setsturbopack.rootto the superrepo root.- The copied web app excludes the old backup page, local
.env.local,package-lock.json, and Windows metadata artifact. - Docs now live in a stock dark Fumadocs app under
apps/docs.
New Screenshot Review Findings
The current screenshot pass adds several design-specific findings:
- Desktop scroll-linked nav collapse works when captured from
localhost. - Mobile closed nav clips the brand and route/menu controls.
- Mobile overlay clips the contact/social column.
- Light homepage sections need a stronger nav contrast strategy.
- The footer direction is promising but needs real links and spacing refinement.
- Team and metrics content read as placeholders and should be confirmed before public launch.
See UI Review for screenshots and priorities. Infrastructure and domain changes are tracked in Recent Updates.