Jetzig Logo

Jetzig Web Framework

Jetzig is an MIT licensed web framework written in Zig

Routing

Simple, file-based routing to RESTful Zig function declarations. Custom routes are also available.

HTML

Templating with Zmpl provides layouts, partials, inheritance, and build-time static content rendering.

JSON

All endpoints render JSON by default, providing a RESTful API for free.

Speed

Powered by http.zig for competitive performance and scalability.

Tooling

User-friendly CLI tooling for creating projects and adding new components.

Middleware

Hook into and manipulate requests/responses with a custom middleware chain. Built-in middleware for htmx .

Sessions

Cookies, user sessions, and request/response headers out of the box.

Community

Join us on Discord – we're friendly and active.

Open Source

Free, open source, and always will be. Jetzig is MIT licensed.

Database

Powerful and flexible database layer provided by JetQuery .
View some Examples or visit the Documentation to get started.