Brainy

Brainy is a

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" })

The Soulcraft Ecosystem

Five products working together to power intelligent AI applications

How the ecosystem connects

Your Data
Brainy
Memory
Collective
Heart
Vault
AI Agents

Workshop is the visual IDE - build apps, manage collections, map knowledge

AVAILABLE
🧠

Brainy

Knowledge Operating System
The foundation. Vector + Graph + Documents in one API.

  • ✓ Triple Intelligence queries
  • ✓ Git-style fork/merge
  • ✓ Works everywhere
  • ✓ MIT licensed, free forever
BETA
🛠

Workshop

Visual IDE for Brainy
Build apps, manage collections, map knowledge.

  • ✓ 30+ templates (wikis, GTD, CRM...)
  • ✓ Build apps with SvelteKit + Brainy
  • ✓ Knowledge graphs + mind maps
  • ✓ Export & deploy anywhere
Q1 2026
💭

Memory

AI Agent Memory
Give your AI agents perfect recall across conversations.

  • ⌛ Unlimited context memory
  • ⌛ Works with any LLM
  • ⌛ Semantic retrieval
  • ⌛ Privacy-first design
Q1 2026
🤝

Collective

Multi-Agent Coordination
AI agents working together with shared knowledge.

  • ⌛ Agent-to-agent handoffs
  • ⌛ Shared memory pools
  • ⌛ Task orchestration
  • ⌛ Conflict resolution
Q2 2026
❤️

Heart

Empathy Layer
Human-centered AI responses with emotional intelligence.

  • ⌛ Context-aware empathy
  • ⌛ Tone adaptation
  • ⌛ Sentiment understanding
  • ⌛ The missing AI layer
Q1 2026
🔒

Vault

Enterprise Time Machine
Time-travel queries, instant rollback, full compliance.

  • ⌛ Time-travel queries (asOf)
  • ⌛ Instant rollback
  • ⌛ SOC2, HIPAA, GDPR
  • ⌛ Full audit trails
Learn More About Products

Why Developers Choose Brainy

Simple API. Powerful features. No complexity.

Blazing Fast

Sub-10ms queries across millions of entities. HNSW indexing optimized for speed.

🚀

Zero Config

No setup required. Auto-detects storage, configures embeddings. It just works.

🌎

Runs Anywhere

Browser, Node.js, serverless, edge. One codebase, every environment.

🔗

Git-Style Versioning

Fork, merge, and time-travel your data. The only vector DB with this.

💰

Free Forever

MIT licensed. No vendor lock-in. Self-host or use our cloud.

🧠

Triple Intelligence

Vector + Graph + Metadata in one query. Replace 3 databases with 1.

Built for Scale

<10ms
Query latency
1M+ vectors
10K+
Queries/second
Production scale
0
Dependencies
Works offline
96%
Cost savings
vs. 3 databases

Ready to Build?

Get started in under 60 seconds

Read the Docs Star on GitHub

npm install @soulcraft/brainy