Live data from Hacker News

Show HN: Namesmith.io – Business Name Generator

namesmith.io

1–10 of 12 posts

Re: Show HN: Namesmith.io – Business Name Generator

#2
Author here. I worked on that project part time for the last months. The backend is completely written in Go (Revel framework). There are a lot of features on my todo list but I thought it would be a good time for release.

If you have any insights or questions I'm happy to answer!

Re: Show HN: Namesmith.io – Business Name Generator

#3
This is great - the random names are particularly good.

I did notice however that a high number of the 'available domains' are not. Might want to take a look into how they're checked.

It'd also be nice if the checking happened automatically, as it does on https://domainr.com/

Really nice looking project though.

Re: Show HN: Namesmith.io – Business Name Generator

#4

This is great - the random names are particularly good. I did notice however that a high number of the 'available domains' are not. Might want to take a look into how they're checked. It'd also be nice if the checking happened automatically, as it does on https://domainr.com/ Really nice looking project though.

Hey thanks! It's nice to get some positive feedback on a project :)

I use an api from a domain registrar to check domain availability at the moment. I will investigate this.. should not be happening.

The automatic checking is a bit of a problem with the current design. It would be very many domains to check at once even if most are not inspected by the user.. I'm still thinking about a better system here.

Re: Show HN: Namesmith.io – Business Name Generator

#6
post #5

Looks good and works great. Well done ! I will keep it in mind if I look for something. I also like the design. Did you use something or create it from scratch ?

Thanks!

I used UIkit (http://getuikit.com/) as frontend framework. After having used boostrap and others, I really like it most.

Other than that I did everything myself.. layout, colors etc. with one exception: I didn't create the icons on the landing page myself but the attribution is mentioned on the about page.

Re: Show HN: Namesmith.io – Business Name Generator

#8
My favorite one, when looking for consulting related names: taconsulting

Though it says taconsulting.com is available but it's registered.

Also when I click the namecheap affiliate link it would be nice if it landed on the domain search page with the chosen domain as the keyword.

Not sure where you are doing the whois to see if the domain is registered. It seem pretty inaccurate.

Re: Show HN: Namesmith.io – Business Name Generator

#9
post #8

My favorite one, when looking for consulting related names: taconsulting Though it says taconsulting.com is available but it's registered. Also when I click the namecheap affiliate link it would be nice if it landed on the domain search page with the chosen domain as the keyword. Not sure where you are doing the whois to see if the domain is registered. It seem pretty inaccurate.

Thanks for your feedback.

I'm not sure yet what is causing the problem. It could be that someone just registered the domain because i cache the results for a few minutes.. or the api I use produces too many bad results.. I will hopefully figure it out.

Your other point is already on my todo list and will be implemented soon. I'm still in the process of unifying different affiliate merchants.. using some of them directly, some via CJ makes things ugly (code wise).

Post reply on HN