aayush-wav/lgsf-project — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a desktop app called LGSF, Local Government Service Finder. It should be a simple Qt and C++ chatbot that helps people ask about local government services like licenses, permits, public welfare schemes, and similar public office information.

I want a clean chat screen where the user types a question in an input box with the placeholder “ask anything”, then sends it by pressing Enter or clicking a Send button. User messages should appear on the right, bot replies on the left, with readable white text. The bot should feel conversational, so make replies appear letter by letter like a typing animation.

Use a JSON file for the bot’s intents, keywords, and responses, so I can easily add more services later without changing the main code. Match user questions by keywords and return the best response from the JSON. Please make the file path easy to configure instead of hardcoding it to one computer.

Keep it beginner friendly and make sure it builds and runs in Qt Creator.

Want more depth? Deep Reverse