We’ve built a tool for point-and-click data exploration and visualization. It’s open-source, runs locally in your browser and can handle large data files.
Live demo at https://pretzelai.github.io
Tech Stack: DuckDB, PRQL, TypeScript, React, Shadcn, OpenAI
Develop locally by npm run start
Deploy by just running npm run build
and uploading the contents of the build
folder to your hosting.
- (optional) PostHog: update
/srs/lib/config.ts
- (optional) AI Enpoint: deploy a cloud function so your users don't have to add an OpenAI API key. Check
cloud
folder for instructions.