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 minutes | Quick Start |
| Learn from scratch | Getting Started Tutorial |
| Understand the architecture | System Overview |
| See all packages | Layered Package Map |
| Migrate from Dioxus | Migration Guide |
| Fix a problem | Troubleshooting |
| Browse the workspace | Workspace Map |
| Look up a term | Glossary |
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"]