Queue
ArchivedDecember 1, 2021
The frontend for the Crew Queue matchmaking platform — a social media app crossed with a music crew builder. Pair up artists, producers, brand managers, merch runners, and influencers into crews that ship real songs. Born from personal experience as a rapper, beat producer, and sound engineer. Eventually swallowed by a bigger vision called 2Dueces.
Purpose
Built the frontend for the crew matchmaking concept from the queue-cloud-functions backend. The vision: a social platform where musicians find their crew — not just collaborators, but a full operational team. The Artist performs. The Kingpin produces. The QA (brand manager) judges competitions and maintains quality. The Jack of All Trades runs Shopify stores for artists and handles the business side. The 10 (the influencer) reps the merch and builds the audience. Every crew ships a deliverable: a song.
Stack
What I Learned
- The crew model was not just a team concept — it was a production pipeline. A song goes from idea to release through a chain: the Artist writes and performs, the Kingpin produces the beat and mixes, the QA reviews the product and manages the brand narrative, the Jack of All Trades handles distribution and merch, and the 10 promotes it to their audience. Each role is a node in a pipeline, and the crew is the pipeline itself.
- My background in music production informed the technical depth of the concept. I used to rap and produce my own beats — they sounded more pop than hip-hop, which taught me that genre is a spectrum, not a category. Sound engineering became a deep interest: equalizers (shaping frequency content by boosting or cutting specific ranges), compressors and limiters (controlling dynamic range — how loud the loud parts are relative to the quiet parts), reverb (simulating acoustic space), buses (routing multiple tracks through shared processing chains), and channels (individual audio streams in a mix).
- Additive vs. subtractive EQ is a fundamental mixing decision. Subtractive EQ (cutting problem frequencies) is almost always preferred — it sounds more natural and preserves headroom. Additive EQ (boosting desired frequencies) is louder but muddier. The metaphor transfers to software: removing complexity is almost always better than adding features to compensate for it.
- Programming thresholds on compressors and limiters is one of the most satisfying intersections of engineering and art. A compressor says "when the signal exceeds this threshold, reduce its volume by this ratio." Setting it correctly means the vocal sits in the mix without jumping out or disappearing. Setting it wrong crushes the dynamics and makes everything sound flat. The threshold is a numerical value with an aesthetic outcome — pure engineering serving pure art.
- Splice changed music production by making sample libraries subscription-based — you pay monthly and download royalty-free sounds, loops, and presets. Before Splice, buying sample packs was expensive and risky (you might hate 90% of the pack). Splice let you audition individual sounds and download only what you wanted. The business model is relevant to any creative tool: reduce the friction and risk of acquiring building blocks.
- The QA role in a music crew is more interesting than it sounds. In software, QA catches bugs before they reach users. In a music crew, the QA (brand manager) catches branding inconsistencies, judges whether a track meets the crew's quality bar, and runs competitions to keep output standards high. It is the same function — quality gatekeeping — applied to creative output instead of code.
Key Insights
- Social media platforms for creative collaboration fail when they optimize for connection instead of output. The insight behind Queue was that the deliverable (a finished song) should be the organizing principle, not the social graph. Crews exist to ship songs. If the crew does not ship, the crew dissolves. This is the opposite of most social platforms where the connection is the product and output is optional.
- Sound engineering is software engineering applied to audio. Equalizers are frequency-domain filters. Compressors are dynamic range algorithms with threshold, ratio, attack, and release parameters. Reverb is convolution with an impulse response (or an algorithmic simulation of one). Buses are message-passing channels. The DAW (Digital Audio Workstation) is an IDE for sound. Producers who understand this are essentially audio programmers.
- Queue was eventually swallowed by a bigger vision called 2Dueces — which takes the crew concept further. This is the natural evolution of ambitious ideas: they do not die, they get absorbed into larger ideas that solve the same problem more completely. Queue was not abandoned. It was promoted.
- The Shopify angle (Jack of All Trades running stores for artists) connects directly to the Potatuhs ecosystem. The same skills that let you run a merch store for a rapper — product listing, print-on-demand integration, brand photography, social promotion — are exactly what Potatuhs uses for its own storefront. The music industry and the potato industry share more operational infrastructure than either would admit.
This post was composed through a conversation between Brett Owers and Claude Code (Anthropic). The content reflects Brett's recollection of each project and the lessons drawn from it. Some details may be approximate or omitted — the purpose is to paint an honest picture of a software engineer's development over time, not to serve as a precise historical record.