Social "Stories" for Music Producers - Share loops directly from your DAW
Sidechain is a VST3/AU plugin that brings social media into your music production workflow. Share 8-bar loops, discover what other producers are making, and build a community without ever leaving Ableton Live.
The Problem: Producers are isolated in their DAWs, spending hours perfecting loops that no one ever hears. Existing platforms like SoundCloud are antisocial, Instagram doesn't understand music, and TikTok is for finished tracks, not the creative process.
The Solution: A social feed that lives inside your DAW. One click to share what you're working on, infinite scroll to discover fresh inspiration, all without disrupting your creative flow.
- Works inside Ableton Live, FL Studio, Logic Pro, and more
- Capture audio from any track or the master bus
- One-click sharing of highlighted regions
- Audio previews play through your existing monitors
- Instagram-style feed of loops from producers worldwide
- Follow your favorite artists and see their latest sketches
- Like, share, and discover trending sounds
- Real-time "π’ Live in Studio" presence indicators
- No export/upload friction - share directly from your session
- Automatic tempo and key detection
- Genre tagging and smart recommendations
- "Drop to Track" button adds discovered loops to your project
- Pattern Sharing: Upload MIDI alongside audio for remixing
- Visual Piano Rolls: Animated piano rolls that sync with audio playback
- Hidden Synth Easter Egg: Secret synthesizer unlocked by chord sequences
- MIDI Battle Royale: Weekly producer challenges with creative constraints
- See who's producing in real-time
- Collaborative playlists and remix chains
- Cross-DAW MIDI collaboration
- Project file exchange
- Download the VST plugin
- Load in your DAW and authenticate
- Highlight an 8-bar section
- Click "Share Loop"
- Start discovering and following other producers
# Clone the repository
git clone https://github.com/zfogg/sidechain.git
cd sidechain
# Set up the backend
cd backend
go mod download
cp .env.example .env
# Add your getstream.io credentials to .env
go run cmd/server/main.go
# Set up the VST plugin
brew install juce
cd ../plugin
make
make installSee CLAUDE.md for detailed development instructions.
- Cross-platform audio plugin (VST3, AU, AAX)
- Captures audio selections from the DAW
- Embedded social feed UI with audio preview
- WebSocket connection for real-time updates
- RESTful API for authentication and audio upload
- getstream.io integration for social feeds and engagement
- Audio processing pipeline (normalization, compression)
- WebSocket server for live presence features
- Audio Storage: Cloudflare R2 / AWS S3
- CDN: Cloudflare for global distribution
- Social Engine: getstream.io Activity Feeds
- Database: PostgreSQL for metadata
- Deployment: Docker + Railway/Vercel
- Basic VST shell that loads in DAWs
- Authentication flow with device claiming
- Simple audio capture and upload
- Basic feed display with playback
- Master bus audio capture
- MP3 encoding and waveform generation
- CDN upload with progress tracking
- Loudness normalization (-14 LUFS)
- getstream.io feed integration
- Like/follow system
- Real-time updates via WebSockets
- Basic producer profiles
- Genre tagging and recommendations
- Search and trending algorithms
- Performance optimization
- Cross-DAW compatibility testing
- Framework: JUCE 7
- Language: C++17
- UI: Native JUCE components + embedded web views
- Audio: Real-time processing with DAW integration
- Language: Go 1.21+
- Framework: Gin (HTTP) + Gorilla (WebSockets)
- Social: getstream.io Activity Feeds SDK
- Database: PostgreSQL with GORM
- Storage: Cloudflare R2 / AWS S3
- Containerization: Docker
- Deployment: Railway (backend) + direct download (VST)
- Monitoring: Built-in health checks
- CI/CD: GitHub Actions (planned)
We're building in public! Check out our development plan and Claude development guide.
- Join our Discord community
- Pick an issue labeled
good-first-issue - Fork, implement, and submit a PR
- Become part of the producer social revolution
- C++/JUCE Experts: VST compatibility and performance
- Go Backend: API design and getstream.io integration
- Audio Processing: Loudness normalization and encoding
- UI/UX: Producer-focused interface design
- Testing: Cross-DAW compatibility
- Discord: Join our community (coming soon)
- Reddit: r/SidechainVST for discussions and feedback
- Twitter: @SidechainVST for updates
MIT License - Build on top of Sidechain, sell it, remix it, we don't care. Just make something cool.
Q: Will this crash my DAW? A: We're obsessive about stability. All network operations run on background threads, and we test extensively with high CPU projects.
Q: What about copyright issues? A: Phase 1 focuses on original content sharing. Audio fingerprinting for copyright protection is planned for v2.
Q: Which DAWs are supported? A: Starting with Ableton Live (most producers), then FL Studio and Logic Pro. VST3/AU compatibility means most DAWs should work.
Q: Is my audio data private? A: You control what you share. Private sessions stay private. All uploaded audio can be deleted anytime.
Q: How much does it cost? A: Free for basic features. Pro tier ($5/month) planned with unlimited uploads and analytics.
Built with β€οΈ by producers, for producers