Integrations
Connect external services to your Spawned projects.
GitHub
Install the GitHub App from Settings to deploy from private repositories. Public repositories work without connecting.
Domains
Add custom domains from your project’s Domains tab.
DNS setup
For subdomains, add a CNAME record:
| Type | Name | Value |
|---|---|---|
| CNAME | www | your-project.spawned.app |
For root domains, add an A record with the IP shown in your dashboard. Most registrars don’t support CNAME on root domains, so consider using a subdomain and redirecting.
SSL
Certificates are provisioned automatically via Let’s Encrypt once DNS propagates. Verification takes 5-10 minutes.
| Status | Meaning |
|---|---|
| Pending | DNS not detected |
| Verifying | Issuing certificate |
| Active | Live with HTTPS |
| Failed | Check DNS config |
Own Cloud
Deploy to your own AWS account instead of Spawned-managed infrastructure. Useful for existing credits, compliance requirements, or direct AWS access.
Follow the setup instructions in Settings > Cloud Accounts. Once connected, select your account as the cloud provider when creating projects.