Acorde is a production-ready engine with P2P sync, encryption, history tracking, and access control.
- Entry model types (note, log, file, event)
- SQLite storage & Lamport clocks
- LWW-Set & OR-Set merge logic
- P2P Sync (libp2p), mDNS, DHT, Pairing
- XChaCha20-Poly1305 & Argon2id
- REST API & Events
- Query Language & Search (Bleve)
- Blob Storage
- Schema Validation: JSON Schema support
- Versioning: History tracking & Restore
- Access Control: Owner/Reader/Writer ACLs
- Multi-Vault: Work/Personal separation
- Webhooks: Sync & Async callbacks
- Import/Export: JSON/CSV/Markdown
- WebAssembly build
- React Native / iOS / Android bindings
- Audit logging
- Backup/restore automation
- Prometheus metrics
- ✅ Modify data offline & Sync via P2P
- ✅ Converge to identical state (CRDT)
- ✅ End-to-End Encryption
- ✅ History & Access Control
- ✅ Rich Query & Search