Web audio synthesizer inspired by SunVox
Applications:
- Synth Playground - Interactive playground for experimenting with synth package
- Coming soon
Libraries:
- @repo/synth - Core synthesizer engine with node-based architecture
- @repo/editor - Visual node-based editor for creating tracks
- @repo/ui-kit - UI component library
- @repo/web-audio - Low-level Web Audio API utilities and helpers
- @repo/common - Shared utilities and common functions
pnpm install # Install dependencies
pnpm add turbo --global # Use turbo to run scripts
turbo dev # Start all development servers
turbo test:unit # Run unit tests
turbo test:screen # Run playwright tests
turbo lint # Check formatting and types
turbo lint:fix # Fix formatting
turbo lint:fix-unsafe # Apply potentially breaking fixes if available