I built Einstein because I was frustrated with the existing domain search experience. The domain availability check itself tends to be very slow, especially if you use services like NameCheap or GoDaddy. And the alternative names or TLDs proposed tend to be low in creativity.
So I built a simple webapp that solves both these issues:
⚡️ Performances are lightning fast, with availability checks resolving in
as little as 🕙 5 ms, and rarely over 50ms. This is done using DNS resolve queries. I know, I know... this method is only 95% accurate, because sometimes a domain is reserved by a registrar but doesn't have any nameservers attached, for example. But it allows for a super fluid experience of trying different names and combinations quickly. False positives can always be double checked by clicking the Buy button, and false negatives aren't possible, because if a domain responds to a DNS resolution, it has to be registered.
🤖 Suggestions using OpenAI's GPT API are far more interesting. And because it's using the stream mode, all alternatives are availability checked in real-time as they are proposed, and thus displayed at an impressive speed.
Cherry on the cake! You can also write your own prompt at the bottom of the page, to tell GPT the theme/branding you're looking for, and you can adjust that prompt as you go to affect the suggestions. It's also possible to click on any suggestion to iterate on it, and get more suggestions based on that one.
Try Einstein