Rasaboun

Rasaboun / dispo

Public

CLI to check domain availability without a paid API. RDAP first, WHOIS fallback when RDAP is unavailable for the TLD.

13
1
89% credibility
Found May 17, 2026 at 13 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
TypeScript
AI Summary

Dispo is a free command-line tool that helps you check whether domain names are available for registration. It connects directly to the official internet domain registries to find this information, using a modern method called RDAP with an older backup method called WHOIS when needed. You can check one domain or thousands, see results in a colorful table or as data for other tools, and even use it alongside AI assistants to help with your domain research.

How It Works

1
💡 You have an idea

You dreamed up a great name for your project, blog, or business and need to find out if it's available as a web address.

2
📦 You install the tool

With one simple command, you get the tool running on your computer so you can check domain names anytime.

3
🔍 You check your first domain

You type your idea name and the tool instantly asks the domain registries whether anyone has already claimed it.

4
📋 You see the results

A clean table shows you exactly which domains are already taken (marked in red) and which are free (marked in green).

5
You explore your options
📝
Check a list of domains

Paste or write multiple domain names and see all results at once, sorted neatly in a table.

🎯
Generate domain ideas

Give a keyword and a list of endings, and the tool creates all the combinations for you to check.

🎉 You found yours!

You discovered an available domain name that matches your idea perfectly, and now you can register it.

Sign up to see the full architecture

4 more

Sign Up Free

Star Growth

See how this repo grew from 13 to 13 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is dispo?

Dispo is a command-line tool written in TypeScript that checks whether domain names are registered or available, without requiring a paid API subscription. It queries official RDAP registries first (the modern standard that replaced WHOIS), then falls back to traditional WHOIS lookups when RDAP is unavailable for a given TLD. You can pass individual domains, read them from a file, pipe them via stdin, or generate combinations by specifying keywords with multiple TLDs. Output comes as a formatted table by default or as JSON for scripting.

Why is it gaining traction?

The main draw is that it costs nothing to run. Most domain checking tools require API keys or paid services, but dispo uses public infrastructure maintained by IANA and individual registry operators. It handles the plumbing automatically: caching the RDAP bootstrap file, following WHOIS referrals to the correct registrar servers, and respecting rate limits to avoid hammering registries. The tool also queues requests per server to prevent accidental overload, which is a thoughtful detail for bulk lookups.

Who should use this?

Domain investors and side-project builders who want to quickly check availability across multiple TLDs without creating accounts or burning credits. DevOps teams can integrate it into scripts that validate domain lists before provisioning. Security researchers doing reconnaissance might find it useful for rapid checks, though results depend on each registry's response quality.

Verdict

Dispo works as described and fills a legitimate niche, but with only 13 stars it remains a small, unproven project. The credibility score of 0.899% reflects that reality. For one-off checks it's fine; for anything mission-critical, you would want to see more community validation and test coverage. Try it with `npx @rasaboun/dispo` if you want a quick lookup with no installation overhead.

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.