From domain verification to SSL certificates, DNS management to analytics, we provide all the tools you need to offer custom domains in your SaaS application.
Essential domain management capabilities
Multiple verification methods to prove domain ownership
curl -X POST "https://api.domainly.dev/api/domains" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"customDomain": "shop.example.com",
"verificationMethod": "CNAME"
}'Comprehensive DNS record management and automation
// Get DNS records for a domain
const response = await client.get('/api/domains/domain-id/dns');
console.log('DNS Records:', response.data.records);Complete multi-tenant domain mapping and resolution
// Create tenant and add domain
const tenant = await client.createTenant({
projectId: 'project-123',
name: 'Shopify Store',
identifier: 'shop',
metadata: { plan: 'premium' }
});
const domain = await client.createDomain({
projectId: 'project-123',
tenantId: tenant.id,
customDomain: 'shop.customer.com',
subdomain: 'shop.myapp.com'
});Automatic tenant detection and context injection
// Get current tenant data
const tenantData = await client.getTenantData();
console.log('Current tenant:', tenantData);
// Update tenant metadata
await client.updateTenantMetadata({
metadata: {
plan: 'enterprise',
features: ['custom_domain', 'analytics']
}
});Whether you're building a SaaS platform, e-commerce solution, or developer tool, Domainly provides the custom domain infrastructure you need.
Enable custom domains for your SaaS customers
Custom domains for online stores and marketplaces
Custom domains for website builders and no-code tools
Custom domains for development and staging environments
Built with modern technologies and designed for scale
Join thousands of companies using Domainly to provide custom domains to their customers. Get started with a free trial today.