scriptguru-Dhananjay/ai-filling — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple JavaScript tool called AI Filling that helps someone fill out repetitive forms or text templates with AI.

The user should be able to paste a blank form, questionnaire, email draft, or set of fields, then add a short description of themselves or the situation, and get sensible suggested answers back. Make it easy to run from this repo, with a clear entry point, organized code in src, and simple setup instructions.

Include basic input checks, helpful error messages, and a small example so I can test it right away. If an AI API key is needed, read it from an environment variable and explain how to add it without committing secrets. Keep the first version simple and practical, no fancy extras unless needed. Look up current docs online if you need to.

Want more depth? Deep Reverse