Use your own AI provider
TinyPivot follows a bring-your-own-key model. Your application configures the endpoint and provider integration, which gives you control over model choice, cost, and operational boundaries.
Keep query execution in your environment
TinyPivot can generate SQL from the available schema while your application executes queries against its own backend or a client-side engine such as DuckDB WASM. That keeps data processing under your control.
Return results to a useful analytics surface
Generated results appear in the same grid where users can continue exploring with filters, pivot tables, and charts. The goal is not a detached chatbot; it is a faster route into analysis.
Try TinyPivot in your framework
Both packages expose the same product behavior and include TypeScript support.
React
pnpm add @smallwebco/tinypivot-reactVue 3
pnpm add @smallwebco/tinypivot-vue