This product was not featured by Product Hunt yet. It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).
Sonic is a Multi-Language, Multi-Protocol Edge Engine — a platform for running logic over ANY network data! JavaScript (Goja), WebAssembly (Rust/Go/C), Native (coming soon). HTTP, TCP, UDP, DNS, WebSocket, gRPC, QUIC. Persistent KV Store for all workers. eBPF-accelerated, Cloudflare Workers API compatible, self-hosted, no vendor lock-in!
Looking at the Sonic repo, here's what I can piece together from the README and project structure to answer those three questions. Since the actual personal story is something only you know, treat this as a technical-motivation draft you can layer your real backstory onto.
What inspired it: The README frames Sonic explicitly against Cloudflare Workers — same "intercept and edit traffic with JS" developer experience, but without the vendor lock-in. The likely spark was wanting that edge-compute pattern on infrastructure you actually own (a VPS, a Raspberry Pi, bare metal) rather than renting it from a cloud provider, and using Linux's eBPF to do the packet-level work at near-kernel speed instead of leaning on a third-party edge network.
The problem it solves: Running and modifying HTTPS traffic live, on your own server, without touching DNS and without changing the client or the origin server. Sonic acts as a transparent proxy that terminates TLS via its own MITM layer, then hands the request/response to a JS function (the worker model) before re-encrypting and forwarding it on. Because the worker API mirrors Cloudflare's, existing Workers code can mostly drop in unchanged. The eBPF Sockmap layer exists so that interception doesn't become a performance tax, and there's no cold-start penalty since it's an always-on Go process rather than a serverless invocation.
No comment highlights available yet. Please check back later!
About Sonic on Product Hunt
“Transparent L7 proxy, eBPF-accelerated,”
Sonic was submitted on Product Hunt and earned 0 upvotes and 1 comments, placing #127 on the daily leaderboard. Sonic is a Multi-Language, Multi-Protocol Edge Engine — a platform for running logic over ANY network data! JavaScript (Goja), WebAssembly (Rust/Go/C), Native (coming soon). HTTP, TCP, UDP, DNS, WebSocket, gRPC, QUIC. Persistent KV Store for all workers. eBPF-accelerated, Cloudflare Workers API compatible, self-hosted, no vendor lock-in!
Sonic was featured in Open Source (68.6k followers), Software Engineering (42.7k followers) and GitHub (41.3k followers) on Product Hunt. Together, these topics include over 44.6k products, making this a competitive space to launch in.
Who hunted Sonic?
Sonic was hunted by Manassés Binga. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.
Want to see how Sonic stacked up against nearby launches in real time? Check out the live launch dashboard for upvote speed charts, proximity comparisons, and more analytics.