Built with Devframe
Real-world devtools shipping on Devframe:
- 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:
- counter — smallest possible demo, exercises all adapters.
- 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.