Standalone product showcase for Routism — editorial design inspired by Neue Montreal.
Not the product dashboard (Routism/ui). This site lives outside the product repository.
npm ci
npm run dev # http://localhost:3100npm run build
npm start # http://localhost:3100Optional production site URL for metadata:
# .env.local
NEXT_PUBLIC_SHOWCASE_URL=https://your-domain.exampleSee .env.example.
Install commands, model id, GitHub URL, and ports come from lib/product-facts.ts (aligned with the Routism product README). Presentational strings live in lib/content.ts.
- Next.js App Router
- GSAP ScrollTrigger + Lenis
- Tailwind CSS
Port 3100 avoids clashing with the product UI on 3000.