Buy a Domain
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.
Buy a domain inside Proyecta: On Pro (when the feature is enabled), you can search for and buy a domain right in the Publish dialog — Proyecta registers it and connects it to your app automatically. You can always bring a domain from any registrar (Namecheap, GoDaddy, Cloudflare, etc.) instead.
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.
Buy a domain in the builder
Section titled “Buy a domain in the builder”When domain purchase is enabled on your plan, you can register a new domain without leaving Proyecta:
- Click Publish, then start adding a custom domain.
- Search for the domain you want. Available names show a price per year; taken names are marked.
- Click Buy, fill in the registrant contact details (the legal owner of the domain), and complete checkout.
- Proyecta registers the domain and connects it to your app automatically.
This is a Pro feature and may not be enabled in every region or workspace. If you don’t see a search box when adding a domain, buy your domain from any registrar and connect it using the DNS steps below instead.
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.)
One-click DNS setup
Section titled “One-click DNS setup”If your registrar is supported, Proyecta can configure the DNS for you. After you add (or buy) your domain, a secure popup opens where you sign in to your registrar and approve the records in one click — no manual copy-paste. If the one-click path isn’t available for your registrar, you’ll simply add the A records above yourself.
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.