Skip to main content

3 docs tagged with "architecture"

View all tags

Data layer

Where CallVault keeps things — an on-device SQLite database as the source of truth, recording metadata in Supabase, and audio backups in FilesHub.

One codebase, two builds

CallVault builds a native Android recorder and a web dashboard from a single Flutter codebase — kept apart by keeping device-only code out of the web build.

The sync pipeline

Every recording moves through a state machine — recorded, uploaded, synced — with retry-and-backoff, a terminal blocked state, and nothing deleted before it is safely synced.