Originally posted: 2025-02-03. View source code for this page here.
Since it's possible to run DuckDB WASM in the browser, I thought it would be fun to try and run a Splink model in the browser. So I made a demo of a Vite app, code here.
Using vite-plugin-singlefile
this entire app is bundled into a single .html
file, so no webserver is needed to host it, a user can just double click it to open. The only external dependency is the DuckDB WASM file, which is loaded from a CDN.
You can see the app in an iFrame below. For a better experience, open it fullscreen here.