Built with Devframe
Real-world devframes:
- Vite DevTools — the host that bundles multiple devframes into one UI (docks, command palette, terminals). Mount your own definition into it via the
viteadapter. - ESLint Config Inspector — official ESLint tool for inspecting flat configs.
- node-modules-inspector — interactive visualizer for your
node_modulesdependency graph.
End-to-end examples in this repo, exercising the full adapter surface:
- files-inspector — lists files in cwd via RPC; exercises CLI dev/build/spa surfaces.
- streaming-chat — streams synthetic chat tokens from server to client via
ctx.rpc.streaming. - next-runtime-snapshot — Next.js App Router SPA over RPC, surfacing the host Node runtime (system info, memory, env).