Skip to main content

Chronicle

Documentation for the Chronicle collaborative document editor platform.

What is Chronicle?

Chronicle is a timechain-based collaborative document editor that treats time as a navigable dimension. Its signature feature is the “draggable immersive document timeline” that allows users to:
  • View document state at any point in history
  • See changes from all collaborators over time
  • Navigate through edits like scrubbing through a video
  • Audit and verify every change cryptographically

Repositories

RepositoryDescription
schemasProtobuf schemas and TypeScript bindings
editorCore editor package
relayReal-time collaboration service
appWeb application

aphelion-craft Integration

Chronicle integrates with the aphelion-craft protocol layer:
  • fork-node - CRDT merge engine for conflict-free editing
  • vest-node - Verifiable audit ledger for edit history
  • tnp-node - Temporal Navigation Protocol for time queries
  • aegis-node - Access control and permissions
  • timechain-sdk - Client SDK for all protocols