Skip to content

Demo

Explore the CKS ecosystem graph directly in your browser — no server, no installation.

The static demo below runs cks-studio entirely client-side, loaded with a bundled snapshot of the ecosystem graph (scripts/cks-ecosystem.json from the cks-studio repo). It’s the same graph explorer, gallery, and pipeline monitor UI as the full studio, just without a live cks-mcp server behind it.

Open Demo →

  • Graph — pan, zoom, and inspect every object and relation in the ecosystem graph (2D and 3D views).
  • Gallery — browse the bundled cks-ecosystem graph entry.
  • Pipeline Monitor — see the pipeline monitor UI rendered against the same static data.

AI Chat, Agents, and Evolve all require a running cks-mcp server to talk to, so they’re turned off in the static demo. For the full experience:

Terminal window
pip install cks-mcp
cks-mcp serve

Then point cks-studio at your local server and connect with a real session.