Open Source Apache 2.0 · MIT

Domain tools, open source.

DKSplit is a domain name segmentation library that splits concatenated strings like bestcarinsurance into real words. Free Domain Sale Page is a static template that lets domain investors deploy professional for-sale landing pages on Cloudflare Pages at zero cost.

DKSplit is a domain name segmentation library powered by a BiLSTM-CRF model. Given a concatenated domain string like bestcarinsurance, it splits it into meaningful words: best car insurance.

  • BiLSTM-CRF architecture, INT8 quantized to 9 MB — runs anywhere without GPU
  • Brand-aware: recognizes thousands of product names and proper nouns
  • Multi-language: English, French, German, Spanish
  • Minimal dependencies — only numpy and onnxruntime
  • A Go port is available for high-throughput inference
pip install dksplit
View on GitHub

A static, single-page domain sale template designed for domain investors. Fork the repo, edit one config file, and deploy — no build step, no server, no cost.

  • 24 built-in themes across 3 categories: gradient, distinctive, personality
  • PageSpeed 100/100 — fully static with zero external runtime deps
  • Mobile-responsive and SEO-optimized with Schema.org structured data
  • Contact via Email, Telegram, or WhatsApp — single-file config
  • Free hosting on Cloudflare Pages with automatic SSL
View on GitHub
Frequently Asked Questions

About the open-source projects.

Q.01 What is domain name segmentation? +
Splitting a concatenated domain string into its component words. bestcarinsurancebest car insurance. Useful for valuation, keyword extraction, and bulk portfolio analysis.
Q.02 How do I split a domain name into words? +
Install DKSplit with pip install dksplit, then call dksplit.split("yourdomainname") in Python. Returns a list of segmented words. Go port available for high-throughput.
Q.03 How do I create a free domain-for-sale landing page? +
Fork Free Domain Sale Page, edit the config file, deploy to Cloudflare Pages. No build step.
Q.04 Are these tools free to use? +
Yes. DKSplit is Apache 2.0, Sale Page is MIT. Both free for commercial and personal use.

More coming soon.

We're building more open-source tools for the domain ecosystem. Star our repos, report issues, or contribute directly.

ABTdomain on GitHub