An open-source tool to design JSON schemas using node-edge graphs. Simply draw out a schema using the node based interface and watch it be parsed into the JSON schema it represents in real time.
React application built with Vite bundler. Node-edge functionality is managed by ReactFlow.
Clone the repo and run the following commands in the root directory to install dependencies and launch the development environment (by default on port 5173).
npm i
npm run dev
Check out the application live here (deployed on Vercel).
