The Soulcraft Ecosystem

Six powerful products working together: Brainy, Memory, Collective, Workshop, Heart, and Vault. Everything you need to craft intelligent AI systems that remember, collaborate, care, and preserve time.

Six Products, One Ecosystem

From free foundation to enterprise compliance. Each product serves a specific purpose. Together, they create intelligent AI systems.

Open Source • MIT • v5.0.0
🧠

Soulcraft Brainy

The last database you'll ever need. Vector search, graph relationships, and document storage unified in one system. Replace your entire database stack with Triple Intelligence™. Now with Git-style fork/merge - the ONLY database with this capability!

  • Git-style fork/merge - instant branching, conflict resolution (NEW v5.0.0!)
  • Triple Intelligence™ - vector + graph + metadata in one query
  • Zero configuration required
  • Works everywhere - browser, Node.js, serverless, edge, any cloud
  • Storage adapters for AWS S3, GCP Cloud Storage, Azure Blob, Cloudflare R2
  • Built-in embeddings (no API costs)
  • Virtual filesystem with semantic access
  • Import anything (CSV, PDF, JSON)
  • Sub-10ms queries at scale
View on GitHub →
JOIN → Coming Q1 2026
💭

Soulcraft Memory

Context that never forgets. Unlimited structured memory where each AI agent builds their own history and context. Perfect recall across all conversations.

  • Unlimited memory per agent
  • Perfect recall across all conversations
  • Works with Claude, GPT, Gemini, Llama
  • Semantic context retrieval
  • Cross-session persistence
  • MCP integration ready
JOIN → Coming Q1 2026
🤝

Soulcraft Collective

Many agents, one mind. AI agents working together like master craftspeople, sharing knowledge and working toward common goals with automatic handoffs.

  • Coordinate multiple AI agents
  • Shared knowledge base
  • Automatic task routing and handoffs
  • Collaborative workflows
  • Cross-agent context sharing
  • Team-based problem solving
BETA → Beta Access Q1 2026
🛠️

Soulcraft Workshop

Production-ready visual workspace for your AI ecosystem. Neural import, GitHub sync, AI chat with Claude, interactive 3D graphs, VS Code editor, and multi-user collaboration - all deployed and working today.

  • Neural import - AI extracts entities from CSV/Excel/PDF/JSON/YAML (2s for 1500 relationships)
  • GitHub integration - real-time sync, branch management, conflict detection
  • AI chat with Claude - streaming responses, slash commands, context-aware
  • Interactive 3D neural graph - 40+ semantic verbs, multiple layouts
  • VS Code Monaco editor - 100+ languages, syntax highlighting, IntelliSense
  • Multi-user OAuth - GitHub & Google login with secure per-user isolation
  • Batch processing - 5,000+ files with dynamic batching & progress tracking
  • Deployed to Google Cloud Run - auto-scaling, production-ready
JOIN → Coming Q2 2026
❤️

Soulcraft Heart

Empathy as a service. The missing layer that adds emotional intelligence and human-centered responses to AI. Context-aware empathy for every interaction.

  • Emotional intelligence layer
  • Human-centered AI responses
  • Context-aware empathy
  • Sentiment understanding
  • Tone adaptation
  • Compassionate communication
JOIN → Coming Q1 2026
🔐

Soulcraft Vault

Enterprise time machine and compliance suite. Time-travel queries, instant rollback, full audit trails, and WAL durability. Built on Brainy v5.0.0 COW infrastructure.

  • Time-travel queries (asOf) - see data at any point in time
  • Instant rollback - restore to previous commits
  • Full audit trails - SOC2, HIPAA, GDPR compliance
  • WAL durability - write-ahead logging for safety
  • Retention policies - automated data lifecycle
  • Enhanced diff - visualize changes with git-style comparison

Why Developers Choose Soulcraft

Production-ready features that just work

Triple Intelligence™

First database to unify vector search, graph relationships, and metadata filtering in one query. Replace Pinecone + Neo4j + MongoDB with one system.

🚀

Zero Configuration

No setup, no config files, no infrastructure. Install and start building. Auto-detects environment and optimizes automatically.

🌍

Universal Runtime

One codebase works everywhere: browser, Node.js, serverless, edge. Same API from prototype to production.

💾

Semantic VFS

Virtual filesystem with 6 access dimensions: path, concept, author, time, relationships, and similarity. Files become intelligent.

🔌

Import Anything

CSV, Excel, PDF, JSON, YAML, URLs, directories. Auto-detects format, extracts entities, creates relationships automatically.

🧬

Built-in AI

Automatic embeddings, entity extraction, clustering, outlier detection. No external API needed. Save $1K+/year on embedding costs.

🔒

Enterprise Ready

WAL durability, monitoring, rate limiting, audit logging, encryption. All included free. No premium tiers for basic features.

💰

Cost Effective

83-92% cheaper than competitors. Self-host for $3-8K over 5 years vs $42K+ for Pinecone. MIT license, no vendor lock-in.

📊

Performance

Sub-10ms queries at 10M+ items scale. HNSW vector indexing, efficient graph traversal, O(log n) metadata filtering.

Zero to Knowledge Graph in 60 Seconds

Install, import, and start querying with Triple Intelligence™

// Install Brainy v3.23.0
npm install @soulcraft/brainy

// Zero configuration required!
import { Brainy, NounType } from '@soulcraft/brainy'

const brain = new Brainy()
await brain.init()

// Add entities with automatic embeddings
const jsId = await brain.add({
  data: "JavaScript is a programming language",
  nounType: NounType.Concept,
  metadata: { type: "language", year: 1995 }
})

// Create relationships
await brain.relate({ from: nodeId, to: jsId, type: "executes" })

// Triple Intelligence™ query
const results = await brain.find({
  like: "programming languages",      // Vector: semantic search
  where: { year: { $gte: 1990 } }, // Metadata: filtering
  connected: { to: nodeId }           // Graph: relationships
})

Start Crafting Today

Begin with Brainy (free), join the Workshop waitlist (Q1 2026), scale with Memory, Collective, Heart, and Vault