
Hey everyone! I created an NTS Radio player for the Rabbit R1 that lets you stream NTS 1, NTS 2, and 16 curated infinite mixtapes directly on your device.
I didn't use the Rabbithole AI intern to build it. Well I did, but basically three prompts wasted for not much... I found the open-source [creations-sdk](https://github.com/rabbit-hmi-oss/creations-sdk) repo from rabbit-hmi-oss, which explains how to write and deploy R1 creations outside of Rabbithole. This was super helpful for understanding the SDK and self-hosting on Vercel.
Features:
- infinite mixtapes (ambient, house, jazz, hip-hop, and more)
- Smart controls: scroll wheel for volume/mixtape browsing, side button for play/pause
Installation:
Just scan the QR code or use the readme within the repo. Alternatively, locally npm run dev) to install on your R1.
I'm not a "trusted" source in Rabbithole, but the code is fully open-source if you want to review it before installing:
GitHub: https://github.com/ReCire/r1-nts-radio
Thanks to the rabbit-hmi-oss team for making the SDK available, great to see the community building tools to work outside the walled garden.