WoNQ.Audio
Dutch Drum & Bass label with an automated release, publishing, announcement, and website pipeline behind the public front.

About This Project
WoNQ.Audio is a record label first, but the attached pipeline repo makes it obvious that the interesting part is how much release admin has been automated away. The inspected bundle contains the public Astro website, Kubernetes deployment material, and a dedicated release-bot sidecar that scans source-of-truth release folders, validates packages, uploads music to platforms, rebuilds the site, and pushes announcement posts across multiple channels. So the honest project story is not “some label website” — it is a label operation with a real automation spine.
Current Highlights
- Public label website plus a separate automated release-operations sidecar
- Processes source-of-truth release directories from shared storage
- Uploads and manages release steps for YouTube, SoundCloud, and DistroKid
- Auto-builds and rsyncs the Astro site into the live webroot
- Can generate website news posts plus social posts for Facebook, Instagram, TikTok, X, and YouTube
- Designed to keep repetitive label-admin grind off the human operator path
Label Layer
The public face is a Drum & Bass label site, but the repo bundle shows something way more useful behind it: a release workflow that treats the website, metadata, platform uploads, and promo outputs as one pipeline instead of separate copy-paste chores.
Release Bot Pipeline
- Scans /masters/releases as the source of truth for published releases
- Validates release packages before processing
- Handles upload / submission work for YouTube, SoundCloud, and DistroKid
- Rebuilds the website and syncs it directly into the live nginx PVC
Announcement and Website Flow
The same stack also includes a post pipeline for label announcements. It can generate website news content and push platform-specific posts to Facebook, Instagram, TikTok, X, and YouTube. That turns WoNQ.Audio into a genuine operator system for running a label, not just a page that says “label coming soon”.