← All categories

Domains & Deployment

Search, purchase, and deploy domains with static landing pages

Search domain availability, purchase domains at cost, and deploy static sites

domain-management

Recommended

Cloudflare

by cloudflare.com

At-cost domain pricing ($10/yr .com), free static hosting (Pages), full API for search/purchase/DNS/deploy.

Auth: api_key
Setup: low
Pricing: $10-12/yr per .com domain. Pages hosting is free.

Example API call

POST https://api.cloudflare.com/client/v4/accounts/ACCOUNT_ID/registrar/domains

{
  "name": "mybrand.com",
  "auto_renew": true
}

// Response:
{
  "name": "mybrand.com",
  "status": "active",
  "auto_renew": true
}
View full docs →