Building a static site generator in 100 lines of Rust

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • notify

    🔭 Cross-platform filesystem notification library for Rust. (by notify-rs)

    In order to detect files changes, we use hotwatch, a simple wrapper over notify that will allow us to save a few lines.

  • axum

    Ergonomic and modular web framework built with Tokio, Tower, and Hyper

    Finally, we need a web server to preview the pages when writing and editing the content. I have chosen the new axum framework by tokio's team because I find its API very good and intuitive, all while being built on top of hyper and thus being extremely reliable.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • hyper

    An HTTP library for Rust (by hyperium)

    Finally, we need a web server to preview the pages when writing and editing the content. I have chosen the new axum framework by tokio's team because I find its API very good and intuitive, all while being built on top of hyper and thus being extremely reliable.

  • mvp

    MVP.css — Minimalist classless CSS stylesheet for HTML elements

    Adding CSS (such as pico.css or mvp.css)

  • pico

    Minimal CSS Framework for semantic HTML

    Adding CSS (such as pico.css or mvp.css)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

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