Hugo
The world’s fastest framework for building websites. (by gohugoio)
astro
The web framework for content-driven websites. ⭐️ Star to support our work! (by withastro)
Hugo | astro | |
---|---|---|
592 | 598 | |
80,692 | 51,088 | |
1.9% | 2.0% | |
9.8 | 10.0 | |
7 days ago | 4 days ago | |
Go | TypeScript | |
Apache License 2.0 | GNU General Public License v3.0 or later |
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.
Hugo
Posts with mentions or reviews of Hugo.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-05-14.
-
Why I am Migrating From Zola Back to Hugo
This post is a summary of my recent decision to go back to Hugo after using Zola. I also report on how LLM assistants with Web access can aid in such decisions, not as an authority but as a research assistant.
-
How to Migrate Technical Documentation: Tools, Checklist, and Tips
Hugo is a fast and flexible static site generator built in Go, known for its speed and large theme ecosystem. It supports markdown, taxonomies, multilingual content, and powerful templating with minimal dependencies. Hugo is highly performant and well-suited for building large-scale documentation sites. It’s ideal for teams seeking speed and customization with minimal runtime requirements.
-
Ask HN: Static Site (not blog) Generator?
Try Hugo[1]. In depends on a template you choose alone whether Hugo will generate a landing page, a website, a blog, etc.
[1] https://gohugo.io
-
🥳 We built the cli of our dreams to send sms ❣️
The content of the guide lives in a single Markdown file, content/_index.md. The website is built using Hugo.
-
Add Pagefind Search to Hugo
Every PKMS/BASB needs a search functionality. Ever since I've created brainfck to host my own collection of thoughts/ideas/resources (aka Zettelkasten) I wanted to be able to actually search within my collection of org-roam based notes. Meanwhile for all my sites I own (this blog, my CV/portfolio, brainfck and defersec) I use hugo. All of them didn't have proper search capabilities. That's why I was looking for a proper way to include search functionalities without any major effort.
-
Deploy HUGO website to Amazon S3 using Pulumi.
A fast and flexible static site generator built with love by bep, spf13, and friends in Go.
-
Fast-Track Your Static Site: Deploying Hugo with Pulumi on AWS S3
This project demonstrates how to deploy a static website using Hugo and Pulumi on AWS S3. Hugo is a fast static site generator, and Pulumi is an infrastructure-as-code tool that allows you to define cloud resources using TypeScript. The site is deployed to an S3 bucket configured as a static website, with public access enabled for viewing.
- Ask HN: Do you still self-host a blog? What's your publishing stack?
-
Setup a blog with Hugo and Github Pages
It was long my desire to write a blog with stuff that interests me. Lately i was studying Golang and i came across Hugo which is a really nice and fast site generation utility. This was a great opportunity to start my own blog by using Hugo and Github Pages in order to host it. Why?
-
How to install HUGO with Tailwind CSS and Flowbite
HUGO is a popular and open-source static site generator framework that makes it easy to organize your files and assets where you can also leverage a taxonomy system, multilingual support, fast assets pipeline, and more. HUGO is used by millions of developers and by websites such as Bootstrap, Litecoin, Smashing Magazine, and even Flowbite.
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 2025-05-14.
-
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.
What are some alternatives?
When comparing Hugo and astro you can also consider the following projects:
toxiproxy - :alarm_clock: :fire: A TCP proxy to simulate network and system conditions for chaos and resiliency testing
vite - Next generation frontend tooling. It's fast!
Jekyll - :globe_with_meridians: Jekyll is a blog-aware static site generator in Ruby
SvelteKit - web development, streamlined
Postman - CLI tool for batch-sending email via any SMTP server.
Nuxt.js - Nuxt is an intuitive and extendable way to create type-safe, performant and production-grade full-stack web apps and websites with Vue 3. [Moved to: https://github.com/nuxt/nuxt]