Alternatives to Astro logo

Alternatives to Astro

Gatsby, Jekyll, Hugo, VuePress, and Hexo are the most popular alternatives and competitors to Astro.
166
168
+ 1
0

What is Astro and what are its top alternatives?

It is a new kind of static site builder that delivers lightning-fast performance with a modern developer experience. It combines decades of proven performance best practices with the DX improvements of the component-oriented era. Use your favorite JavaScript framework and automatically ship the bare-minimum amount of JavaScript—by default.
Astro is a tool in the Static Site Generators category of a tech stack.
Astro is an open source tool with 41.4K GitHub stars and 2.1K GitHub forks. Here’s a link to Astro's open source repository on GitHub

Top Alternatives to Astro

  • Gatsby
    Gatsby

    Gatsby lets you build blazing fast sites with your data, whatever the source. Liberate your sites from legacy CMSs and fly into the future. ...

  • Jekyll
    Jekyll

    Think of Jekyll as a file-based CMS, without all the complexity. Jekyll takes your content, renders Markdown and Liquid templates, and spits out a complete, static website ready to be served by Apache, Nginx or another web server. Jekyll is the engine behind GitHub Pages, which you can use to host sites right from your GitHub repositories. ...

  • Hugo
    Hugo

    Hugo is a static site generator written in Go. It is optimized for speed, easy use and configurability. Hugo takes a directory with content and templates and renders them into a full html website. Hugo makes use of markdown files with front matter for meta data. ...

  • VuePress
    VuePress

    A minimalistic static site generator with a Vue-powered theming system, and a default theme optimized for writing technical documentation. It was created to support the documentation needs of Vue's own sub projects. ...

  • Hexo
    Hexo

    Hexo is a fast, simple and powerful blog framework. It parses your posts with Markdown or other render engine and generates static files with the beautiful theme. All of these just take seconds. ...

  • Middleman
    Middleman

    Middleman is a command-line tool for creating static websites using all the shortcuts and tools of the modern web development environment. ...

  • Gridsome
    Gridsome

    Build websites using latest web tech tools that developers love - Vue.js, GraphQL and Webpack. Get hot-reloading and all the power of Node.js. Gridsome makes building websites fun again. ...

  • MkDocs
    MkDocs

    It builds completely static HTML sites that you can host on GitHub pages, Amazon S3, or anywhere else you choose. There's a stack of good looking themes available. The built-in dev-server allows you to preview your documentation as you're writing it. It will even auto-reload and refresh your browser whenever you save your changes. ...

Astro alternatives & related posts

Gatsby logo

Gatsby

3.3K
2.4K
121
Free, open source framework for building blazing fast websites and apps with React
3.3K
2.4K
+ 1
121
PROS OF GATSBY
  • 28
    Generated websites are super fast
  • 16
    Fast
  • 15
    GraphQL
  • 10
    Progressive Web Apps generation
  • 9
    Easy to connect with lots of CMS via official plugins
  • 9
    Reusable components (React)
  • 7
    Allows to use markdown files as articles
  • 5
    Static-sites
  • 5
    All the benefits of a static website + React+GraphQL
  • 5
    Images
  • 4
    List of starters as base for new project
  • 3
    Easy to connect with Drupal via official plugin
  • 3
    Open source
  • 1
    Gitlab pages integration
  • 1
    Incremental Build
CONS OF GATSBY
  • 6
    No ssr
  • 3
    Very slow builds
  • 3
    Documentation isn't complete.
  • 2
    For-profit
  • 2
    Slow builds
  • 2
    Flash of unstyled content issues
  • 1
    Problematic between develop and build commands
  • 1
    Difficult debugging
  • 1
    Too many dependencies
  • 1
    Plugin driven development
  • 1
    Difficult maintenance

related Gatsby posts

Johnny Bell

I was building a personal project that I needed to store items in a real time database. I am more comfortable with my Frontend skills than my backend so I didn't want to spend time building out anything in Ruby or Go.

I stumbled on Firebase by #Google, and it was really all I needed. It had realtime data, an area for storing file uploads and best of all for the amount of data I needed it was free!

I built out my application using tools I was familiar with, React for the framework, Redux.js to manage my state across components, and styled-components for the styling.

Now as this was a project I was just working on in my free time for fun I didn't really want to pay for hosting. I did some research and I found Netlify. I had actually seen them at #ReactRally the year before and deployed a Gatsby site to Netlify already.

Netlify was very easy to setup and link to my GitHub account you select a repo and pretty much with very little configuration you have a live site that will deploy every time you push to master.

With the selection of these tools I was able to build out my application, connect it to a realtime database, and deploy to a live environment all with $0 spent.

If you're looking to build out a small app I suggest giving these tools a go as you can get your idea out into the real world for absolutely no cost.

See more
Ronan Levesque
Software engineer at Algolia · | 18 upvotes · 339.4K views

A few months ago we decided to move our whole static website (www.algolia.com) to a new stack. At the time we were using a website generator called Middleman, written in Ruby. As a team of only front-end developers we didn't feel very comfortable with the language itself, and the time it took to build was not satisfying. We decided to move to Gatsby to take advantage of its use of React , as well as its incredibly high performances in terms of build and page rendering.

See more
Jekyll logo

Jekyll

2K
1.4K
230
Blog-aware, static site generator in Ruby
2K
1.4K
+ 1
230
PROS OF JEKYLL
  • 74
    Github pages integration
  • 54
    Open source
  • 37
    It's slick, customisable and hackerish
  • 24
    Easy to deploy
  • 23
    Straightforward cms for the hacker mindset
  • 7
    Gitlab pages integration
  • 5
    Best for blogging
  • 2
    Low maintenance
  • 2
    Easy to integrate localization
  • 1
    Huge plugins ecosystem
  • 1
    Authoring freedom and simplicity
CONS OF JEKYLL
  • 4
    Build time increases exponentially as site grows
  • 2
    Lack of developments lately
  • 1
    Og doesn't work with postings dynamically

related Jekyll posts

Dale Ross
Independent Contractor at Self Employed · | 22 upvotes · 1.5M views

I've heard that I have the ability to write well, at times. When it flows, it flows. I decided to start blogging in 2013 on Blogger. I started a company and joined BizPark with the Microsoft Azure allotment. I created a WordPress blog and did a migration at some point. A lot happened in the time after that migration but I stopped coding and changed cities during tumultuous times that taught me many lessons concerning mental health and productivity. I eventually graduated from BizSpark and outgrew the credit allotment. That killed the WordPress blog.

I blogged about writing again on the existing Blogger blog but it didn't feel right. I looked at a few options where I wouldn't have to worry about hosting cost indefinitely and Jekyll stood out with GitHub Pages. The Importer was fairly straightforward for the existing blog posts.

Todo * Set up redirects for all posts on blogger. The URI format is different so a complete redirect wouldn't work. Although, there may be something in Jekyll that could manage the redirects. I did notice the old URLs were stored in the front matter. I'm working on a command-line Ruby gem for the current plan. * I did find some of the lost WordPress posts on archive.org that I downloaded with the waybackmachinedownloader. I think I might write an importer for that. * I still have a few Disqus comment threads to map

See more
Josh Dzielak
Co-Founder & CTO at Orbit · | 5 upvotes · 491.3K views
Shared insights
on
JekyllJekyllHugoHugo

Earlier this year, I migrated my personal website (dzello.com) from Jekyll to Hugo. My goal with the migration was to make the development environment as pleasant as possible and to make it really easy to add new types of content. For example, I knew I wanted to add a consulting page and some portfolio-style pages to show off talks I had given and projects I had worked on.

I had heard about how fast Hugo was, so I tried it out with my content after using a simple migration tool. The results were impressive - the startup and rebuild times were in milliseconds, making the process of iterating on content or design less cumbersome. Then I started to see how I could use Hugo to create new page types and was very impressed by the flexibility of the content model. It took me a few days to really understand where content should go with Hugo, but then I felt very confident that I could create many different types of pages - even multiple blogs if I wanted - using a consistent syntax and with full control of the layouts and the URLs.

After about 6 months, I've been very happy with the results of the migration. The dev environment is light and fast and I feel at ease adding new pages and sections to the site.

See more
Hugo logo

Hugo

1.3K
1.2K
206
A Fast and Flexible Static Site Generator written in Go
1.3K
1.2K
+ 1
206
PROS OF HUGO
  • 47
    Lightning fast
  • 29
    Single Executable
  • 26
    Easy setup
  • 24
    Great development community
  • 23
    Open source
  • 13
    Write in golang
  • 8
    Not HTML only - JSON, RSS
  • 8
    Hacker mindset
  • 7
    LiveReload built in
  • 4
    Gitlab pages integration
  • 4
    Easy to customize themes
  • 4
    Very fast builds
  • 3
    Well documented
  • 3
    Fast builds
  • 3
    Easy to learn
CONS OF HUGO
  • 4
    No Plugins/Extensions
  • 2
    Template syntax not friendly
  • 1
    Quick builds

related Hugo posts

John-Daniel Trask
Co-founder & CEO at Raygun · | 19 upvotes · 324.6K views
Shared insights
on
.NET.NETWordPressWordPressHugoHugo
at

There’s no doubt WordPress is a great CMS, which is very user friendly. When we started the company, our blog wasn’t really our top priority, and it ended up being hosted on a fairly obscure server within our setup, which didn’t really change much until recently when things become harder to manage and make significant updates.

As our marketing team increased, the amount of traffic that found us through our content marketing increased. We found ourselves struggling to maintain our Wordpress install given the amount of theme updates, plugins and security patches needing to be applied. Our biggest driver to find an alternative solution however was just how slow Wordpress is at serving content to the end user. I know there will be die hard fans out there with ways to set things up that mean WordPress sites can load quickly, but we needed something a lot more streamlined.

We could see in our own Real User Monitoring tool that many users were experiencing page load speeds of over five seconds, even longer in worst case scenarios. Hugo is an open source static site generator that has enabled us to reduce load times by over 500% and make our blog far more maintainable across the whole team.

The Raygun marketing site runs on a .NET CMS called N2 but we plan to swap that out with Hugo as well in future.

#StaticSiteGenerators #SelfHostedBloggingCms #SupportSalesAndMarketing

See more
Josh Dzielak
Co-Founder & CTO at Orbit · | 5 upvotes · 491.3K views
Shared insights
on
JekyllJekyllHugoHugo

Earlier this year, I migrated my personal website (dzello.com) from Jekyll to Hugo. My goal with the migration was to make the development environment as pleasant as possible and to make it really easy to add new types of content. For example, I knew I wanted to add a consulting page and some portfolio-style pages to show off talks I had given and projects I had worked on.

I had heard about how fast Hugo was, so I tried it out with my content after using a simple migration tool. The results were impressive - the startup and rebuild times were in milliseconds, making the process of iterating on content or design less cumbersome. Then I started to see how I could use Hugo to create new page types and was very impressed by the flexibility of the content model. It took me a few days to really understand where content should go with Hugo, but then I felt very confident that I could create many different types of pages - even multiple blogs if I wanted - using a consistent syntax and with full control of the layouts and the URLs.

After about 6 months, I've been very happy with the results of the migration. The dev environment is light and fast and I feel at ease adding new pages and sections to the site.

See more
VuePress logo

VuePress

379
418
8
A static-site generator built by the Vue.js team
379
418
+ 1
8
PROS OF VUEPRESS
  • 4
    It's Vue
  • 2
    Created by the vue.js developers
  • 2
    Built in text search feature
CONS OF VUEPRESS
  • 3
    Its Vue

related VuePress posts

Nikolaj Ivancic

I want to build a documentation tool - functionally equivalent to MkDocs. The initial choice ought to be VuePress - but I know of at least one respectable developer who started with VuePress and switched to Nuxt.js. A rich set of "themes" is a plus and all documents ought to be in Markdown.

Any opinions?

See more
Hexo logo

Hexo

355
383
70
A fast, simple & powerful blog framework, powered by Node.js
355
383
+ 1
70
PROS OF HEXO
  • 18
    Ease of deployment
  • 13
    Uses NodeJS and npm
  • 12
    Easy GitHub Pages publishing
  • 10
    Powerful templating
  • 7
    Useful tools and plugins
  • 4
    Easy intergrating with js
  • 3
    Open source
  • 3
    Blazing Fast
CONS OF HEXO
    Be the first to leave a con

    related Hexo posts

    Middleman logo

    Middleman

    169
    190
    66
    A static site generator using all the shortcuts and tools in modern web development
    169
    190
    + 1
    66
    PROS OF MIDDLEMAN
    • 20
      Rails for static sites
    • 18
      Erb, haml, slim
    • 17
      Live reload
    • 7
      Easy setup
    • 3
      Emacs org-mode integration by middleman-org
    • 1
      Make front-end easy and rock solid again
    CONS OF MIDDLEMAN
      Be the first to leave a con

      related Middleman posts

      Ronan Levesque
      Software engineer at Algolia · | 18 upvotes · 339.4K views

      A few months ago we decided to move our whole static website (www.algolia.com) to a new stack. At the time we were using a website generator called Middleman, written in Ruby. As a team of only front-end developers we didn't feel very comfortable with the language itself, and the time it took to build was not satisfying. We decided to move to Gatsby to take advantage of its use of React , as well as its incredibly high performances in terms of build and page rendering.

      See more
      Gridsome logo

      Gridsome

      158
      294
      51
      Build blazing fast websites for any CMS or data with Vue.js & GraphQL ⚡️💚
      158
      294
      + 1
      51
      PROS OF GRIDSOME
      • 16
        Vuejs
      • 10
        GraphQL
      • 6
        Starter kit as a base for new project
      • 5
        Reusable components (Vue)
      • 4
        Open source
      • 3
        Allows to use markdown files as articles
      • 3
        Static-sites
      • 2
        Generated websites are super fast
      • 2
        Blogging website
      • 0
        Webpack
      CONS OF GRIDSOME
      • 1
        Open source
      • 1
        Still young

      related Gridsome posts

      MkDocs logo

      MkDocs

      144
      147
      14
      A static site generator
      144
      147
      + 1
      14
      PROS OF MKDOCS
      • 5
        Speed
      • 4
        Gitlab integration
      • 3
        Extensibility
      • 2
        Themes
      CONS OF MKDOCS
      • 1
        Build time increases exponentially as site grows

      related MkDocs posts

      Nikolaj Ivancic

      I want to build a documentation tool - functionally equivalent to MkDocs. The initial choice ought to be VuePress - but I know of at least one respectable developer who started with VuePress and switched to Nuxt.js. A rich set of "themes" is a plus and all documents ought to be in Markdown.

      Any opinions?

      See more