Pre-wired flows, built from components.
5 ready-made routes built from khotan components. Install a working operational page with one command instead of wiring the UI primitives yourself.
Config Page
AvailableCreates a /config page and a Hub-based operational view for plugs and flows.
Requires: hub
$ npx khotan add config-page-1Mappings Page
AvailableCreates a /mappings page for browsing one resource at a time, searching canonical identities, and editing per-plug refs without collapsing them into metadata.
Requires: mapping-browser
$ npx khotan add mappings-page-1Graph Page
AvailableCreates a /graph page and the topology canvas so you can visualize plugs, flows, webhook handlers, and the shared app database.
$ npx khotan add graphLogs Page
AvailableCreates a /logs page that combines run history and webhook event history into one operational log surface.
Requires: runs
$ npx khotan add logs-page-1Debug Page
AvailableCreates /debug and /debug/[plugName] routes for the plug debugger. Useful for developers and agents when KHOTAN_DEBUG is enabled.
Requires: plug-debugger
$ npx khotan add debug-page-1