Launch setup

EasyClaw deploy steps for https://easyclaw.chriswiki.com

This product app is separate from the portfolio. The subdomain can point here now, and later you can move the product to a dedicated domain by updating one environment variable and the hosting domain.

01

Deploy the repo

Import the repository into Vercel and let the default Next.js build run.

02

Set the public host

Set NEXT_PUBLIC_SITE_URL to https://easyclaw.chriswiki.com in the production environment.

03

Attach the subdomain

Add the custom domain in Vercel and point DNS for the subdomain to the Vercel target.

Recommended DNS record

Type: CNAME

Name: easyclaw

Value: cname.vercel-dns.com

If you later move to a dedicated domain, keep this repo and hosting project, add the new domain in Vercel, update NEXT_PUBLIC_SITE_URL, and repoint DNS.