logoalt Hacker News

dabbzlast Wednesday at 5:18 PM3 repliesview on HN

I was going to say before LLMs Tailwind UI helped me get moving much faster on front-end code. Now I wish there was some kind of context I can provide to use the Tailwind UI instead of hallucinating its own. Tailwind UI still looks better than the generic stuff LLMs generate.

(Open to any suggestions to feed existing ui components from Tailwind into my projects/llm).


Replies

graemelast Wednesday at 6:20 PM

There might be a business model for Tailwind here. I was looking at buying Tailwind Plus after reading this news, and my first question was how to get AI to use it efficiently.

NitpickLawyerlast Wednesday at 5:30 PM

Do you mean headlessui? If so it seems to be indexed by context7 [1] so you could use it with their MCP server?

[1] - https://context7.com/tailwindlabs/headlessui

nemomarxlast Wednesday at 5:53 PM

Does asking for tailwind directly in the prompt not get it looking in that direction? I wonder if you could get a large enough context to include the css directly too

show 1 reply