Matrix Blog is a lightweight, high-performance blog built with Rust.

Why Rust?

  • Memory safety without garbage collection
  • Excellent performance
  • Great tooling (Cargo)
  • Growing ecosystem

Tech Stack

  • Axum - Web framework
  • pulldown-cmark - Markdown parsing
  • notify - File watching
  • tracing - Logging

Design

This blog features:

  • Dark mode native (respects system preference)
  • View Transitions API for smooth navigation
  • Minimal JavaScript
  • Accessible design

Built with love and Rust.