QueryVisual is a Bun + React + XYFlow single-page app for building relational query graphs and compiling them into ANSI SQL through a validation, IR, and optimization pipeline.
bun run devstarts the Bun server with HMRbun testruns the test suitebun run buildbuilds the browser assets intodist/bun run build:singlebuilds a self-containeddist/index.htmlwith inline JavaScript and CSSbun run startserves the production build
- structured node graph editing
- centered modal editors
- local JSON save/load
- semantic graph validation
- IR lowering and optimizer inspection
- ANSI SQL rendering