Vector search for AI. Graph relationships for connections. Document storage for apps.
Replace Pinecone, Neo4j, PostgreSQL, MongoDB, and 7 more with one unified system
// Install latest Brainy from NPM
import { Brainy, NounType } from '@soulcraft/brainy'
// Zero configuration required!
const brain = new Brainy()
await brain.init()
// 1. Add entities with automatic embeddings
const jsId = await brain.add({
data: "JavaScript is a programming language",
nounType: NounType.Concept,
metadata: { type: "language", year: 1995 }
})
const nodeId = await brain.add({
data: "Node.js runtime environment",
nounType: NounType.Concept,
metadata: { type: "runtime", year: 2009 }
})
// 2. Create relationships
await brain.relate({
from: nodeId,
to: jsId,
type: "executes"
})
// 3. Triple Intelligence™ query (vector + graph + metadata)
const results = await brain.find({
query: "programming languages", // Vector search
where: { year: { $gte: 1990 } }, // Metadata filter
connected: { to: nodeId } // Graph relationships
})
Triple Intelligence™ means Brainy replaces your entire database stack. Vector search for AI, graph relationships for connections, document storage for apps.
Six products working together: from knowledge OS to memory, collaboration, creation tools, empathy, and enterprise time-travel
Knowledge Operating System
npm install @soulcraft/brainy
Context That Never Forgets
Many Agents, One Mind
Explore Your Knowledge. Create Anything.
Empathy as a Service
Enterprise Time Machine & Compliance
Stop paying for multiple databases. Brainy's Triple Intelligence™ gives you vector search, graph relationships, and document storage in one unified system.
Triple Intelligence™
83-96% cost savings. Zero vendor lock-in. MIT licensed.
Start Building Free →Enterprise-grade features that just work, from prototype to production
World's first to unify vector search + graph relationships + document filtering in ONE API
Sub-10ms search across millions of entities with type-aware HNSW indexing
Auto-detects storage, optimizes memory, configures everything. It just works
One codebase everywhere: browser, Node.js, serverless, edge, Docker, K8s
Replace Pinecone + Neo4j + MongoDB. $138K/year → $5.9K @ 500TB scale
31 Noun Types × 40 Verb Types = Model any domain with 1,240+ type combinations
MIT Licensed • Free forever • No vendor lock-in
The world's first Triple Intelligence™ database unifying vector, graph, and metadata search in one simple API
Semantic understanding through HNSW-powered embeddings. Find similar content by meaning, not just keywords. <10ms queries with 384D vectors.
Navigate connected knowledge like Neo4j. Build knowledge graphs with 31 noun types × 40 verb types for infinite expressiveness.
MongoDB-style metadata queries with O(log n) performance. Structure your data with categories, tags, and attributes for precise filtering.
Search across all three intelligences simultaneously. Find by meaning, relationships, and metadata in a single powerful query - no joins required.
All three intelligences work offline by default. Fast, private, and secure. Add cloud sync only when you need team collaboration.
Ask questions naturally. Triple Intelligence™ understands context, relationships, and structure to deliver exactly what you need.
Production-ready with blazing fast multi-dimensional queries
Perfect memory across conversations. Vector search for context, graph for relationships, metadata for organization.
Beyond keywords to meaning. Combine vector similarity with metadata filters and relationship traversal.
Smart suggestions using vectors for similarity, graphs for patterns, and facets for personalization.
Connect ideas and entities. Build semantic networks with automatic relationship extraction and AI insights.
Visual search with context. Image embeddings plus metadata tags and relationship mapping.
Audio fingerprints meet social graphs. Find similar tracks, discover through patterns, filter by genre.
Pattern matching across symptoms and research. Connect patient data with medical knowledge graphs.
Real-time anomaly detection. Transaction graphs, behavioral vectors, and pattern recognition.
Shared intelligence across teams. Sync knowledge graphs, share context, collaborate on insights.
One Query. Three Paradigms. Infinite Possibilities.
Join thousands of developers building multi-dimensional AI applications
Installation: npm install @soulcraft/brainy
Help us keep Soulcraft Brainy free and open source forever
The Soulcraft Ecosystem helps developers craft intelligent AI systems. We're committed to keeping Brainy open source while building premium features (Memory, Collective, Workshop, Senses, Heart) that extend its capabilities. Your sponsorship helps us advance AI memory, collaboration, and empathy for the entire community.
Full-time maintainers & new features
Tutorials, examples, and guides
Support, events, and resources
All sponsors get recognition in our README, priority support, and input on the roadmap.