Skip to content

Repository files navigation

Spec-Aware Proxy

A zero-setup, disposable API request builder that relays requests through a Cloudflare Worker.

Core properties:

  • No auth, no database, no cookies
  • State lives in the URL
  • Optional OpenAPI spec URL for a spec-aware request form

Local dev

npm install
npm run dev

Deploy to Cloudflare Workers

One time:

npx wrangler login

Deploy:

npm run deploy

Notes

  • The relay endpoint blocks localhost and private IP ranges.
  • Tokens you paste are not stored, they are only forwarded.

About

spec-aware HTTP proxy that validates and routes requests using your API definition (e.g., OpenAPI) for safer, more consistent traffic handling.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages