Point wildcard DNS to Subdomain. Register subdomains via simple API. Proxy to any backend instantly.
Get Started → Admin PanelMulti-tenant subdomain proxy for developers. Self-hosted, API-first, zero-config.
Create tenants with unique API keys. Each manages their own subdomains.
Register subdomain → target URL. Automatic HTTPS proxy with origin change.
One-command deploy with Caddy for HTTPS. SQLite persistent data.
Basic auth admin, API key auth, production-ready Express + SQLite.
POST /api/v1/register-subdomain
Headers: X-API-Key: your_key
Body: {
"subdomain": "career",
"target_url": "https://your-backend.com"
}
Response: {
"success": true,
"proxy_url": "https://career.yourdomain.com"
}
Base Domain: froste.eu
API Key: froste123
Register "demo" → https://httpbin.org
Visit: https://demo.lvh.me:3000 (local) or career.froste.eu (prod)