A tiny local interface for generating Stable Audio tracks through the Stability AI API and saving each result with titles, prompts, tags, notes, and generation settings.
- Create a Stability developer API key from the Stability Developer Platform API Keys page.
- Copy
.env.exampleto.env. - Put your key in
.env. - Run:
npm startThen open http://localhost:3456.
- Your API key stays on the local Node server and is not sent to the browser.
- Generated files and metadata are saved in
data/tracks/anddata/library.json. - API credits are Stability Developer Platform credits. Stable Audio website/app subscription credits may be a separate balance.