Enter a string to split into a Top Level Domain name:
Load a TLD file first.
I feel like all TLD and domain tools jump the line and preemptively park domains as you search (known as front running) in order to increase the price of the of domains you are considering.
So I made this barebones JS tool that simply checks a string against a list of TLDs to see if you can get a clever one with your text. Can either append or remove 1 character to make the TLD work.
It does not access any WHOIS or look up any domains, that is for you to do. I recommend using just ICANN Lookup.
View my code on GithubTo Do: