Personal portfolio built to showcase full‑stack projects, experiments, and my “creative coding” approach.
- Home (
/): quick intro + shortcuts to sections - Work (
/work): major projects (e‑commerce/headless, AI, etc.) - Experiments (
/experiments): prototypes, technical explorations, mini‑projects - About (
/about): background and context
- Atelier (headless Shopify + custom storefront):
https://atelier-storefront.vercel.app/ - AI Image Playground (multimodal image + prompt):
https://elite-sport-storefront.vercel.app/ - SkandiWall (minimal e‑commerce):
https://skandiwall.vercel.app/ - Sandbox / experiments:
https://flobby41.github.io/sandbox/
- Next.js 15 (App Router) + React
- TypeScript
- Tailwind CSS
- Animation: Framer Motion, React Spring
- Code quality: Biome (lint/format) + TypeScript
--noEmit
Prerequisites: Node.js + a package manager (npm / pnpm / yarn / bun).
npm install
npm run devThen open http://localhost:3000.
npm run build
npm run start
npm run lint
npm run format- Main code lives in
src/app(pages) andsrc/components(UI). - Some pages link to external demos (Vercel / GitHub Pages).