Enter the Metagame Layer — a sleek, animated app uniting UI, motion, and immersive sections inspired by Zentry.
- Click here to visit the live site: Click here
Custom, stylized 404 experience:
Next.js 15 (App Router, Turbopack)
React 19
TypeScript 5
Tailwind CSS 4 (via
@tailwindcss/postcss)GSAP 3 +
@gsap/reactfor animationsDeployed on Vercel
- Animated hero and section transitions powered by GSAP
- Bento-style content grid with subtle tilt and hover effects
- Custom fonts and theme tokens in
src/app/globals.css - Optimized assets in
public/(images, videos, audio) - Responsive, mobile-first design
npm install
npm run devOpen http://localhost:3000 in your browser.
dev: Run local dev server with Turbopackbuild: Production build with Turbopackstart: Start production serverlint: Run ESLint
