I’ve noticed something while building with Cursor.
A surprisingly large amount of my prompts are not feature development. They’re things like:
-
make this button wider
-
move this card left
-
reduce this padding
-
change this text
-
make this section larger
Cursor does the edits correctly, but I still spend tokens and time describing visual changes that I can already see on the screen.
I’m curious:
How much of your Cursor usage goes into these kinds of UI iteration prompts versus actual feature development?
To explore this, I built a small open-source tool called Nuvio that lets me:
-
Click React components in the browser
-
Edit text and Tailwind styles visually
-
Preview the diff
-
Write the changes back to source code
Not posting this as a promotion — I’m genuinely trying to understand whether this is a problem other Cursor users have, or if it’s just my workflow.
Would love to hear how others handle UI iteration today.