A beautiful, high-performance particle and wave animation system built with React and Vite.
npm install
npm run dev
# Opens at http://localhost:3001All documentation has been organized in /docs/:
- QUICK_START - Get running in 3 steps
- README - Complete project overview
- DEVELOPMENT - Architecture & coding guide
- PROJECT_STRUCTURE - File organization
- MIGRATION_GUIDE - Why we switched from Next.js
- FEATURES_IMPLEMENTATION - Feature checklist
- DOCS_INDEX - All documentation index
- Wave animations with real-time particle effects
- Interactive particle emitters with physics
- 60+ FPS optimized rendering
- Color-responsive wave harmonics
- Distortion fields and visual effects
- Complete TypeScript support
- Get Started:
npm run dev - Read Docs: Start with
/docs/QUICK_START.md - Deploy:
npm run buildthen upload/dist
- ✅ Production Ready
- ✅ 0 Type Errors
- ✅ 60+ FPS Performance
- ✅ Comprehensive Documentation
- ✅ Works Anywhere (Static Build)
See HOUSEKEEPING_SUMMARY.md for full details on what's been implemented and organized.