Raffi: a modern Stremio‑compatible streaming client I built at 16
dev.to·4h·
Discuss: DEV
📹WebRTC
Preview
Report Post

I watch a lot of shows and used Stremio for years, but the UX and tech stack started to annoy me. So I spent the last 3 weeks building Raffi — a modern Stremio‑compatible streaming client with a Netflix‑style UI, Go backend for torrents/transcoding, and some extra stuff like watch parties and Discord RPC.

What I’m most excited about with Raffi is that it’s basically a full media stack (like a mini VLC + Jellyfin hybrid) built out of web pieces. The player UI is 100% Svelte running in Electron, while a Go sidecar + ffmpeg handle torrents, HLS, and cursed codecs like EAC3. It’s not a web wrapper around an OS player – the whole experience is custom, from stream picking to time‑remaining‑based progress. I haven’t really seen a desktop media player that leans this hard on Svelte/Elect…

Similar Posts

Loading similar posts...