Write Cypher, see the graph
Run MATCH, CREATE, and WITH queries in the browser. The result renders as a graph — nodes, edges, and labels you can read at a glance.
Shipping soon · Public preview
Write Cypher in your browser and watch the graph answer back. A sandbox for LoraDB built for exploring relationships, tuning queries, and sharing a result without spinning up a database.
A peek at the interface
What you’ll get
Run MATCH, CREATE, and WITH queries in the browser. The result renders as a graph — nodes, edges, and labels you can read at a glance.
Follow paths, pivot on a node, and reshape the query until the answer is obvious. No table of IDs to squint at.
Every query is encodable in a link. Drop it in a PR, an issue, or a doc — open it and the same graph comes back.
The playground runs LoraDB compiled to WASM — the same parser, planner, and executor you’ll run in production.
Until the playground lands, the fastest way to write and run Cypher against LoraDB is the crate — four lines to open a database and run your first MATCH.