Live data from Hacker News

Cloudflare acquires Astro

astro.build

161–170 of 409 posts

Re: Cloudflare acquires Astro

#161
post #41
post #24

Earlier quoted context omitted.

What does Vercel get out of Next.js? Just default integration of overpriced cloud infra.

Vercel was founded (or co-founded?) by the author of Next.js. That's a very different story. Vercel is like what some hypothetical Astro Cloud could have become if it had grown out of Astro.

"I don't care, it's a stupid question."

Re: Cloudflare acquires Astro

#164
post #95

Astro on Cloudflare workers has been my goto stack for multiple years now. I am very happy with it, and hope this makes the integration stronger. Now we just need Cloudflare to buy one of the DBaaS companies so they have a solid relational offering.

What about Cloudflare D1?

Re: Cloudflare acquires Astro

#165
post #39

> In 2021, Astro was born out of frustration. The trend at the time was that every website should be architected as an application, and then shipped to the user’s browser to render. Was it? Hot damn, I knew it'll eventually happen, but we truly are just running around in circles. Eventually these same people will do the same loop around, creating new frameworks because the current "server client" model suddenly doesn…

IMO it's because the web has a huge diversity of behaviors (in a way that, say, native apps do not) but a monoculture on the development side. React makes sense if you're making Gmail. It doesn't really make sense if you're making a mostly static blog. But because there are more job opportunities in the former (when you consider the wealth of internal web apps out there in the world) all the training courses folks ta…

> React makes sense if you're making Gmail.

Except the old Gmail used to be so much faster…

Re: Cloudflare acquires Astro

#166
Very nice to see these dev tools get an exit. e.g. I love `uv` and friends but did consider that perhaps dev tools are just a bad business and then no one will go into making that kind of stuff. Good exits means more of these tools.

I have only used Astro for toy stuff but it seemed neat. Congrats to the team.

EDIT: To put paid to the sidebar discussion below, yes I meant "for instance, consider `uv`; they might do these nice things and go nowhere but now that companies like Bun and Astro have gotten acquired, it demonstrates a future for others; therefore we will get more things like Astral's `uv` and so on". Hope that clarifies.

Re: Cloudflare acquires Astro

#167
post #99

Damn. What alternatives does HN recommend?

HTML. Unironically have been migrating my static pages (from Nextjs and Eleventy) to plain HTML and love it. Of course depends on your use case if that is feasible.

Plain html has two things going against it.

First, it doesn't have any provisions for code reuse. So, if you have multiple pages that use the same header, same footer, or same navigation menu, your options are either to copy-paste it (gross), or to build the final html out of smaller pieces, at which point you've reinvented either a static site generator or a web server.

Second, if you write long stretches of text, the html markup can get in the way, as opposed to unobtrusiveness of something like markdown.

Re: Cloudflare acquires Astro

#168
post #166

Very nice to see these dev tools get an exit. e.g. I love `uv` and friends but did consider that perhaps dev tools are just a bad business and then no one will go into making that kind of stuff. Good exits means more of these tools. I have only used Astro for toy stuff but it seemed neat. Congrats to the team. EDIT: To put paid to the sidebar discussion below, yes I meant "for instance, consider `uv`; they might do t…

This is Astro, not Astral. uv is Astral :-)

Edit: OP clarified what they meant, I'm sorry for the misunderstanding on my part!

Re: Cloudflare acquires Astro

#169
post #22

It would be good to understand what Cloudflare gets out of the deal. The article is very much just "Astro, but someone else pays the bills!" which is of course lovely for Astro.

Same reason vercel buys open source... it makes cloudflare always a great deployment option for all Astro sites, which in turn helps cloudflare's core business. For example, Cloudflare released their vite plugin which makes it effortless for frameworks that use the vite env API to run inside workerd (meaning you get to use cloudflare service bindings in dev) back in April and only React Router had support for it. Nex…

This reads like marketing copy. Maybe it reflects your actual feelings but it's hard to imagine that if you don't write like a human.

Re: Cloudflare acquires Astro

#170
post #109

Earlier quoted context omitted.

All a matter of if the project dies when the money fountain runs dry, and developers have to find another way to pay bills other than a few meagre donations.

Ok sure, but now you’re just describing something completely different.

Nope, it is still the community getting funding out of somewhere.
Post reply on HN