astro
The web framework for content-driven websites. ⭐️ Star to support our work! (by withastro)
SvelteKit
web development, streamlined (by sveltejs)
| astro | SvelteKit | |
|---|---|---|
| 651 | 645 | |
| 59,871 | 20,554 | |
| 1.9% | 0.5% | |
| 10.0 | 9.8 | |
| 3 days ago | 2 days ago | |
| TypeScript | JavaScript | |
| GNU General Public License v3.0 or later | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
astro
Posts with mentions or reviews of astro.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-06-02.
- Building a Decentralized Content Pipeline with Nostr & Astro
-
Why I Built My Own Site with Astro, Not WordPress when I use WordPress for a Living
The short version — WordPress is a brilliant tool — it's also the wrong tool for a site that's nothing but articles, calculators, and a sitemap. Tinkernotes has no logins, no comments, no checkout, and no database it can't live without. So it's an Astro site built as static HTML and served from Cloudflare Pages. The result is a site that costs £0/month to host, ships almost no JavaScript, and can't be hacked the ways WordPress sites get hacked. If you're a WP dev sitting on a content project, this is the build I'd push you towards.
-
How I built an interactive JSON visualizer in the browser (no react-flow)
Astro for the shell
-
Colophon: How we build Aggregata
Astro supports all the features we need to make our content performant and easily accessible.
-
Preact vs Astro 4: The Performance Battle benchmark in High-Scale
⭐ withastro/astro — 59,040 stars, 3,420 forks
-
Migrating from Astro 5 to Astro 6: A Real-World Breakdown 📖
I have been meaning to upgrade my personal site to Astro 6 for a while. The release notes sat in my open tabs for weeks, and every time I sat down to do it, I found an excuse to work on something else. This week, I finally ran out of excuses. I carved out an afternoon, ran npx @astrojs/upgrade, crossed my fingers, and expected a smooth ride.
-
Per-page OG images on an Astro site, without the SaaS
Astro already supports dynamic endpoints that return binary responses. The Astro ecosystem also ships @resvg/resvg-js, a native rasteriser for SVG-to-PNG. Between those two things, every piece we need is already in the toolbox.
-
I Was Paying Anthropic to Read CSS Class Names
Migrating a blog off WordPress or Ghost. If you are moving to a static site generator like Astro, Hugo, or Jekyll, every post needs to be a .md file. Export your WordPress XML, feed each block through the converter, drop the result into content/posts/. I moved 84 posts this way in an evening.
-
I Analyzed Solar Panel ROI Across All 50 US States Using Government Data — Here's What Surprised Me
I built the calculator with Astro (zero JavaScript, static HTML) and deployed on Cloudflare Pages for free. Each state page lets you adjust system size, cost, and electricity rate to see personalized estimates.
-
WordPress vs EmDash: Is This Astro-Based CMS Worth the Switch?
EmDash takes a different approach: it's built entirely in TypeScript on top of Astro, meaning you get static-site performance with dynamic CMS capabilities. If you've been eyeing the Astro ecosystem and wishing it had a proper CMS story, this is worth your attention.
SvelteKit
Posts with mentions or reviews of SvelteKit.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-03-23.
-
SvelteKit vs Astro 4: The Performance Battle performance in Real-World
⭐ sveltejs/kit — 18,742 stars, 1,893 forks
-
Three Tiers of Data Freshness in a SvelteKit Static Site
Static sites are fast and cheap to host, but your data goes stale the moment you deploy. This post shows how a SvelteKit portfolio site serves live data from five external sources while still deploying as static HTML to GitHub Pages.
-
SvelteKit Remote Functions Workaround Helpers
Issue Tracker
-
RCE Vulnerability in Next.js
This reminds me of the recent SvelteKit Remote Functions GH discussion:
> Even in systems that prevent server functions from being declared in client code (such as "use server" in React Server Components), experienced developers can be caught out. We prefer a design that emphasises the public nature of remote functions rather than the fact that they run on the server, and avoids any confusion around lexical scope. [0]
[0] https://github.com/sveltejs/kit/discussions/13897
- Remote Functions in SvelteKit
-
15 dev survival lessons from someone who actually made it
SvelteKit
-
Sharing Custom Rune Classes with SvelteKit
You can share classes in Svelte, but safely sharing them in SvelteKit, requires a bit more code...
-
Optimize external / dynamic images on-the-fly in SvelteKit
Image processing #241
- SvelteKit added hash-based routing
-
Throttling Explained: A Guide to Managing API Request Limits
Per-User Limits: Track requests on a per-user basis using their IPv4 address. We’ll leverage SvelteKit to easily retrieve the client IP with its built-in method.
What are some alternatives?
When comparing astro and SvelteKit you can also consider the following projects:
vite - Next generation frontend tooling. It's fast!
Svelte - web development for the rest of us
Hugo - The world’s fastest framework for building websites.
Sapper - The next small thing in web development, powered by Svelte
qwik - Instant-loading web apps, without effort
Express - Fast, unopinionated, minimalist web framework for node.