Skip to content

cluster-127/mindfry-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MindFry Documentation

Built with Starlight License: Apache-2.0

The World's First Conscious Database — Official documentation site.

This is the documentation source for MindFry, an ephemeral graph database that treats data as living neurons.

🚀 Quick Start

# Install dependencies
npm install

# Start dev server
npm run dev

# Build for production
npm run build

Dev server runs at http://localhost:4321

📁 Structure

src/content/docs/
├── getting-started/     # Quickstart, concepts, tutorials
├── mental-model/        # Philosophy, comparisons
├── architecture/        # Internals, engine design
├── protocol/            # MFBP spec, opcodes, wire format
├── sdk/                 # TypeScript SDK reference
├── operations/          # Deployment, monitoring
├── recipes/             # Practical patterns
└── theory/              # Cognitive computing theory

🎨 Theme

  • Dark-first — Deep Synapse palette (Zinc + Orange)
  • Typography — Space Grotesk (headings), Inter (body), JetBrains Mono (code)
  • Diagrams — Mermaid.js powered flowcharts

🌐 Deployment

This site is deployed on Vercel. Any push to main triggers a new build.

# Manual build
npm run build

# Preview production build
npm run preview

📚 Links


Apache-2.0 © Erdem Arslan

About

Official documents for MindFry - Cognitive DB Engine

Resources

Stars

Watchers

Forks