The web app still renders the default Create Next App page. It shows Next.js/Vercel links and starter instructions (apps/web/src/app/page.tsx lines 1-101), so the first user-facing screen does not match the UnVibe product described in the README.
Replace the starter page with a minimal UnVibe application shell:
- brand/product header
- short product positioning
- entry points for Decode, Rebuild, Defend, Dashboard, and Tracks
- placeholder states where full features are not implemented yet
Acceptance criteria
- No Next.js/Vercel starter content remains on
/.
/ clearly presents UnVibe.
- The page does not imply unavailable functionality is production-ready.
- The page works responsively on mobile and desktop.
The web app still renders the default Create Next App page. It shows Next.js/Vercel links and starter instructions (
apps/web/src/app/page.tsxlines 1-101), so the first user-facing screen does not match the UnVibe product described in the README.Replace the starter page with a minimal UnVibe application shell:
Acceptance criteria
/./clearly presents UnVibe.