The last database you'll ever need. Vector search, graph relationships, and document storage in one simple API.
npm install @soulcraft/brainy
import { Brainy } from '@soulcraft/brainy'
// Zero configuration - just works
const brain = new Brainy()
await brain.init()
// Add knowledge with automatic embeddings
await brain.add({ data: "JavaScript is a programming language" })
await brain.add({ data: "Python is great for data science" })
// Semantic search - finds by meaning
const results = await brain.find({ query: "coding languages" })
Five products working together to power intelligent AI applications
How the ecosystem connects
Workshop is the visual IDE - build apps, manage collections, map knowledge
Knowledge Operating System
The foundation. Vector + Graph + Documents in one API.
Visual IDE for Brainy
Build apps, manage collections, map knowledge.
AI Agent Memory
Give your AI agents perfect recall across conversations.
Multi-Agent Coordination
AI agents working together with shared knowledge.
Empathy Layer
Human-centered AI responses with emotional intelligence.
Enterprise Time Machine
Time-travel queries, instant rollback, full compliance.
Simple API. Powerful features. No complexity.
Sub-10ms queries across millions of entities. HNSW indexing optimized for speed.
No setup required. Auto-detects storage, configures embeddings. It just works.
Browser, Node.js, serverless, edge. One codebase, every environment.
Fork, merge, and time-travel your data. The only vector DB with this.
MIT licensed. No vendor lock-in. Self-host or use our cloud.
Vector + Graph + Metadata in one query. Replace 3 databases with 1.
Get started in under 60 seconds
npm install @soulcraft/brainy