An extremely simplified version of the Ivy-Web home page — the visual shell only.
This is a single standalone Next.js + Tailwind app that reproduces the marketing home page sections (Header, Hero, Problem-We-Solve, Tendril Mockup, Download CTA, Get Involved, FAQ Teaser, Footer) with the real copy, but with plain static styling. None of the backend wiring from the real monorepo is included:
- No WebGL "norrsken" aurora shader (replaced with a static gradient)
- No scroll/entrance animations
- No
@kit/uidesign system, providers, PostHog, or GitHub/blog data fetching - No auth, no API routes, no Supabase
pnpm install
pnpm devOpen http://localhost:3000.
Continuous deployment is wired to Vercel — pushes to main deploy to production.