TezzNative Frameworks

Production modules for APIs, GUI, DB, and OS development

Framework platform

Use these modules to build production APIs, services, GUI apps, database workflows, and TezzOS components in one language stack.

TezzApi

Backend API framework layer on top of net + TNXB.
- Route-table and CRUD contracts
- Request/response helpers
- Binary TNXB payload support

Read: /frameworks/tezzapi

TezzServe

Business-grade server middleware layer.
- Middleware chain
- Auth and rate-limit hooks
- Tenant-level TLS policy flow

Read: /frameworks/tezzserve

TezzAi

TezzNative-first coding assistant and inference serving lane.
- Local corpus learning + model training
- Secure model persistence format (`.taim`)
- HTTP inference/codegen endpoint

Read: /frameworks/tezzai

TezzServiceManager (TSM)

Cross-platform service lifecycle manager.
- Service registry (TNX)
- Start/stop/status/run actions
- Log + PID paths for long-running services

Read: /frameworks/tsm

TezzUI

GUI engine and compositor-facing UI stack for TezzOS.
- Window tree and focus model
- Input routing and hit-testing
- Theme/layout primitives

Read: /frameworks/tezzui

TezzDB Framework

Database integration model for service/data apps.
- Schema and migration contracts
- Runtime access patterns
- Backend integration references

Read: /frameworks/tezzdb

TezzOS SDK

OS-level framework surface for services, shell, and GUI apps.
- Process/service lifecycle hooks
- Window-manager integration points
- Install/runtime compatibility guidance

Read: /frameworks/tezzos-sdk

Release + Deploy

Docs and frameworks deploy pipeline:
bash tools/deploy_tezzcorp.sh

Primary site:
https://tn.tezzcorp.com/frameworks/