← Back to context

Comment by esperent

2 days ago

> There are so many other ways they could be reaching potential customers

Like what, exactly, now that most people interact with tailwind purely via AI agents?

I started work on a front end project React/Astro/Tailwind project for the first time in about a year, building out with CLI agents, and one things that's changed compared to a year ago is that I have the entire UI basically working and I haven't even looked at the tailwind classes. I just say yes that's fine but can you improve the width for the sidebar on mobile (obviously paraphrasing here, I write the requirements for the agent carefully) and within a couple of iterations it's working. I keep expecting to have to jump in to manually fix things but so far I haven't needed to.

I worked in FE for years and I know tailwind and CSS quite deeply. But the entire extent of what I've needed to know for this project so far can be summed up as "it's some kind of styling tool". I never had to look at the docs, I never went to their website, or or Twitter or anywhere else that might have worked for marketing.

I did make an informed decision in choosing this stack, but it's equally likely that the AI could have recommended it to me, and the AI entirely set up the project scaffolding and config for me.

So where in this could they possibly have marketed paid components to me? And even if they did, why would I have paid for them when Shadcn is free and was added automatically by the AI?

> I did make an informed decision in choosing this stack, but it's equally likely that the AI could have recommended it to me, and the AI entirely set up the project scaffolding and config for me.

I'm not a web dev, I've heard of Tailwind CSS but my actual knowledge is "I know what the CSS in that name means, therefore it's some kind of styling tool".

One of my experiments before Christmas with Claude Code, was to see what it does in pure vibe-coding mode, where I just say "yes" and then see what kind of mess (if any) it made.

It did not use Tailwind CSS. There was a lot of… if a human had done it I'd say "copy-paste" CSS, but I think it just regenerated it all fresh each time rather than actually using the pasteboard? And it was raw CSS, no dependencies that I noticed.