Earlier quoted context omitted.
Providing ready-made UI components and templates has never been a million-dollar business, nor should it be. Arguably many websites and apps desperately need a good component library because it's very clear the UI sucks without one. Lots of people spending a few thousand dollars on their UX is not unreasonable at all , so the best-in-class library (whether that's Tailwind is a separate point) should be able to make a…
The pain point tailwind supposedly solves is that people who are supposed to be front end web developers don’t understand CSS.
Shopify acquires Tailwind
401–410 of 426 posts
Re: Shopify acquires Tailwind
#402Here's some context on the impact AI had on the Tailwind Labs business model from January: https://github.com/tailwindlabs/tailwindcss.com/pull/2388#is... > But the reality is that 75% of the people on our engineering team lost their jobs here yesterday because of the brutal impact AI has had on our business. [...] > Traffic to our docs is down about 40% from early 2023 despite Tailwind being more popular than ever.…
Re: Shopify acquires Tailwind
#403Earlier quoted context omitted.
> Providing ready-made UI components and templates has never been a million-dollar business, nor should it be. But what if people were already selling them, and tailwind showed up, did it better, and people went directly to them to buy what they were offering? Why shouldn't that exist? The folks over at Tailwind offered curated, hand-built components that were readily adapted and tuned to your own needs. They did an…
> The folks over at Tailwind offered curated, hand-built components that were readily adapted and tuned to your own needs. They did an excellent job making it so you could pick and choose what you wanted, then theme all of it from your tailwind settings with ease. It was excellent. They also offered an Open Source CSS framework with the explicit goal of making it easier for you to style your own components. There was…
Do you have an example?
Re: Shopify acquires Tailwind
#404Earlier quoted context omitted.
"nor should it be" is connected to "being worth millions". It's not that it isn't worth money, but it's more of a lifestyle business than the sort of thing that will drive a tech company with employees, marketing, and conference budgets.
Indeed. I saw their job ad just months before this with full remote 300K salary.
Re: Shopify acquires Tailwind
#405Earlier quoted context omitted.
It’s far from dead. All of the AI models struggle with creativity and consistency. There’s always going to be a market for well designed UX.
> There’s always going to be a market for well designed UX Given the past 3 years, I will never understand how people can be so confident making statements like this
Re: Shopify acquires Tailwind
#406Earlier quoted context omitted.
There is some slight irony in them continuing to make these statements for me. Mostly because Tailwind is still incredibly around (and worth investing in, hence Shopify acquiring them) and AI isn’t anything close to offering a drop in solution. That is to say, AI will implement tailwind when building as there isn’t a good alternative, and otherwise just references these docs for the user so that they don’t have to vi…
> and worth investing in, hence Shopify acquiring them) I have nothing against Tailwind, but I think a company with $5 billion in cash reserves and the general context of Shopify may buy a company like Tailwind for community goodwill, to stabilize the technology that they use for their own business model, to acqui-hire the principals, and various other reasons other than Tailwind's business model. > On the commercial…
Re: Shopify acquires Tailwind
#407Earlier quoted context omitted.
Without tailwind LLMs tend to use inline random colors, random sizes and radiuses. Project becomes an unmaintainable design soup really fast. Even with tailwind first priority is to define dark/light theme with semantic colors. After it's a smooth sail (sort of, routing, forms, state ownership and persistent url state are still an alien concept for clankers).
My clanker made my vanilla css with branding color variables. shrug.
Re: Shopify acquires Tailwind
#408Earlier quoted context omitted.
I'm not sure if everyone in this thread is familiar with what their business model was. It wasn't "selling tailwind premium" or selling "tailing enterprise support". They sold a library of react components that happened to use tailwind for styling. So their competitors are DIY, Mantine, React-Bootstrap, and similar.
I'm not sure they'd even be classed as competitors to be honest. They floundered massively with the ui kit, most sections of it were very dated and untouched for several years whilst they piddled about with a failed new ui kit that never took off, for which they blamed ai. The reality was that a big chunk of their initial audience came from Laravel, and as other players emerged and made what was Tailwind UI irrelevan…
Re: Shopify acquires Tailwind
#409Earlier quoted context omitted.
Providing ready-made UI components and templates has never been a million-dollar business, nor should it be. Arguably many websites and apps desperately need a good component library because it's very clear the UI sucks without one. Lots of people spending a few thousand dollars on their UX is not unreasonable at all , so the best-in-class library (whether that's Tailwind is a separate point) should be able to make a…
The pain point tailwind supposedly solves is that people who are supposed to be front end web developers don’t understand CSS.
However, I think the real information in your comment is that there are people making websites and web apps who aren't frontend developers. They're likely fullstack who are much more backend focused, and who do the frontend more out of necessesity than enjoyment. Tailwind enables those people who aren't experts in frontend to make things for the web without the necessary expertise to write CSS themselves.
That's why it's valuable - the point of Tailwind is that it solve the pain point (not knowing CSS) with money instead of time. But now people can solve it with AI instead.
This is a poor analogy, but maybe we should consider CSS as a lower level language than Tailwind, similar to JVM bytecode to Java. There are plenty of people who will tell you that a real Java developer understands the bytecode, but that doesn't stop people writing code in Java without knowing the lower level.