Skip to main content
PercherPercher

Custom domains

TXT + CNAME verification

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.
← PrevMigrating from VercelNext →Persistent app data
Percher — AI-native app hosting