DEV Community

Diego
Diego

Posted on

I got tired of writing .cursorrules manually for every project, so I built a visual generator (Free & Open)

Hey everyone,

I've been using AI editors like Cursor and Windsurf heavily lately. The biggest game-changer for me was using context files (.cursorrules or AGENTS.md) to stop the AI from hallucinating or using old syntax.

But I found myself copy-pasting the same prompts over and over or forgetting to specify things like "use functional components" or "strict typing".

So, I spent this afternoon building a simple Context Generator.

How it works: It’s a simple wizard that asks you 10 questions about your project (Tech stack, Coding style, Testing preferences, Personality, etc.) and instantly generates the Markdown file ready to drop into your root folder.

The Stack:

React + Vite

Tailwind CSS

It's completely free, no sign-up required. I just wanted to solve this small friction point for myself and thought it might help you guys too.

Link: https://aigenta.netlify.app/

Top comments (0)