Quick Note on Zola vs Astro

toolsstatic-sites

Considered Zola initially — it’s fast, single binary, no JS build tooling. But Astro won for a few reasons:

  1. Content collections: Type-safe frontmatter validation out of the box
  2. Ecosystem: More plugins for Obsidian features (callouts, wikilinks)
  3. Flexibility: Can add interactive components later if needed
  4. Vercel integration: First-class support

Zola is great for simple blogs. Astro scales better with complexity.