HACKER Q&A
📣 abhaysinghr516

Would developers use a Figma-style editor for Tailwind CSS?


I'm considering building a visual editor for Tailwind CSS that combines:

- Visual manipulation (draggable handles for padding/margin) - Direct class editing on element click - AI-assisted styling through prompts - Component-based drag and drop system

The goal is to make Tailwind development more visual while maintaining code quality.

Questions for the HN community: - What's broken about current Tailwind workflows? - Would visual editing help or hinder development? - How would you use AI in this context?

Looking for critical feedback before starting development.


  👤 fpereiro Accepted Answer ✓
This could be interesting. My team works with Tailwind and we don't have a workflow that brings anything from Figma into Tailwind. So basically, we put Figma and our Tailwind prototype side by side, and make the latter converge to the former by trial and error.

👤 brudgers
Build it and find out because:

+ what people will say when imagining a tool is different from what the will do when considering an actual tool.

+ research is safer than building.

+ research is easier than building.

+ no amount of research is building.

+ research is trying to solve problems you don't have.

It's ok to have an idea and not want to do the hard work to make it happen and hard work without driving enthusiasm is often not worth doing.

Good luck.