Wunjo Design as a browser vector editor with Git-style version control
Exports design to clean HTML code, skipping the usual Figma-to-Dev handoff entirely.
GPU-accelerated version-controlled vector database
Git-style version control for vectors when Chroma and Qdrant can't time-travel.
ML engineers, RAG developers, data scientists working with embeddings
Chroma · Qdrant · Weaviate
What makes it different:
- Version control is native — git log, git diff, git branch, git merge for vectors. Roll back to any commit. Cherry-pick by meaning. - Time-travel queries — db.query_text("revenue", at="v1.0") searches an old snapshot. - CEPH CRUSH placement — deterministic data routing. Scales horizontally by adding peers, no coordinator. - P2P distributed — peers sync over SSH like git remotes. Each node is a full shard. - FoundationDB features — hooks, transactions, watches, secondary indexes, schema enforcement. - Universal ingest — swallow entire SQLite databases, MongoDB exports, CSV, Parquet, PDF with one command: db.ingest("legacy.db") - CLI-first — works from terminal like git: gitdb init && gitdb add --text "doc" && gitdb commit -m "init" - Embedded — no server process. Import and query in 3 lines of Python.
21 modules, 13,150 lines, 394 tests. GPU-accelerated (MPS/CUDA/CPU).
GitHub: https://github.com/VincentKaufmann/GitDB
PyPI: pip install gitdb-vectors
Exports design to clean HTML code, skipping the usual Figma-to-Dev handoff entirely.
Git for agent memory beats Letta's file-level versioning with zero-copy branching.
Git for agent sessions lets you swap models mid-task and branch reasoning trees.
WASM SIMD vector DB in browser beats JavaScript 5x, but limited to in-memory search.
Git branches for agent memory with time-travel rollback via MatrixOne CoW engine.
608kb Rust binary, but Git already handles snapshots better.