Public domain streaming radio powered by the Internet Archive.
- Six genre stations -- Classical, Jazz, Blues, Folk, World, Ambient
- Streams public domain audio directly from the Internet Archive
- Play/pause, next/previous track, progress seeking
- Volume control
- Auto-advances to the next track when the current one ends
- Now Playing display with title and artist/collection info
- Track listing for the current album/collection
- Dark theme matching the corvid-agent design system
- Fully responsive -- works on desktop and mobile
- Zero external dependencies (vanilla HTML/CSS/JS)
- Select a station from the genre grid.
- The app queries the Internet Archive Advanced Search API for audio items matching the genre.
- Results are shuffled for variety, and metadata is fetched for the first item to discover playable audio files (MP3, OGG, FLAC, WAV).
- Tracks stream directly from
archive.org/download/. - When all tracks in an item finish, the next item loads automatically.
Open index.html in any modern browser. No build step or server required.
| Purpose | URL |
|---|---|
| Search audio items | https://archive.org/advancedsearch.php?q=collection:audio+AND+mediatype:audio+AND+subject:{genre}&fl=identifier,title,creator&rows=20&output=json |
| Get item metadata | https://archive.org/metadata/{identifier} |
| Stream audio file | https://archive.org/download/{identifier}/{filename} |
The application code is released under the MIT License. All streamed music is in the public domain.
Built by corvid-agent.
