Show HN: Ziex, a Zig web framework reaching its first release

nurulhudaapon1 pts0 comments

https://ziex.devZiex is a full-stack web framework for Zig. It now has most of the core pieces needed to build real applications and is preparing for its first public release (0.1.0), planned after Zig 0.17 stabilizes.Some of the current features:- Server-side rendering (fast by default)- JSX-like UI syntax in Zig- File-system routing- Client components compiled to WebAssembly- zx.db: built-in SQLite abstraction (uses D1 when deployed on - Cloudflare Workers)- zx.kv: key-value storage abstraction (uses Cloudflare KV in production)You can try Ziex without installing Zig using npm or bun:`npm init ziex`Example app built with it (Hacker News clone deployed to Cloudflare Workers):https://hn.ziex.appFeedback is welcome!

ziex https cloudflare framework first release

Related Articles