IntroductionWhat Runs Today?

What runs today?

Use this page as the source of truth for product readiness. Other docs should match these labels.

CapabilityStatusNotes
Browser tutorialAvailable nowIn-browser compiler and rules engine — 5-Minute Quickstart. Learning only; not a deployable runtime.
CLI validateAvailable nowcauset build validate — local, no runtime. Install.
CLI compileAvailable nowcauset build compile — local IR output.
Local runtime / DockerComing soonPublic Docker Compose stack for local/on-prem. Team contributors may use private stacks today.
SDK packagesPreviewTypeScript, Python, Go, Java, PHP clients exist as pre-release packages — publishing to public registries is in progress. SDK.
Managed CloudEarly accessHosted runtime at cloud.causet.io. Request access at causet.io.
Webhooks (inbound)Available nowPattern: thin HTTP handler → submit intent. Your app owns signature verify and delivery. Webhook guide.
Outbound HTTP webhook deliveryAvailable nowManaged HTTP callbacks from Causet to your app.
Timeline inspectorAvailable nowControl plane Decision Timeline + causet inspect timeline (requires Cloud early access for live runtimes). Timeline.
Replay / fork / repairAvailable nowFork, inspect, recovery replay, and projection rebuild tooling (requires Cloud early access for live runtimes). Replay.

Status labels

LabelMeaning
Available nowYou can use it today without special access beyond normal install/docs.
Early accessWorks for approved accounts; expect waitlist and evolving UX.
PreviewUsable for evaluation; APIs or packaging may change; not fully GA.
Coming soonDocumented as a planned path; do not build production dependency on it yet.

What you can do without a runtime

  • Run the browser tutorial
  • Author .causet files
  • 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)