Skip to content

PondPilot

PondPilot is a powerful data analytics platform powered by DuckDB-WASM. Analyze local and remote data with SQL, get AI-powered assistance, and compare datasets - all without your data ever leaving your browser.

  • 100% Client-Side - All processing happens in your browser using DuckDB-WASM
  • Privacy First - Your data never leaves your device
  • Zero Setup - No installation, no server, no configuration
  • AI-Powered - Natural language to SQL with OpenAI or Claude
  • Multiple Data Sources - CSV, Parquet, JSON, Excel, DuckDB databases
  • Data Comparison - Compare tables and queries with advanced algorithms

import { Card, CardGrid } from ‘@astrojs/starlight/components’;

Learn the basics and start exploring data in minutes.
[Read guide →](/pondpilot/getting-started/)
Connect to files, databases, and remote sources.
[Learn more →](/pondpilot/data-connections/local-files/)
Write and execute SQL with syntax highlighting and autocomplete.
[Learn more →](/pondpilot/exploration/sql-editor/)
Get AI-powered help writing and optimizing SQL queries.
[Learn more →](/pondpilot/exploration/ai-assistant/)
Compare datasets with powerful diff algorithms.
[Learn more →](/pondpilot/advanced/data-comparison/)
Visualize tables and relationships in an interactive graph.
[Learn more →](/pondpilot/exploration/schema-browser/)
Master PondPilot with keyboard shortcuts.
[View shortcuts →](/pondpilot/keyboard-shortcuts/)
┌─────────────────────────────────────────────────────────┐
│ Your Browser │
│ ┌─────────────┐ ┌─────────────┐ ┌─────────────────┐ │
│ │ Local Files │ │ DuckDB │ │ AI Assistant │ │
│ │ CSV/Parquet │→ │ WASM │← │ (API calls only)│ │
│ │ JSON/Excel │ │ Engine │ │ │ │
│ └─────────────┘ └─────────────┘ └─────────────────┘ │
│ ↓ ↓ │
│ ┌─────────────────────────────────────────────────┐ │
│ │ Results & Exports │ │
│ │ (Everything stays local) │ │
│ └─────────────────────────────────────────────────┘ │
└─────────────────────────────────────────────────────────┘
BrowserSupport Level
Chrome / EdgeFull support with file persistence
FirefoxCore features, session-only file access
SafariCore features, session-only file access

PondPilot is designed with privacy as a core principle:

  • Data stays local - Files are processed directly in your browser
  • No server uploads - Your data is never sent to any server
  • AI privacy - Only schema and queries are sent to AI providers, never your actual data
  • Read-only - PondPilot never modifies your original files