forked from abh1nash/ace-daw
-
Notifications
You must be signed in to change notification settings - Fork 8
feat: Streamline VST3 companion app installation and plugin scanning UX #1335
Copy link
Copy link
Open
Labels
Description
Context
From DAW tech stack research: We have a production-level VST3 host via Rust companion app — a major differentiator vs other web DAWs (Soundtrap, BandLab have zero plugin support). However, the installation and plugin discovery UX needs to match the quality of native DAWs like Bitwig or Ableton where plugins "just work."
Goal
Make the VST3 companion app setup as frictionless as possible — from download to first plugin load.
Acceptance Criteria
- One-click companion app download/install flow from within the DAW UI
- Auto-detect companion app status (running/not running/outdated)
- Plugin scan progress UI with categorization (instruments, effects, by vendor)
- Clear error states: companion not found, plugin failed to load, version mismatch
- Plugin browser with search, filter by type/vendor, favorites
- First-time setup wizard/guide for new users
- Document supported platforms (Windows, macOS, Linux)
Strategic Context
Industry benchmark: Bitwig/Ableton auto-scan on startup, categorized plugin browser
Our advantage: Only web DAW with native VST3 support
Risk: UX friction could negate the technical advantage
Part of: DAW Best Practices Research Series
Reactions are currently unavailable