Deliver a new track
Send your mastered audio, metadata, and artwork so we can stage the release across Syren’s delivery pipeline.
Try it locally in VS Code
- Install
wranglerglobally (npm install -g wrangler) or usenpx wrangler. - Authenticate with Cloudflare (
wrangler login) so the dev server can talk to your R2 and D1 resources. - Update
wrangler.tomlwith your real bucket/database identifiers. - Run
wrangler pages devfrom this workspace and open the served URL inside Visual Studio Code’s browser preview. - Sign in to the creator dashboard, click “Upload track,” and submit the form with a real audio file and artwork.
No Cloudflare resources yet? The API falls back to an in-memory store (and defaults to a demo creator account when ALLOW_DEV_UPLOADS is enabled) so you can still exercise the flow during local development.