Interactive demo for TalaDB — a local-first document and vector database built in Rust.
Live demo: https://taladb-playground.vercel.app/
- Notes — create, search, and delete notes stored in TalaDB via OPFS. Demonstrates document CRUD, full-text search, category filtering, secondary indexes, and live query subscriptions.
- Semantic Search — 15 articles embedded with
all-MiniLM-L6-v2(runs entirely on-device via@huggingface/transformers). Demonstrates vector indexing,findNearest, and hybrid filter + vector ranking.
- React + Vite
taladb+@taladb/web(WASM + OPFS via Dedicated Worker)@huggingface/transformersv3 for on-device embeddings
pnpm install
pnpm devRequires the published
@taladb/webpackage which ships the WASM binary. To test against a local build of TalaDB, runscripts/dev-playground.shfrom the monorepo root.