traits.build
Typed, composable functions compiled into a single Rust binary that serves itself as a web app. The same kernel runs in the browser via WASM — no server required.
Features
- CLI, REST API, and MCP server from one binary
- WASM browser kernel — runs traits locally in the browser
- 3-tier dispatch: WASM → local helper → server REST
- Type-safe signatures with runtime validation
- Hot-reloadable cdylib plugins via C ABI
- OpenAPI spec auto-generated from trait definitions
Pages
View source on GitHub