Why Connect a Domain?
Anymorph pages are generated and hosted on our infrastructure. To serve them on your domain, you need to connect your domain to the Anymorph proxy.Connection Methods
Choose the method that fits your platform:| Method | Best For | DNS Changes | Difficulty |
|---|---|---|---|
| Path Routing | Vercel, Netlify, Next.js | None | Easy |
| Subdomain Routing | Any platform | Subdomain only | Easy |
| Domain Routing | Framer, Webflow, Wix | Full DNS | Medium |
Quick Decision Guide
I use Vercel, Netlify, or a similar platform
I use Vercel, Netlify, or a similar platform
Use Path Routing. Add a simple rewrite rule—no DNS changes needed.
I want Anymorph on a subdomain (e.g., blog.example.com)
I want Anymorph on a subdomain (e.g., blog.example.com)
Use Subdomain Routing. Point only your subdomain to Anymorph.
My platform doesn't support URL rewrites (Framer, Webflow, Wix)
My platform doesn't support URL rewrites (Framer, Webflow, Wix)
Use Domain Routing. Anymorph becomes your reverse proxy.
I'm not sure which to use
I'm not sure which to use
Start with Path Routing if your platform supports rewrites. It’s the simplest option with no DNS changes.If that’s not available, try Subdomain Routing for isolated Anymorph content.Use Domain Routing only when other methods aren’t possible.
Comparison
Path Routing
Path Routing
Serve Anymorph pages from a path like
/a/* on your main domain.- No DNS changes required
- Quick setup (minutes)
- Easy rollback
- Requires platform support for URL rewrites
- Pages share domain SEO signals
Subdomain Routing
Subdomain Routing
Serve Anymorph pages from a subdomain like
blog.yourdomain.com.- Works with any platform
- Isolated from main site
- Dedicated subdomain for Anymorph content
- Requires DNS access
- Subdomain SEO is separate from main domain
blog.example.com, resources on learn.example.com, comparisons on compare.example.com
Domain Routing
Domain Routing
Point your entire domain to Anymorph proxy via DNS A records.
- Works with any platform (even no-code builders)
- Full control over routing
- Zero-downtime migration available
- Requires DNS configuration
- More complex setup
- All traffic routes through Anymorph
Next Steps
Path Routing
For Vercel, Netlify, and platforms with rewrite support
Subdomain Routing
For dedicated subdomains
Domain Routing
For no-code platforms