LIVE ON CLOUDFLARE EDGE

adom.cloud

Short, memorable URLs for your Adom containers.
Turn coder.<user>-<project>-<secret>.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)

Live Demo

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

Try a Subdomain

https:// .adom.cloud
https://myapp.adom.cloud
Lowercase letters, numbers, and hyphens. 1–63 characters.

Ask Claude

Click any prompt to copy it. Then paste it into your Claude chat.
Create a subdomain called myapp for my viewer on port 8797
Provisions myapp.adom.cloud → your AV server
Set up editor.adom.cloud to point to my VS Code on this container
Creates a clean URL for your IDE
Create a subdomain for my wiki service on port 8785
Give your wiki a memorable public URL
List all my adom.cloud subdomains
See all active mappings
Delete the test subdomain
Remove a subdomain and its DNS record

MCP Tools

dns_create
Create a new subdomain mapping. Provisions DNS record + KV entry in one call.
dns_delete
Remove a subdomain. Cleans up both DNS and KV.
dns_list
List all active subdomain mappings with owners and targets.
dns_get
Look up a specific subdomain's target URL and metadata.
Copied to clipboard!