ztack Wiki Documentation

8 pages available

Ztack - Full Stack Zig Web Framework Overview

Ztack is an innovative and comprehensive web framework designed to empower developers to build full-stack applications entirely in Zig. It aims to eliminate the traditional "context switch" problem of

Getting Started with Ztack

Welcome to Ztack, the full-stack web framework that allows you to build robust and efficient web applications entirely in Zig. This guide will walk you through setting up your environment, building th

Ztack API Reference

This document provides a comprehensive API reference for the Ztack web framework. Signatures are inferred from the project's README and code snippets, as direct access to the source files was not avai

HTML Building with Ztack

Ztack's `html.zig` module provides a powerful, type-safe, and efficient way to programmatically generate HTML content in Zig. It focuses on minimizing allocations, enabling direct streaming to network

Ztack Routing Guide

Ztack's `router.zig` module provides a robust and type-safe mechanism for defining and managing HTTP routes in your Zig web applications. It allows you to map incoming HTTP requests (based on method a

Zig-to-JavaScript Transpilation

Ztack's Zig-to-JavaScript transpiler is a core component designed to eliminate the "context switch" problem often encountered in full-stack web development. Traditionally, developers switch between la

Ztack Architecture and Design Principles

Ztack is engineered with a clear architectural vision, prioritizing a unified, efficient, and type-safe development experience for full-stack web applications in Zig. Its design aims to eliminate cont

Ztack Examples

Ztack provides a collection of examples to showcase its various features, from basic routing to full-stack applications leveraging server-side rendering, Zig-to-JavaScript transpilation, and WebAssemb

© 2025 GG. Not affiliated with GitHub, Inc.

GitHub and the GitHub logo are trademarks of GitHub, Inc.