thomiceli/opengist ? reverse-engineered prompt
Reverse engineered prompt
Build me a self hosted pastebin app like GitHub Gist, where people can create and manage code snippets and every snippet is stored in Git so it can be viewed, edited, cloned, pulled, and pushed with normal Git commands too.
I want a clean web interface for public, unlisted, and private snippets, with syntax highlighting, markdown and CSV support, snippet history, search, likes, forks, topics, and the ability to download raw files or a ZIP. Add login with GitHub, GitLab, Gitea, and OpenID Connect, and let me choose whether anonymous users can see snippets or not.
Make it easy to run locally with Docker and also from source, and keep the app simple enough that I can self host it on my own server. If you need to check current docs or best practices while building it, go ahead and look them up online.
Are you gonna build this?
make sure you review the code using coderabbit