Live data from Hacker News

Show HN: Domain Name Search with AI

news.ycombinator.com

81–90 of 178 posts

Re: Show HN: Domain Name Search with AI

#81
post #36

Surprisingly great suggestions. However, it shows some .coms to be available when they're not. Either way, neat work!

The suggestions are nice but indeed many aren't available.

One of the suggestions included: techstartup.com. I thought, no way that one is available, and unfortunately it isn't.

Re: Show HN: Domain Name Search with AI

#83
post #76

Great app! Why don’t link to a registrar? You would earn some money and it’s convenient for users like me who actually just found a good domain name! PS: actually, it suggested “gettalent.com” was available (green), but it isn’t.

I would love to , but the registrars made it very hard to link to them in a meaningful way. I applied to some GoDaddy referral program and waiting to hear back. Other folks, like DNSimple, are awesome, but they don't even have a way to link domain to referral. I am hearing it is a very competitive business these days.

Re: Show HN: Domain Name Search with AI

#84

Earlier quoted context omitted.

Yup, someone's suggested that. I might do it going forward, if it's allowed, but for the first day I tried to prioritize getting it out there. Also, I have another project for which I store a huge amount of data, and as it turns out, data costs a lot of money to store! Depends on the size of the list, I might be better off paying for the Domainr API.

According to a quick google search there are about 367million domains names registered. The max length is 253. So: 367000000 * 253 bytes = 92.8GB As you only need to know the domain exists. In reality it would be smaller than that as the average length will be much shorted. I expect 10-20GB You could get clever and use a bloom filter to save space, falling back to the api.

I will try it in the next few days and report back. Most likely a combination approach would be the best - check against the known data, then double-check with API on case-by-case basis. I might require login to get extra data, so it would be just a subset of users doing a deep-dive. Thank you!

Re: Show HN: Domain Name Search with AI

#85

Earlier quoted context omitted.

Thank you! I will definitely add these to a list of new features and get them shipped. Btw, I just switched the API, so .com checking should be available again. Unlike the old API, this one will mark something as "available" whether it's actually not-taken, or if it costs $9,000 to buy. Not ideal, as I think a lot of us would prefer actually cheap domains, but it's a midway solution to make it work right away.

Maybe you could add an indicator that the domain is taken but for sale? On a related note the whole business of domain squatting is bullshit and needs a better resolution system.

I agree. I personally own about 100 domains but use 10% of them. The other 20% are duplicates and misspelling of the first 10, so I am kind of using them too, but a big chunk is definitely sitting there waiting.

One of the problems is that no one wants to "spoil" their domains. I don't know if this is true or not, but I've pinged some domain owners before asking to rent their domains, and they said no, suggesting that once I've tainted their domain with my project, it is not longer as valuable.

If we could put 90% of the squatted domains for rent, even if it was like $100/m in rent, it could open so many opportunities!

Re: Show HN: Domain Name Search with AI

#86
post #68

I wish user feedback could be incorporated into the AI model. For example, I entered what I feel is the most important business description of all time, the one from the 1996-02-23 Dilbert: "My company will hold village meetings to boast of our skills and curse the devil-spawned end-users. Sometimes we juggle. At the last minute we slam out some code and go roller skating." An example result was MeetingCurse.com. I f…

Sounds interesting. I'll find a way to work user input into model training.

Re: Show HN: Domain Name Search with AI

#87
This is really cool. I’ve actually been looking for a tool like this recently. I’ve tried a few other website name generators, but your website gave significantly better recommendations than the other websites I tried. Namelix gave decent results, but they were pretty generic and often missed the intent of my idea.

I would definitely pay for this tool. There are some good suggestions on how to monetize this already, but I would pay for a longer list of recommendations and some of the advanced features people suggested, like being able to fine tune my results.

Also, if you’re trying to do SEO, the phrase I searched for was “company name generator”.

Re: Show HN: Domain Name Search with AI

#89
post #36

Surprisingly great suggestions. However, it shows some .coms to be available when they're not. Either way, neat work!

Same here! If there is a way to skip domains that are taken, that would be amazing.

Actually, I think I will try to go on step further and for domains that are taken, run another loop to try and find similar but available names. Will report back when/if it works.
Post reply on HN