Last updated: Jul 7, 2025

Tools that I have used for quick prototyping:

Code Editor:

https://www.cursor.com/

I get way more than $20 I spend on it every month. It makes editing code super easy.

Caveats:

Front End:

https://v0.dev/

Great for building initial UI for webapp. Then, one should download it, commit to git and make further changes with cursor.

https://vercel.com/

Easiest way to deploy the webapp. Just give it your git and it will deploy it for you.

https://ui.shadcn.com/

Good component library for react components. You can ask cursor to use specific components from this library. Only caveat is that installation has changed slightly and cursor gets it wrong. So check installation on shadcn website