coderamp-labs/gitrules — reverse-engineered prompt
Reverse engineered prompt
Build me a simple web app called Gitrules that helps people create context files for AI coding tools without manually setting up folders.
I want a browser workspace with a file tree on the left, an editor in the middle, and quick buttons to add preset agents, rules, and MCP configs. Changes should save in the browser so people don’t lose their work. Every time the workspace changes, generate a fresh install command that someone can paste into a terminal inside any repo. That command should download a script from the app, recreate the files and folders, and show any environment variables it finds in the configs.
Keep it lightweight with a Python web backend, server rendered pages, simple styling, and no complicated frontend build process. Use an online code editor component if that’s easiest. Include a local run setup, sample agents and rules, and make the install script easy to inspect before running.
Want more depth? Deep Reverse