A browser-based ArangoDB query IDE with AQL editor, collection browser, and document explorer.
- AQL query editor with syntax highlighting
- Collection browser with document/edge filtering
- Document viewer/editor with JSON and YAML formats
- Saved connection profiles (localStorage)
- Query history and saved snippets
- CORS bypass proxy mode for seamless ArangoDB connections
npm startOpens at http://localhost:8080. Enter your ArangoDB URL (e.g. http://user:pass@host:8529/dbname) and click Connect.
- Proxy (default) — requests go through the local server, avoiding browser CORS restrictions
- Direct — requests go straight to the ArangoDB instance (requires CORS configuration)