Domains & theme
Point your own domains at deployed environments, and restyle the app's theme.
List custom domains
Every custom domain in the organization with its verification status, plus the environments a new domain could link to.
spaceboy domains listAdd a domain
Links a hostname to a deployed environment and returns the DNS records to create — a TXT record for verification and an A record for traffic.
spaceboy domains add www.example.com --project prj_... --target productionVerify DNS
Re-checks the domain's DNS records; --wait polls until the domain goes active or errors.
spaceboy domains check www.example.com --waitRemove a domain
Unlinks the hostname and releases its certificate.
spaceboy domains remove www.example.comRead and set the app theme
The deployed app's theme — brand color, radius, density, and light/dark mode — readable and writable per project.
spaceboy theme get --project prj_...spaceboy theme set --project prj_... --brand '#7c3aed' --radius soft --mode dark