InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more β
Astro Alternatives
Similar projects and alternatives to astro
-
-
SurveyJS
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
-
-
-
-
-
-
-
InfluxDB
InfluxDB β Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
core
π Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. (by vuejs)
-
-
-
eleventy πβ‘οΈ
A simpler site generator. Transforms a directory of templates (of varying types) into HTML.
-
-
-
-
gutenberg
A fast static site generator in a single binary with everything built-in. https://www.getzola.org
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
astro discussion
astro reviews and mentions
-
Why I am Migrating From Zola Back to Hugo
Astro
-
ServiceWorkers Cache everything!!!
I've been digging Astro lately, I keep eyes on Nuxt, VitePress and similar though.
-
π Why We Built a Lightning-Fast Static Website for French Dog Parks with Astro.js
Thatβs exactly what we set out to do with Parcs Canins β a curated directory of secure, fenced dog parks in France, built entirely with Astro.js.
- Ask HN: Static Site (not blog) Generator?
-
Next.js vs Astro vs Remix: Choosing the Right Front-end Framework
// Path: astro.config.mjs - Configuring SSR with an adapter import { defineConfig } from 'astro/config'; import vercel from '@astrojs/vercel/serverless'; import react from '@astrojs/react'; import vue from '@astrojs/vue'; // https://astro.build/config export default defineConfig({ // Enable SSR for dynamic rendering output: 'server', // Deploy to Vercel serverless functions adapter: vercel(), // Add support for multiple UI frameworks integrations: [react(), vue()] });
-
HermitAI: Fine-Grained AI Access Control, API-First Auth & Permissions with Permit.io, Astro & Gemini
This project demonstrates integrating Role-Based Access Control (RBAC) using Permit.io and AI-powered Q&A using Google Gemini into an Astro web application.
-
We Fell Out of Love with Next.js and Back in Love with Ruby on Rails
Have you checked out https://astro.build/ yet? You can drop in any framework where you need it, so if you need to bring along those Angular components you can but you can also lean on React if you need it.
-
Between Diapers and Development β How My Blog Came to Life with Eleventy
Astro
-
π Stop Wasting Time! Hereβs Why You Should Start Using Astro.js for Frontend Development
π Optimizing Astro for SEO
-
Exploring the Astro Framework.
To stay up-to-date with the latest improvements, Astro frequently releases updates with new features and optimizations. The current version of Astro can be checked on its official website or GitHub repository. The latest updates often include bug fixes, performance enhancements, and new integrations.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 18 May 2025
Stats
withastro/astro is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of astro is TypeScript.
Review β β β β β 10/10
Only the mission of astro that tries to be an "all-in-one web (meta)framework" is appealing enough for me to try it and it has a great experience that made me feel like writing simple applications back in 201X years where everything we had to do was write markup and add behavior. We can enhance the experience progressively enabling us to get right to what matter from the get go.