You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zig is a pretty capable and expressive language. Its possible to provide solutions to common problems in a very small amount of code (sometimes), especially if you embrace comptime.
There are many common problem domains out there, with many common solutions in a range of languages. These libraries can sometimes be quite large, complicated, and take effort to understand the internals.
Rather than write a direct port of these existing Go/Java/Rust/C++ utils into Zig .. it can pay to relax and do things the Zig way instead
Until Zig 1.0 lands, all my working repos are based on nightly master
π
Here is a list of public Zig projects Im working on for 2025-26 FY
β‘ jwt.zig Alternate driver for Datastar apps with http.zig (only). All stream based with no intermediate buffering. Includes a pub/sub mechanism for handling many long lived connections with realtime updates.
β‘ csv.zig Very simple package to read and parse CSV streaming data into Zig structs
β‘ dotenv.zig Very simple package to load ENV vars from .env files on boot
β‘ datastor.zig Very prototype Zig lib for a concept Data Persistence layer suitable for games / IoT
π
Here is a list of Zig projects I have completed (2023)
β‘ ZTS Comptime text templating system, specifically for use in web servers
β‘ zig-zag-zoe Multi-player web based game, using HTMX and SSE
β‘ zchat Unique chat application, using cuniform over HTTP
π―
Other Zig projects Im actively using / collaborating on (2023 - 2024)