Astro 1.0

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. astro

    The web framework for content-driven websites. ⭐️ Star to support our work!

    As long as you have npm installed it'll work. Npm create is an alias for the npm init command [1], which will look for a package with the prefix 'create-', install it, and run its bin file. It looks like this is the file that ends up being run: https://github.com/withastro/astro/blob/main/packages/create....

    [1] https://docs.npmjs.com/cli/v8/commands/npm-init

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. Hugo

    The world’s fastest framework for building websites.

    Hugo (https://gohugo.io) maybe? I tried it for a small static site about internal documentation, and I'm very glad I did. The hardest part was reading the documentation, the installation, content generation and rebuilds were painless.

  4. Publii

    The most intuitive Static Site CMS designed for SEO-optimized and privacy-focused websites.

    Not sure if you've heard of Publii?[0]

    It's a static blog generator type thing, tried it a few times casually and it seems ok for non-devs to get something simple up and running.

    The SEO defaults aren't perfect but they're easy enough to change in the software.

    [0] https://getpublii.com

  5. eleventy 🕚⚡️

    A simpler site generator. Transforms a directory of templates (of varying types) into HTML.

    Check out Eleventy[0] - written in JavaScript but largely no-nonsense with (relatively) few dependencies.

    [0] https://www.11ty.dev/

  6. Caddy

    Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS

    To add onto this, we recently added plugin support for templates, so you can write your own template functions if you'd like! https://github.com/caddyserver/caddy/pull/4757

  7. gutenberg

    A fast static site generator in a single binary with everything built-in. https://www.getzola.org

  8. j2cli

    Discontinued Jinja2 Command-Line Tool, reworked

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. tup

    Tup is a file-based build system.

  11. PowerSnail

  12. weavecms

    Weave (formerly Primo) is a visual CMS that simplifies building, managing, and publishing static sites.

    That same thinking is what led me to build [Primo](https://github.com/primodotso/primo) - a SSG in a desktop/server CMS. It’s the only thing me or anyone I know who’s uses it uses to build normal websites anymore bc it’s so much faster to get a site up and easier to write code/content.

  13. solid-site

    Code that powers the SolidJS.com platform.

  14. marko

    A declarative, HTML-based language that makes building web apps fun

  15. serverless-next.js

    Discontinued ⚡ Deploy your Next.js apps on AWS Lambda@Edge via Serverless Components

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Enhance an 11ty site at the edge

    4 projects | dev.to | 21 Mar 2025
  • The curious case of the paragraph with the bad CLS

    1 project | dev.to | 3 Dec 2024
  • Ask HN: Is It Time for a WordPress Alternative?

    1 project | news.ycombinator.com | 18 Oct 2024
  • Making a Simple Self-Hosted Photo Gallery with 11ty

    2 projects | dev.to | 5 Jun 2024
  • Create a Blog with Eleventy and Storyblok

    2 projects | dev.to | 13 May 2024

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?