AI coding agent for your terminal — self-hosted, works with any OpenAI-compatible backend
Public CLI for parsing, formatting, testing, and certifying DQL blocks
Scaffold a new DQL project. Run with: npx create-dql-app <name>
DQL browser runtime: data fetching, Vega rendering, hot-reload client
DQL language core: lexer, parser, AST, semantic analysis
DQL database connectors for local files, SQL warehouses, and lakehouse engines
DQL Governance: block testing, certification, cost estimation, and access policies
DQL Language Server Protocol implementation
DataLex Language Server Protocol implementation — schema-aware diagnostics for *.model.yaml files
DQL chart library: visx-powered React SVG components for reusable analytics blocks
DQL compiler: IR lowering, Vega-Lite code generation, HTML/CSS emitting