I built a free static site generator for independent music labels
Hey all - I run a small darkwave/post-punk label and got tired of maintaining our website by hand. So I built a tool that does it automatically.
You point it at your Bandcamp label page, and it scrapes your entire roster - artists, albums, tracks, artwork, everything. Then it enriches each release with streaming links from Spotify, Apple Music, Deezer, Tidal, Amazon Music, YouTube, and SoundCloud. It also pulls physical release info from Discogs (vinyl, CD, cassette) with direct buy links.
What you get is a complete static website with:
- Artist pages with bio, photo gallery, social links, and full discography
- Album pages with embedded player, streaming links, and physical buy buttons
- Tour dates (from Soundcharts, Bandsintown, or manual entries)
- News section from Markdown files with RSS feed
- Newsletter integration (Listmonk or Sendy)
- Mobile-optimized, fast, no database, no CMS — just HTML you can host anywhere
It's Node.js, open source (GPL-3.0), and deploys to S3/CloudFront with one command. We use it in production for our label site.
Happy to answer questions or take feature requests. If you run a label and want a website without the Squarespace tax, give it a look.