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)
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
- Choose Custom Domain
- Enter your domain name
- Follow the DNS configuration instructions
- Wait for DNS propagation and TLS provisioning
DNS Configuration
Section titled “DNS Configuration”You’ll need to add these records at your domain registrar:
| Type | Name | Value |
|---|---|---|
| A | @ | (provided during setup) |
| CNAME | www | (provided during setup) |
Exact values are shown in the Publish dialog after you add your 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 |
| 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?
Yes. You can add multiple domains from the Publish dialog. All domains serve the same app.
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.