myas92/domain-finder — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a small JavaScript tool that helps people find possible domain names from one or more words.

I want to give it words like “apple” or “hello”, choose domain endings like com, net, or org, and have it check which matching domains are available or already taken. If I enter just one word, it should also try sensible word variations based on the letters, then check those too.

Please include options for adding a prefix or ending to the generated names, like adding “i” before a word or “coin” after it, with simple settings for whether to check only the original word, only the modified version, or both. It should save the results into a timestamped text file, grouped by the original word, with available and unavailable domains separated clearly. Also add an option to print the same results in the terminal.

Keep it usable as a Node.js module that someone can import and call with a simple config object.

Want more depth? Deep Reverse