mirror of
https://github.com/ziex-dev/ziex.git
synced 2026-07-21 02:59:36 -06:00
Few regressions bugs are there but merging to main to continue development on main and will make release only after all known bugs related to Zig 0.16.0 has been fixed.
- [x] Upstream http.zig - Core web server and routing - [PR](https://github.com/karlseguin/http.zig/pull/191)
- [x] Upstream zli - CLI Parser - remove dependancies and use [proposed std.cli](4b4d625ca9/lib/std/cli.zig)
- [x] Upstream zig-tree-sitter - [PR](https://github.com/tree-sitter/zig-tree-sitter/pull/40)
- [x] Core Ziex Language
- [x] Core Ziex app
- [x] Core Ziex CLI
- [x] Ziex Dev Server (zx dev)
- [x] LSP
- [x] Playground
- [x] Upgrade to Zig 0.16.0
- [x] Fix WASM Regression
- [ ] Fix regressions
- [ ] Runtime: File Form
- [x] CLI: Export
- [x] CLI: Bundle
- [ ] Runtime: Websocket
- [ ] DevServer: Error Overlay
- [x] WASI Build
Ziex Packages
Subpackages that are published separately or consumed by the root Ziex project.
| Package | Platform/Lang | Description |
|---|---|---|
ziex |
NPM/JavaScript | Ziex JavaScript bindings for browser, Cloudflare, Vercel, WASI, and more |
@ziex |
NPM/JavaScript | @ziex org on NPM for CLI-related packages |
adapters |
Zig | Adapters for Ziex (zx.db (SQLite), zx.kv (FS)) |
create-ziex |
NPM/JavaScript | npm init ziex or bun create ziex |
create-zig |
Zig | npm init zig or bun create zig |
playground |
Zig | Interactive Zig development environment |
plugin-bun |
NPM/JavaScript | Bun plugin for the Zig build system |
plugin-tailwind |
Zig | Tailwind CSS plugin for the Zig build system |
tree-sitter-zx |
Tree-Sitter (C) | Tree-Sitter parser for .zx files |
tree-sitter-mdx |
Tree-Sitter (C) | Tree-Sitter parser for .mdzx files |