Deploy a production-quality reverse proxy on your own Cloudflare account. Free, open-source, under 60 seconds.
$ npx create-jiobaseRequires Node.js 18+
Install Node.jsPowered by
What you get
The CLI generates a production-quality Cloudflare Worker with everything you need.
HTTP + WebSocket support for all 6 Supabase services: REST, Auth, Storage, Realtime, Edge Functions, and GraphQL.
Configurable origins, preflight handling, and credentials support. Set allowed domains or use * for development.
Guided prompts walk you through configuration. Input validation, auto-deploy to Cloudflare, and clear error messages at every step.
Runs on Cloudflare's free tier: 100,000 requests/day, 10ms CPU time per request. No credit card required.
See it in action
Compare options
Choose the option that fits your project. Both bypass ISP DNS blocking reliably.
| Feature | CLI Self-Host | JioBase Managed |
|---|---|---|
| Cost | Free | Free tier |
| WebSocket / Realtime | ✓ | ✓ |
| CORS configuration | Code-level | Dashboard UI |
| Service filtering | ✓ | ✓ |
| Analytics dashboard | — | ✓ |
| Multi-app routing | — | ✓ |
| Rate limiting | — | ✓ |
| Web dashboard | — | ✓ |
| Custom subdomains | Manual | Automatic |
| Updates | Manual | Automatic |
FAQ
.workers.dev URL by default. You can add a custom domain through the Cloudflare dashboard by configuring a Custom Domain or Route for your worker. See the Cloudflare docs for setup instructions.Prerequisites
The npx method requires Node.js 18 or higher. Here is how to install it on each platform.
Already have Node.js? Skip to the installer above.
Homebrew (recommended)
brew install nodenvm (version manager)
nvm install 22Or download
nodejs.org/en/downloadUbuntu / Debian
sudo apt update && sudo apt install -y nodejs npmnvm (any distro)
nvm install 22Or download
nodejs.org/en/downloadwinget (recommended)
winget install OpenJS.NodeJSChocolatey
choco install nodejsOr download
nodejs.org/en/downloadVerify your installation: node --version — you need v18.0.0 or higher.
Skip the setup entirely. JioBase's managed service gives you a dashboard, analytics, rate limiting, and automatic updates. Free tier available.