A monorepo of frontend experiments and prototypes.
├── apps/ # Standalone applications
│ └── inspo/ # Tauri + Vite inspiration app
├── demos/ # Tech demos & learning
│ ├── shadcn/ # Shadcn UI components
│ ├── spark/ # Spark demo
│ └── theatre/ # Theatre.js + R3F animations
├── portfolio/ # Portfolio experiments
│ ├── vucko-style/ # GSAP + Lenis smooth scroll
│ └── web-designer/ # Next.js portfolio
├── skills/ # Claude/AMP skills
├── archive/ # Completed experiments
└── _templates/ # Project starters
# Install all dependencies
npm install
# Run a specific project
npm run dev:inspo
npm run dev:vucko
npm run dev:shadcn
# Build everything
npm run build:all
# Clean node_modules and build artifacts
npm run clean- Frameworks: Next.js, Vite, Tauri
- Styling: Tailwind CSS v4, Shadcn UI
- Animation: Framer Motion, GSAP, Theatre.js, Lenis
- 3D: Three.js, React Three Fiber, Drei
- Language: TypeScript, React 19