System v2.4 Online

Custom domains.
Zero support tickets.

The embedded infrastructure for B2B SaaS. Provide your tenants with domain search, automated DNS polling, and zero-config SSL certificates via a single, idempotent API.

NETWORK_TRACE // DOMAIN_MAP
[OK]23ms
app.acmecorp.com
Tenant Input
VERIFIED
CNAME
proxy.nomenkit.app
TXT
nk_ver_98x3j
TLS Certificate Provisioned
Let's Encrypt / Auto-renew
// 01. Capabilities

The complete domain toolkit.

Drop-in embedded setup

A fully-styled, framework-agnostic UI component. Paste one script tag, and your users can connect, verify, and debug their domains without leaving your app.

Registrar API

Native purchasing

Allow users to search and register new custom domains right from your checkout flow.

Apex & Subdomains

CNAME & ALIAS

Full support for root domains and subdomains automatically routed to your edge.

Automated DNS Polling

Stop asking users "Did you configure your DNS?". Our engine polls nameservers globally and fires a webhook the millisecond records propagate.

// Polling status for domain: acme.com
GET/api/v1/domains/chk_8x29
{
"status": "propagated",
"records_matched": true,
"ttl": 300
}

Zero-config SSL

Automatic generation and infinite renewal of Let's Encrypt certs.

// 02. Developer Experience

Designed by engineers, for engineers.

No obscure errors, no fragile workflows. The NomenKit REST API provides idempotent endpoints, highly predictable JSON responses, and webhooks for every state change in the domain lifecycle.

Idempotency built in

Safely retry requests without creating duplicate domains.

Granular webhooks

Listen to domain.verified and ssl.issued.

View Documentation
curl -X POST https://api.nomenkit.app/v1/domains \
  -H "Authorization: Bearer nk_live_xxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{
    "hostname": "store.acme.com",
    "tenant_id": "tnt_893xjs",
    "target": "cname.yoursaas.com"
  }'
Response: 201 Created
{
  "id": "dom_k39f8jd9",
  "hostname": "store.acme.com",
  "status": "pending_verification",
  "verification_records": [
    {
      "type": "TXT",
      "name": "_nomenkit",
      "value": "nk_ver_98x3j291"
    },
    {
      "type": "CNAME",
      "name": "store",
      "value": "cname.yoursaas.com"
    }
  ]
}
// 03. Lifecycle

The automated pipeline.

STEP_01

Intent

User inputs target domain via embed or API. System validates format and registrar info.

STEP_02

Instructions

NomenKit generates tenant-specific CNAME, A, or TXT records required for verification.

STEP_03

Poll & Verify

System continuously polls global DNS networks. Triggers webhook immediately upon propagation.

STEP_04

SSL & Route

Certificate is automatically requested, issued, and attached to the edge. Traffic flows securely.

// 04. Usage Tiers

Scale without surprises.

Billed purely on active connected domains. Failed verifications and API lookups are free.

Tier // Base
$49/mo
  • 100 Active Domains
  • Managed SSL
  • Standard API Limits
  • -Webhook Events
Recommended
Tier // Core
$199/mo
  • 1,000 Active Domains
  • Registrar Integrations
  • Advanced Webhooks
  • Priority Polling Queues
Tier // Enterprise
Custom
  • Unlimited Domains
  • Custom Edge Configs
  • Dedicated Support Slack
  • SLA Guarantee

Stop building infrastructure.
Start shipping features.

Offload domain management to an API designed for multi-tenant scale.