Download music projects from untitled.stream as individual MP3s or a ZIP archive, directly in your browser.
- Copy a project link from untitled.stream (e.g.
https://untitled.stream/library/project/...) - Paste it into untitled-dl and press open project
- Preview tracks, download individual songs, or grab everything as a ZIP
The app exposes a small proxy API. See /api for the full schema.
| Endpoint | Description |
|---|---|
GET /api/project?id=<id> |
Fetch project metadata and track list |
GET /api/signedUrl?object=<bucket/path> |
Get a signed URL for a private audio file |
bun install
bun run devRequires Bun. Built with Vite + React, deployed on Cloudflare Pages.