This Ask HN post describes a common and frustrating issue where GoDaddy (and similar registrars) appear to 'front-run' domain searches, registering desirable domains shortly after a user checks their availability. The user searched for 'felons.io' and found it registered by GoDaddy LLC the next day. The post serves as a warning and highlights a gap for a trustworthy, private domain search tool.
A starter prompt for Claude Code, what you'll need, and how to reach them.
You are an expert full-stack developer. Build a web application for private domain availability checking. The application should be built using Next.js 16 App Router, React 19, and Tailwind v4. The core functionality is a search bar where users can enter a domain name. Upon submission, the application must perform a WHOIS lookup to determine if the domain is registered and display key WHOIS information like creation date, registrar, and expiration date. Crucially, the search must be designed to minimize the risk of 'front-running' by registrars, meaning it should not directly use registrar APIs for availability checks. Instead, implement a system that queries multiple independent WHOIS databases or uses a rotating proxy for direct WHOIS queries. For the MVP, focus on '.com', '.net', '.org', and '.io' domains. Ensure the UI is minimalist and clearly communicates the privacy-focused nature of the tool. Provide a clear 'available' or 'unavailable' status. The verification gate for this MVP is a working web app where I can search for a domain and see its real-time availability and WHOIS data displayed privately, without being 'front-run' by major registrars. Emphasize the server-side logic for secure and untraceable WHOIS lookups.
searched a few days ago for felons.io, looked for unique names for simple game didn't know if I wanted it or not guess godaddy decided for me: 1 days old Created on 2020-09-16 by GoDaddy.com, LLC just a warning if you have a special name do not use godaddy to check if its available
Reply directly in the Hacker News thread to 'wasteme'.
“I've built a prototype for a truly private domain checker that addresses your 'front-running' concern, using untraceable WHOIS lookups. Would you be interested in a demo?”
Open the original ↗