Skip to main content

Overview

Anymorph serves generated pages from your existing domain. To connect, choose one of two routing methods based on your hosting platform’s capabilities.

Two Ways to Connect

Choose your setup method based on your hosting platform:
MethodBest ForDNS Changes
Path RoutingVercel, Netlify, Cloudflare PagesNone
Domain RoutingFramer, Webflow, Wix, Cafe24, ImWebRequired

Quick Decision

Use Path RoutingYour platform forwards specific paths (like /a/*) to Anymorph. No DNS changes required.
yourdomain.com/a/*  → Anymorph pages
yourdomain.com/*    → Your existing site

Path Routing Setup

Get started with Path Routing

Comparison

FeaturePath RoutingDomain Routing
DNS changesNoneA records
Setup timeInstant5–30 min (DNS propagation)
SSL managementYour platformAnymorph
Works withPlatforms with rewrite supportAny platform

How Each Method Works

Path Routing

User visits yourdomain.com/a/page

Your Platform (Vercel/Netlify)
         ↓ (rewrites /a/* paths)
Anymorph Proxy

Generated Page
Your platform handles routing. Anymorph receives only requests for specific paths.

Domain Routing

User visits yourdomain.com/a/page

DNS resolves to Anymorph

Anymorph checks path:
  /a/* → Serve generated page
  other → Proxy to your origin
Anymorph acts as a reverse proxy. Non-Anymorph paths forward to your original site.

Platform Reference

PlatformSupports RewritesRecommended
VercelYesPath Routing
NetlifyYesPath Routing
Cloudflare PagesYesPath Routing
AWS CloudFrontYesPath Routing
FramerNoDomain Routing
WebflowNoDomain Routing
WixNoDomain Routing
SquarespaceNoDomain Routing
Cafe24 (Korea)NoDomain Routing
ImWeb (Korea)NoDomain Routing

Next Steps

Path Routing

For Vercel, Netlify, Cloudflare

Domain Routing

For Framer, Webflow, Wix, Cafe24, ImWeb