A frontend-only rapid prototyping app for an ARG (Alternate Reality Game) platform launch flow.
Landing Page → ARG Section → Platform Opens → Path Selection
npm install
npm run devOpen http://localhost:3000 to view the prototype.
| Route | Description |
|---|---|
/ |
Landing page - entry point |
/arg |
ARG section - game experience |
/platform |
Platform - main content area |
/paths |
Path selection - user choices |
- Next.js 14+ (App Router)
- TypeScript
- Tailwind CSS + shadcn/ui
npx shadcn@latest add [component-name]Deployed automatically to Vercel.