Got tired of rewriting the same prompts from scratch, so I made a tool where you fill in a few fields (goal, role, constraints, output format) and it spits out a clean, production-ready prompt. It does both task prompts and full system prompts. Stack: Next.js + OpenAI, hosted on Vercel. GitHub: https://github.com/Code-With-Vishal/Prompt-BuilderLive demo: https://prompt-builder-one-blush.vercel.app/ If you wanna run it yourself, just clone it, drop in your own OpenAI API key, and you're good to go. Setup steps are in the README. If it saves you some time, drop a ⭐ on the GitHub repo, helps more people find it. And happy to answer questions if anyone wants to build on top of it. 🔥