Find Yours.
Enter yourself. Keep the originals. Create when you want.
VYBZ is a living social identity that becomes a creative operating system when you create. Not a sample-pack app. Not music-only. The human is the root object. Creative Work is the unit of creation. Owner: Astra Matrix, Inc. Canonical domain: vybz.cloud.
One account · one cloud · three clients + DAW plug-in:
- VYBZ Web: Interactive live stage, rooms, and visualizers.
- VYBZ Desktop: (Tauri 2, Windows & macOS) with DAW folder watcher and studio audio routing.
- VYBZ Mobile: (Capacitor, Android-first) for companion remote mixing and mobile live streaming.
- VYBZ Broadcast Plug-in: (VST3 / CLAP / AU) directly on the master channel of Ableton, FL Studio, Logic, Reaper.
VYBZ has no anonymity. Every account is a durable identity. No ads. No connection paywalls. Messaging free forever.
One authority:
PRODUCT.md— what we are building and what we refuse to build.
Enforceable rules live insrc/product/invariants.ts.
AGENTS.mdis how to work here ·STATE.mdis where things stand ·docs/decisions/records why.
Everything else underdocs/is reference, anddocs/archive/is never authoritative.
| Module | Role |
|---|---|
| My VYBZ / Stage File | Logged-in home (/) and public /u/:id — same living profile |
| Workspace + Library | Private operating environment at /workspace and authorized works at /library — both hidden from default chrome |
| Live Creation | Real-time rooms, stage visualizer, presence, and chat |
| DAW Broadcast Plug-in | Stream master-bus audio directly from your DAW to LiveKit SFU in stereo HD |
| Android Sync & Companion | Hardware-style remote session control and mobile live mixing |
| Living Mix Engine | Catalog sequencer. Still in the tree |
| Studio Tool Drawer | DSP correction desks, Stem splitter, MIDI maker, and Car/Club acoustic preview |
| Marketplace & Pack Maker | Post-session products with SHA manifests; sell via Stripe |
- LiveKit SFU stereo music mode token generation (
livekit-tokenedge function) - Living Mix intelligent mix planner (
/library/mix) - Live Watch page with WebGL stage visualizer, presence, and V¢ tipping (
/live/:id) - Passkey-first auth, creator profiles, VDock dry playback monitor
- 9 DSP audio correction desks, stem separation, and MIDI transcription
- Sample Pack Storefront with verified Stripe checkout and signed ZIP delivery
- Forensic watermark embed/detect Edge Functions
- Universal Platform Bridge across Web, Android (Capacitor), and Desktop (Tauri)
Delivery state for each of these is recorded in STATE.md. Code merging is not delivery — see PRODUCT.md §13.
npm install
cp .env.example .env # set VITE_SUPABASE_URL + VITE_SUPABASE_ANON_KEY
npm run dev # http://localhost:5173
npm run lint
npm run test
npm run buildNode 20+. Missing Supabase env → app hard-stops (not a mock offline mode).
| Doc | Purpose |
|---|---|
PRODUCT.md |
Product authority (Living Profile) |
src/product/invariants.ts |
The rules, in code |
AGENTS.md |
Agent / ops pickup contract |
STATE.md |
Current checkpoint |
docs/decisions/ |
Decision records (0001–0011) |
docs/architecture.md |
Platform overview |
SECURITY.md |
Threat model and controls |
CONTRIBUTING.md |
Branch / PR / policy |
docs/ |
Architecture, products, design, ops, engineering |
docs/archive/ |
Historical only — never authoritative |
Report vulnerabilities privately to the Astra Matrix owners. Do not file public issues that include exploit detail for unpatched production flaws.
Proprietary — Astra Matrix, Inc. Repository: ALaustrup/VYBZ.