18 points devrundown | 2 comments | 12 Oct 25 04:03 UTC | HN request time: 0.464s
| source I listen to online radio all the time while working, but none of the web based apps I found fit my needs.
So I built RadioPuppy.com - https://radiopuppy.com
It’s a lightweight web app that lets you quickly search thousands of online streaming radio stations and save your favourites.
I’m using the excellent https://www.radio-browser.info API as the data source for stations.
The tech stack is: Laravel 12, Inertia.js, React, Redis, and PostgreSQL.
Future features I am thinking of...
- Let users upload their own stream URLs, so if something isn’t available via the API, they can still save and listen to it.
- Plot stations on a map to browse by location.
- Play History: Keep track of stations you’ve listened to,
Would love any constructive feedback, thanks!