Skip to main content
Percher is still being built, but you can try it out with a free account right now!

Custom domains

TXT + CNAME verification

Ask your agent
Put my app on my own web address.Read the guide at percher.app/docs/custom-domains
My own web address isn't working yet. Help me sort it out.Read the guide at percher.app/docs/custom-domains
For agents and developers

Every app gets a name.percher.run subdomain. You can also add your own domain:

# Add a domain
bunx percher domains add myapp.com

# Percher returns DNS instructions:
# 1. Add TXT record: _percher-challenge.myapp.com -> percher-domain-verification=<token>
# 2. Add CNAME: myapp.com → your-app.percher.run

# Verify (after DNS propagation)
bunx percher domains verify myapp.com

# SSL is provisioned automatically via Let's Encrypt.