Ziggetty is a simple HTTP server for static web sites.
Ziggetty is written in the Zig Programming Language, and currently requires a version compiled from trunk.
A development build can be built from the source code:
$ git clone https://git.terinstock.com/ziggetty
$ zig build-exe main.zig
$ ./main &
$ curl http://localhost:8080
Tagged releases, along with binaries, will begin shortly.