nekobin/nekobin — reverse-engineered prompt
Reverse engineered prompt
Build me a simple, elegant pastebin app like a lightweight Hastebin clone, written in Go. I want people to be able to paste text or code, save it, and get a shareable link right away. The interface should feel clean and intuitive, with both dark and light themes, one click copy for the URL, and a raw view for the paste.
Please make code pastes look nice with syntax highlighting based on the file extension or language, and add handy keyboard shortcuts like save with Ctrl S, start a new paste with Ctrl N, and open the raw version with Shift Ctrl R. It should also include sensible API rate limiting so it is safe to run publicly.
Keep it usable as an MVP but polished enough that it feels real and pleasant to use. If there is already a direction in the existing project, keep that style instead of reinventing it. Look up current docs online if you need to.
Want more depth? Deep Reverse