Tairitsu Documentation

Tairitsu is a full-stack framework powered by the WASM Component Model. Write components once, run them anywhere — server, browser, edge.

Choose Your Path

I want to...Start here
Try it in 5 minutesQuick Start
Learn from scratchGetting Started Tutorial
Understand the architectureSystem Overview
See all packagesLayered Package Map
Migrate from DioxusMigration Guide
Fix a problemTroubleshooting
Browse the workspaceWorkspace Map
Look up a termGlossary

Documentation Structure

graph TD
    ROOT["docs/"] --> GUIDES["guides/ — Tutorials, how-tos, migration"]
    ROOT --> SYSTEM["system/ — Architecture deep dives"]
    ROOT --> COMPONENTS["components/ — Crate reference"]
    ROOT --> SKILLS["skills/ — Advanced usage"]
    ROOT --> ENTERPRISE["enterprise/ — Commercial"]
    GUIDES --> GS["getting-started.md"]
    GUIDES --> QS["quick-start.md"]
    GUIDES --> WM["workspace-map.md"]
    GUIDES --> BTR["build-test-release.md"]
    GUIDES --> MIG["migration/"]
    GUIDES --> TS["troubleshooting.md"]
    GUIDES --> GL["glossary.md"]
    SYSTEM --> OV["overview.md"]
    SYSTEM --> RT["runtime.md"]
    SYSTEM --> VD["vdom.md"]
    SYSTEM --> WP["wit-pipeline.md"]
    SYSTEM --> WB["web-backends.md"]
    SYSTEM --> BG["browser-glue.md"]
    SYSTEM --> VER["versioning.md"]
    COMPONENTS --> CI["index.md"]
    COMPONENTS --> PKG["packages.md"]
    SKILLS --> DA["debug-agent.md"]
    ENTERPRISE --> SUP["support.md"]

Other Languages