Ditching TCP - Subdomains, Modern UDP, and Developer Experience
Pivoting to a modern UDP architecture to fix Vite routing, hitting the wall with on-demand TLS, and why the ultimate DevTool feature is zero mental load.
I have ditched TCP entirely and gone straight for the golden goose. TCP tunnels are proven to work, and I could have just aimed to offer a South Africa-first tunnel to fix the latency, but I want to fix the REAL problem.
The systemic issue isn’t just server location; it’s that no one has fundamentally changed the way tunneling is done at the L4 OSI layer for decades.
The Protocol Pivot
So, I built a Rust CLI and a Golang switchboard that speak modern UDP protocols instead. I also pivoted the switchboard to assign random subdomains, like big-red-duck.showcase.redduck.tech, instead of throwing random UUIDs after a forward slash. This is a much more scalable approach that entirely avoids the problem of interfering with client-side routing frameworks.
However, I got completely stuck on generating On-Demand TLS certificates for those subdomains and dealing with conflicting configurations on my VPS. I decided to take a healthy step back because burnout is real.
Instead of banging my head against the wall, I decided to get some dopamine hits by working on the UX of the website and making sure everyone can easily sign up for v1 via email when it’s ready.
Zero Mental Load
Taking that step back let me focus on the vision for the product as a whole.
I want to build a new generation of pipe that moves decades of edge cases, retry logic, and reconnection loops out of your applications, out of your mental load, and down into the L4 OSI layer where it belongs. This opens up a truly secure, safe, multiplexed channel for data transfer.
We use 100+ tools as developers. If you have to remember the 17 combinations of commands you need just so a tool doesn’t break, then it doesn’t deserve the space in your brain. I’m putting developer experience front and center. The best tools are so simple you don’t even have to think about them, and the best engineers use as many of those tools as possible.
Next week, we are moving into benchmarking this new UDP-based tunneling protocol using ToxiProxy 🚀
Oh, and today I launched the Showcase Development Blog! You’re reading it right now. Stay tuned…
