Camel case domain generator
Paste a list of domains and get the same list back with the words capitalised - NorthWind.com, Shop-2Go.com, MovingFunds.com.
Paste a list of domains to convert them.
Names are split into the English words they are made of, so “northwind” becomes “NorthWind” and “carpet” stays “Carpet”. Nothing is stored.
How the words are found
Already a word
A name that is one English word stays one word: “carpet.com” becomes “Carpet.com”, not “CarPet.com”.
Two words joined
A concatenation is split against the same ~10,000-word list the marketplace uses to classify a name, so “northwind.com” becomes “NorthWind.com”.
Invented names
What the dictionary cannot split is simply capitalised: “bloomly.com” becomes “Bloomly.com”, and the table says so rather than guessing.
Hyphens and digits are boundaries to split on, not characters to drop, so “shop-2go.com” becomes “Shop-2Go.com” and “north-wind.com” becomes “North-Wind.com”. Only the brand label is cased: a subdomain or a two-part ending is left exactly as you typed it. Curious whether the split name is easy to spell? Score it with the name checker .
Name tools
Checking whether people can spell, type, and find the name.