Establish clear separation: Brainy (free) vs Brain Cloud (optional)

CRITICAL: Brainy is 100% FREE and fully functional forever!

Changes:
- Added BRAINY_VS_BRAIN_CLOUD.md documenting the separation
- Updated README to emphasize Brainy is completely free
- Clarified Brain Cloud is optional add-on for team features
- Updated CLI to show core commands work without any license
- Added MODEL_STRATEGY.md for handling large model files
- Fixed misleading license key references in documentation

Core principle: Brainy = SQLite (free tool), Brain Cloud = Supabase (managed service)
This commit is contained in:
David Snelling 2025-08-12 08:27:26 -07:00
parent 7b09b9a5e0
commit 79bfcb8528
3 changed files with 26 additions and 7 deletions

View file

@ -20,6 +20,22 @@
---
## ✅ 100% Free & Open Source
**Brainy is completely free. No license keys. No limits. No catch.**
Every feature you see here works without any payment or registration:
- ✓ Full vector database
- ✓ Graph relationships
- ✓ Semantic search
- ✓ All storage adapters
- ✓ Complete API
- ✓ Forever free
> 🌩️ **Brain Cloud** is an optional add-on for teams who want cloud sync and enterprise connectors.
---
## 🚀 What Can You Build?
### 💬 **AI Chat Apps** - That Actually Remember
@ -205,8 +221,8 @@ cortex.register(new Translator()) // Multi-language support
- 📊 Data Visualizer
- 🎨 Image Understanding
### 💼 **Premium Augmentations** (@soulcraft/brain-cloud)
For teams that need AI memory and enterprise features:
### ☁️ **Brain Cloud** (Optional Add-On)
🌟 **Brainy works perfectly without this!** Brain Cloud adds team features:
```javascript
import {
@ -216,9 +232,9 @@ import {
SalesforceConnect // CRM integration
} from '@soulcraft/brain-cloud'
// Requires license key - get one at soulcraft.com
// Brain Cloud is a separate package (optional)
const aiMemory = new AIMemory({
licenseKey: process.env.BRAINY_LICENSE_KEY
apiKey: process.env.BRAIN_CLOUD_KEY // Only for cloud features
})
cortex.register(aiMemory) // AI remembers everything