Domain Search

.com Domain Finder
Tip: If fee.com is taken, we try afee.com, bfee.com, cfee.com… and show up to 10 available names.
Bulk: You can also enter multiple base names separated by commas or new lines (limit 5).
Note: This tool checks availability using public RDAP data. Some domains may be “registered but not configured,” which DNS-only checks can miss—RDAP improves accuracy.
 

function setTheme(colors) { const root = document.documentElement; Object.entries(colors).forEach(([key, value]) => { root.style.setProperty(`--${key}`, value); }); }