Skip to content

SkylarKitchen/experiments

Repository files navigation

Experiments

A monorepo of frontend experiments and prototypes.

Structure

├── 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

Quick Start

# 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

Tech Stack

  • 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

About

Frontend experiments and projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors