Project

gesttalt

0.0
There's a lot of open issues
A long-lived project that still receives updates
A universal OAuth2.0 client written in Zig concurrency-ready
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

>= 0
 Project Readme

Gesttalt ✨

A static site generator with Shopify-like ecosystem stability. Themes and building blocks that never break.

Warning

Gesttalt is pre-1.0 and under active development. Breaking changes are expected until we reach version 1.0.

Why Gesttalt? 🤔

  • 🔒 Stable ecosystem - Liquid templates powered by liquidz, a native Zig implementation
  • 📝 TOML frontmatter - Clean, typed configuration for your content
  • 🎨 Theme system - Versioned themes with backward compatibility guarantees
  • 🚀 Fast - Written in Zig, compiles to native code
  • 🌍 Cross-platform - Linux, macOS, Windows

Install ⬇️

Via mise

mise use -g github:pepicrft/gesttalt

From Source (requires Zig 0.13+)

git clone https://github.com/pepicrft/gesttalt.git
cd gesttalt
zig build -Doptimize=ReleaseFast
# Binary at zig-out/bin/gesttalt

Development 🛠️

# Run tests
zig build test

# Format code
zig fmt src/

# Build specific target
zig build -Dtarget=x86_64-linux

Contributing 🤝

Gesttalt is in active development. Check out open issues or the development guide.

License 📜

MIT License - see LICENSE for details.