Skip to content

Playground ​

You can edit → compile → preview Kumiki in the browser. The compiler (@kumikijs/compiler) and runtime (@kumikijs/runtime) run inside the browser. Edit on the left and the result appears on the right. From Choose an example… you can load each example from the feature catalog.

…

…

WebMCP ​

For WebMCP-capable browsers/agents, this page exposes tools via navigator.modelContext.registerTool (effective only in supporting environments).

ToolPurpose
kumiki_compileCompiles the given Kumiki source and returns success/failure and diagnostics (read-only)
kumiki_list_examplesReturns the list of the playground's per-feature examples (read-only)
kumiki_load_exampleLoads an example into the editor by name
kumiki_set_sourceReplaces the editor's source and previews it

For local CLI / editor integration, there is also the @kumikijs/mcp server that runs over stdio.