website/public/ai.md
This markdown is auto-generated from visible homepage content and optimized for quick context.
Code examples are intentionally omitted from this machine page. For implementation details and source examples, visit:
The centralized orchestration runtime for distributed polyglot function execution. React simplified frontend with Component and Context. iii does the same for backend.
iii unifies your entire backend with Function, Trigger, and Worker. One mental model for every backend system. Anything that does work. A Function receives input and optionally returns output. It can live anywhere — locally, on cloud, on serverless, or as a third-party HTTP endpoint. All Functions are treated the same within iii.
Operations flow through the Engine to any worker, in any language
Python registers a function. Rust registers a function. Node.js consumes both.Simply register functions and trigger them.
Every function call, every span, every metric — captured automatically with OpenTelemetry. Export to any backend or use the built-in console.
Native trace viewer with waterfall, flame graph, service breakdown, and trace map visualizations.
OTLP-native export to any OpenTelemetry-compatible backend — Datadog, Grafana, Honeycomb, and more.
Auto-instrumentation for all function calls with W3C traceparent propagation across language boundaries.