Devframes

Ready-to-run built-in example devframes. Compose your own DevTools solution from them, run one standalone, or read one as a reference for building your own.

Ready-to-run built-in example devframes (@devframes/plugin-*). Compose your own DevTools solution from them, run one standalone, or read one as a reference for building your own.

DevframeUI frameworkWhat it does
Data InspectorVueQuery live server-side objects with jora.
Devframe InspectorVueBrowse RPC, shared state, and agent exposure.
Open Graph ViewerVueInspect Open Graph / Twitter metadata and card previews.
Accessibility InspectorSolidRun axe-core; list WCAG violations.
GitReact (Next.js)Repository dashboard: status, graph, branches, diffs.
TerminalsSvelteStream output and run interactive PTY shells.
Code ServerVueRun VS Code in the browser.
AssetsVueBrowse, preview, upload, rename, and delete files.

One RPC client, any framework

Each devframe picks its own UI framework yet shares one node-side API — RPC, shared state, and connectDevframe.

Running a built-in devframe

Most built-in devframes publish a bin:

pnpx @devframes/plugin-inspect      # the Devframe Inspector, standalone
pnpx @devframes/plugin-og           # inspect Open Graph metadata and social cards
pnpx @devframes/plugin-git          # the Git dashboard against the current repo
pnpx @devframes/plugin-assets       # manage the files under <cwd>/public

Each also exports a create…Devframe factory; see each page for options.