Posted by coloneltcb 5 hours ago
Evidently Evan You was an Art History + Studio Art and major and at Parsons School he had to pick up javascript to quickly show his work. During a stint at Creativelab5 at Google, he was so inspired to improve on AngularJS experience that he came up with Vue and the rest is history.
I have no idea what this Cloudflare acquisition will ultimately mean but I know I am so very grateful for the beautiful frameworks/tooling Evan and his team have cranked out over the years.
I wonder how the initial investors feel about the aqui-hire path... Must be a pretty nice sum for them to agree to it, or they saw that the path to any revenue was near impossible/non-existant
To put it neutrally, VC partners are treating these are parts of their same portfolios, so if one team doesn't pan out on its own, it can be merged into another with somewhat similar overall goals or markets.
To put it more pointedly, it's perhaps all about who one knows and making sure that everyone gets to tell a story of successful exits.
No. It's all about building a great product that people love. Vite is a foundational tool in the JS ecosystem.
Acquihiring the tool/team is entirely downstream from creating a foundational product.
There were several different hammers there, bearing different branding and having different manufacturers.
I don't quite get the distinction...
A foundational tool in an open ecosystem doesn't mean a monetisable product. I struggle to think of even a single example of a foundational tool with a business model.
And of course, not everything needs a business model. But if you're getting VC funding, you kind of need one.
Not necessarily: if the investors don't agree to a reasonable amount, the wanna-be acquirer will simply hire the entire team with generous sign-on bonuses, and the investors will be left with a shell of a company.
In this case, the core product is MIT-licensed, the team can quit on a Friday and pick up exactly where they left off under a new org on Monday.
[0] https://voidzero.dev/posts/announcing-series-a [1] https://voidzero.dev/about
1. Product 2. Talent 3. Business/growth
In the AI era, some of acquisition happening in the space is for talent and product.
In this case, it looks like it was that. Vite is a great product they were able to build a great team.
You would be surprised how much of a premium companies can pay for talent.
Recent history shows that an idealized view only focusing on fiduciary duty does not capture the whole picture of business in the USA.
It's more fun to just build the fun bits, get acquired, walk away with a lot of money, and start over again doing the fun bits (if you want to keep working).
Indeed, so as a library/framework/engine/runtime user, for the last decade or so, I've basically avoided anything that touched VC-investments, as eventually the tool will either degrade, get too expensive or straight up disappear, and I got so tired of having to refactor and move stuff around just because new owner did something shitty.
As an aside, I have to use Cloudlare at work and it’s a pretty awful experience for the medium sized org I’m at. “Hostile UX” is a common complaint. Maybe they should invest money in competing with Vercel on UX/DX instead of acquiring open source projects.
sadly "hostile ux" is a phrase i've heard more than once and we're working hard to improve. if you're open to it, would love to hear more about the issues you've be running into
For example, I had to recently change an env var we had on a handful of apps and opened them all into new tabs and made the changes and about half way through I started getting rate limited. This has happened to me many times and I've reported it to support and in Discord but it still happens.
One other big complaint is support is non-existent. We sent many support emails (on business plans) and I'm pretty sure we've never gotten a reply. Same for posting in Discord. It's pretty disheartening to build your business on Cloudflare and have no confidence support will help you when you need it.
as far as support, i know there is a huge effort going on right now to improve response time and support in general, also I'm not as active in discord as I ought to be there's just so much noise, feel free to ping me on there directly if I can help brandon/@ygwyg. can't promise it'll be an instant response but I will respond
That's exactly what they are doing.
This news does not make me happy.
Same with the news about Astro earlier this year.
I know it must be good for the people how have made the projects (why else would they chose to do it?) but there is something in those acquisitions that makes me uneasy.
Same, kind of conflicting. Happy for the individuals involved, they've probably more than earned it. Slightly sad about what comes next, as I'm guessing both you and me seen this happen so many times before, and we've learned to read past the always-reiterated "Nothing will change, everything keeps on being great forever".
I too am a bit uneasy. It's not always the case but, corporate ingestion is often where cool projects go to die. The good news about open source is that we have enough Terraform->OpenTofu & Redis->Valkey stories out there.
and slow
What kind of things?
Configuring webpack, mostly. :-D
That’s not a dig at webpack: Those tools are super complex, and hiding complexity from the user is not easy. But it seems that with Vite we finally got there.
I think people just don't want to bother. They don't want to read the docs, or maybe watch a video or two (back when webpack was popular, Sean Larkin, webpack evangelist, made a number of popular courses about setting it up). Also, webpack config became easier compared to 2014/2015; I think they got to practically a zero-config by default.
I can understand that people don't want to care; but "impossible to reason about" is not it. It isn't rust, for crying out loud; nor lisp; nor haskell.
It shouldn't. Big corpo buying small companies harms us all long term.
If Vite, Bun and uv were just "make builds faster" projects, then maybe the returns are diminishing. But the acquisitions by Cloudflare, Anthropic and OpenAI suggest this layer is becoming more strategic, not less.
These tools sit in the software supply chain: dependency resolution, project structure, tests, builds, runtimes, deployment paths and increasingly AI-agent execution loops. They define the default path for building software, and they are where AI-generated code gets tested against real dependencies, builds, tests and deployment constraints.
So I don’t think they’ve achieved all they meaningfully can. The value is shifting from raw build speed to control over the workflow layer where software is assembled.
It's one of those things that always stopped me from building cool tools - you have to make a living somehow.
So I am happy for the team of builders that they were able to receive the deserved payout and sustainability.
I appreciate Cloudflare's loud positive proclamation here wrt the OS future; I know scepticism is warranted with some takeovers but although there might be a trend towards Cloudflare fit over the long term that's very different from closing down or abandonment so this generally seems positive to me - best wishes to all parties.
Appreciate them putting that so clearly. I am highly skeptical of acquisitions now because we've been burned so many times in the past. Time will tell if this stays true, but at least it's clearly on the record. Would love to know if this is in contract/writing somewhere as part of the acquisition.
Cloudflare would be insane to allow that provision in the contract or acquisition documents.
So I would take that promise as "will stay open source, blah blah blah, for now...."
NPM -> Microsoft
Vite -> Cloudflare
Bun -> Anthropic
Turbopack -> Vercel
Remix -> Shopify (I barely remember this one)
Biome (formerly Rome) -> Indie but largely supported by Depot
SWC -> Indie
esBuild -> Indie
I use RsBuild/RsPack which is ByteDance supported.
Uv -> OpenAI
The monetization story never really made sense to me. It seems really hard to carve out a space in the managed hosting world. Are the Vercel and Laravel teams the only ones to make Private Equity work?