Domains
Manage custom domains for your projects. SSL certificates are provisioned automatically via Let’s Encrypt.
espacetech domains add
Add a custom domain to your project.
espacetech domains add my-app.comAfter adding, configure your DNS:
| Type | Name | Value |
|---|---|---|
| A | @ or subdomain | 65.109.68.181 |
SSL certificates are automatically provisioned once DNS propagation completes (usually 1–5 minutes).
espacetech domains list
List all domains for the current project.
espacetech domains listOutput:
DOMAIN STATUS SSL
my-app.app.espace-tech.com active ✓
my-app.com active ✓
www.my-app.com pending ✗espacetech domains remove
Remove a custom domain.
espacetech domains remove my-app.comespacetech domains check
Verify DNS configuration for a domain.
espacetech domains check my-app.comOutput:
DNS Resolution: ✓ (points to 65.109.68.181)
SSL Certificate: ✓ (valid until 2026-05-28)