Custom Domains
Connect a custom domain to your Proyecta app or use a free proyecta.live subdomain.
Proyecta supports publishing your app to:
- Free subdomain —
yourapp.proyecta.live(included with all plans) - Custom domain — Connect a domain you own (e.g.,
myapp.com). Requires a Pro plan or above. Free plans only support the proyecta.live subdomain.
Note: Buying/registering domains directly inside Proyecta is not yet supported. You can purchase domains from any registrar (Namecheap, GoDaddy, Cloudflare, etc.) and connect them to your Proyecta app.
How do I publish with a custom domain?
Section titled “How do I publish with a custom domain?”- Click Publish in the builder toolbar.
- On the Domain step, click Add custom domain (below the proyecta.live subdomain field).
- Enter your domain name and click Continue.
- Follow the DNS configuration instructions.
- Wait for DNS propagation and verification.
DNS Configuration
Section titled “DNS Configuration”You’ll need to add these records at your domain registrar. Both are A records pointing to the same Proyecta IP address:
| Type | Name | Value |
|---|---|---|
| A | @ | (provided during setup) |
| A | www | (provided during setup) |
Exact values are shown in the Publish dialog after you add your domain. (www redirects to your root domain.)
Domain Status
Section titled “Domain Status”Your custom domain goes through these stages:
| Status | Description |
|---|---|
| Pending Verification | Waiting for DNS records to be configured |
| Verified | DNS records confirmed |
| Building | Compiling your app for static serving |
| Deploying | Uploading compiled assets to the CDN |
| Provisioning TLS | Setting up SSL certificate |
| Active | Domain is live and serving your app |
| Failed | Something went wrong — check DNS config |
Can I connect multiple domains to the same app?
No. Each app supports one published domain at a time — either a free proyecta.live subdomain or a custom domain. To switch, remove the existing domain first and then add a new one.
How long does DNS propagation take?
Usually minutes, but can take up to 48 hours depending on your DNS provider.
Is HTTPS included?
Yes. SSL/TLS certificates are provisioned automatically for all domains.
How do I remove a domain?
Open the Publish dialog and delete the domain from the list.