LIVE ON CLOUDFLARE EDGE

adom.cloud

Short, memorable URLs for your Adom containers.
Turn coder.<user>-<project>-<hash>.containers.adom.inc/proxy/8797/
into myapp.adom.cloud
<50ms
Edge Latency
SSL
Auto HTTPS
WS
WebSocket
KV
Edge Store

How It Works

Browser
myapp.adom.cloud
Cloudflare
DNS + SSL
Worker
KV Lookup
Origin
Container URL
Cloudflare Worker reads subdomain → looks up target in KV store → reverse proxies (HTTP + WebSocket)

Example Mapping

Short
https://myapp.adom.cloud
↓ proxies to ↓
Origin
https://coder.<user>-<project>-<hash>.containers.adom.inc/proxy/8797/
The secret container hash is completely hidden from the end user. SSL is automatic via Cloudflare.

Capabilities

Create
Provision a new subdomain with DNS record + KV mapping in one command.
Delete
Remove a subdomain and clean up both DNS and KV entries.
List
See all active subdomain mappings with owners and targets.
Lookup
Check a specific subdomain's target URL and metadata.