Custom Domains

Connect your own domain to your AppsAI app. We handle SSL certificates automatically.

Default Domain

Every deployed app gets a free subdomain:

https://your-project-id.appsai.com

This domain is always available, even if you add a custom domain.

Adding a Custom Domain

To connect your domain:

  1. 1

    Request the domain

    Use the chat: "Connect domain example.com to this project"

  2. 2

    Add DNS records

    You'll receive DNS records to add at your domain registrar.

  3. 3

    Wait for verification

    DNS changes can take up to 48 hours to propagate (usually faster).

  4. 4

    SSL is automatic

    Once verified, we automatically provision an SSL certificate.

DNS Configuration

You'll need to add these records at your domain registrar (GoDaddy, Namecheap, Cloudflare, etc.):

TypeNameValue
CNAMEwwwyour-project.appsai.com
A@(provided during setup)

Exact records will be provided when you request the domain connection.

SSL Certificates

Automatic SSL

SSL certificates are automatically provisioned and renewed via AWS Certificate Manager. Your site will always have HTTPS enabled with no action required from you.

Subdomains

You can connect subdomains like app.example.com or blog.example.com to different projects.

  • example.com — Root domain
  • www.example.com — WWW subdomain
  • app.example.com — App subdomain

Troubleshooting

  • Domain not working: DNS changes can take 24-48 hours. Check with dig or online DNS tools.
  • SSL not working: Certificate provisioning requires DNS verification. Ensure records are correct.
  • Redirect loops: If using Cloudflare, set SSL mode to "Full (Strict)".