Skip to content

imsteev/whoxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

problem / motivation

i was working on a side project that involved webhooks. for the uninitiated, webhooks are a data delivery paradigm where an external service would attempt to deliver information about events that happened in that service to a set of destination urls that is typically configured by the application developers

one frustration i kept running into when testing webhooks during development was constantly having to update the local tunnel url in the webhook provider's dashboard of whitelisted url destinations

local tunnel tools generally randomize the url they generate any time you create a new tunnel (e.g, https://early-pots-brake.loca.lt, https://small-rivers-write.loca.lt)

that got me thinking: wouldn't it be cool to just set a single, static URL for the webhook destination, and have the endpoint handling that URL figure out how to fan-out to dev machines? from a DevEx standpoint this is a productivity win, at the cost of a bit of infrastructure

using cloudflare primitives, we can build something fairly reliable and available:

architecture Screenshot 2025-07-20 at 11 39 21 PM

About

simple webhook proxy for development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published