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.
# Install dependencies
npm install
# Start dev server
npm run dev
# Build for production
npm run buildDev server runs at http://localhost:4321
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
- Dark-first — Deep Synapse palette (Zinc + Orange)
- Typography — Space Grotesk (headings), Inter (body), JetBrains Mono (code)
- Diagrams — Mermaid.js powered flowcharts
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- MindFry Core — Rust engine
- crates.io — Rust package
- @mindfry/sdk — TypeScript SDK
Apache-2.0 © Erdem Arslan