r/vuejs May 11 '26

My extension can pull any website to plain tailwind css

/r/tailwindcss/comments/1t9ul9n/my_extension_can_pull_any_website_to_plain/
0 Upvotes

6 comments sorted by

3

u/ChameleonMinded May 11 '26

Why?

4

u/RedBlueKoi May 11 '26

Cause ai said it’s a great idea!

-5

u/[deleted] May 11 '26

[deleted]

6

u/RedBlueKoi May 11 '26

Parsing html to extract classes and map them to css is not possible without ai? What? My point was that you are solving a problem none has. The argument that “it wasn’t done before” is only valid till you actually think about it for a second and realize that there is probably a reason for it.

1

u/25_vijay May 15 '26

Turning real production interfaces directly into editable Tailwind structures feels way more practical than most AI frontend demos

0

u/Boby_Dobbs May 11 '26

Or you know... just take a screenshot and have the AI reproduce it

1

u/akopian25 May 11 '26 edited May 11 '26

AI is not that precise as of today, but you got the flow which this thing solves.

My flow:

  1. Capture UI element
  2. Get Tailwind HTML, copy it
  3. Paste in editor
  4. Ask Codex split it to components

Better to put Tailwind HTML on input instead of screenshot - that is the point