What runs today?
Use this page as the source of truth for product readiness. Other docs should match these labels.
| Capability | Status | Notes |
|---|---|---|
| Browser tutorial | Available now | In-browser compiler and rules engine — 5-Minute Quickstart. Learning only; not a deployable runtime. |
| CLI validate | Available now | causet build validate — local, no runtime. Install. |
| CLI compile | Available now | causet build compile — local IR output. |
| Local runtime / Docker | Coming soon | Public Docker Compose stack for local/on-prem. Team contributors may use private stacks today. |
| SDK packages | Preview | TypeScript, Python, Go, Java, PHP clients exist as pre-release packages — publishing to public registries is in progress. SDK. |
| Managed Cloud | Early access | Hosted runtime at cloud.causet.io. Request access at causet.io. |
| Webhooks (inbound) | Available now | Pattern: thin HTTP handler → submit intent. Your app owns signature verify and delivery. Webhook guide. |
| Outbound HTTP webhook delivery | Available now | Managed HTTP callbacks from Causet to your app. |
| Timeline inspector | Available now | Control plane Decision Timeline + causet inspect timeline (requires Cloud early access for live runtimes). Timeline. |
| Replay / fork / repair | Available now | Fork, inspect, recovery replay, and projection rebuild tooling (requires Cloud early access for live runtimes). Replay. |
Status labels
| Label | Meaning |
|---|---|
| Available now | You can use it today without special access beyond normal install/docs. |
| Early access | Works for approved accounts; expect waitlist and evolving UX. |
| Preview | Usable for evaluation; APIs or packaging may change; not fully GA. |
| Coming soon | Documented as a planned path; do not build production dependency on it yet. |
What you can do without a runtime
- Run the browser tutorial
- Author
.causetfiles causet build validate/causet build compile
What needs Causet Cloud (early access) today
- Submit intents against a live runtime
- Inspect production timelines
- Fork, replay, and repair live entity state
- Deploy releases and activate forks
What is not public yet
- Self-hosted Docker as a public product path
- Fully published SDK packages on npm/PyPI/Packagist (preview / pre-release)
Related
- Install Causet
- Run Causet with a Local App
- Roadmap — detailed internal status (hidden from main nav; linked for contributors)