OFFLINE
Offline
80

Stream URL

Player Embed Widget

<iframe
  src="?embed=true&stream=https%3A%2F%2Fsecurestreams.autopo.st%3A2620%2Fstream.mp3&bgcolor=%230a0a0a"
  width="100%"
  height="500px"
  frameborder="0"
  scrolling="no"
  allow="autoplay"
  style="border-radius:16px;"
></iframe>

Now Playing Widget

Album-art-only widget, no audio controls. Refreshes every 10 seconds.

<iframe
  src="/nowplaying?stream=https%3A%2F%2Fsecurestreams.autopo.st%3A2620%2Fstream.mp3&bgcolor=%230a0a0a"
  width="300px"
  height="300px"
  frameborder="0"
  scrolling="no"
  style="border-radius:12px;"
></iframe>

Recently Played Widget

Shows a scrolling list of recent tracks with album art and timestamps. Refreshes every 15 seconds.

<iframe
  src="/recentlyplayed?stream=https%3A%2F%2Fsecurestreams.autopo.st%3A2620%2Fstream.mp3&bgcolor=%230a0a0a&limit=5"
  width="400px"
  height="400px"
  frameborder="0"
  scrolling="no"
  style="border-radius:12px;"
></iframe>