- Documentation
- Domains & Networking
- Default Subdomains
Default Subdomains
Every service created on Guara Cloud automatically receives a public subdomain under guaracloud.com. This subdomain is the primary URL for your service and is available on all plans, including Hobby.
Subdomain format
The subdomain follows the pattern:
{service-slug}-{project-slug}.guaracloud.com
For example, if you have a service named api in a project named myapp, the subdomain will be:
api-myapp.guaracloud.com
Both slugs are automatically generated from the service and project names at creation time. They use only lowercase letters, numbers, and hyphens.
HTTPS included
All default subdomains come with HTTPS enabled and a free TLS certificate. No manual SSL configuration is required.
Immutable subdomain
The subdomain is set at service creation time and never changes, even if you rename the service or project later. If you need a different subdomain, you must delete and recreate the service.
Deduplication
If the computed subdomain is already in use (for example, another user has a project myapp with a service api), a short random suffix is added automatically:
api-myapp-x7k2.guaracloud.com
This suffix is generated automatically and you don’t need to worry about it. The final subdomain, with or without the suffix, is displayed on the service page in the dashboard.