Show HN: PondPilot Widget – Interactive SQL snippets for any website
github.comTurn any SQL code block on your website into a runnable query editor with just a <script> tag.
Powered by DuckDB WASM running entirely in the browser – no backend needed. Perfect for documentation sites, tutorials, and blog posts.
Features:
• Full SQL analytics engine (DuckDB) running client-side
• Syntax highlighting with live editing
• One-click query execution (or Ctrl+Enter)
• Works with any static site – just add the CDN script
• Only 23KB minified, loads DuckDB on-demand
• Dark/light theme support
Try it: https://widget.pondpilot.io
GitHub: https://github.com/pondpilot/pondpilot-widget