Subtasks
- closed #35 Add inbox command to CLI for querying AppView
- closed #36 Add Jetstream subscription and grant/keyring indexer
- closed #37 Add AppView REST API with inbox and keyrings endpoints
- closed #38 Add AppView crate scaffold with config, error types, and SQLite database
Comments — 2
Generated 2026-03-03 02:53 UTC
Epic for Phase 4 AppView. Plan at .claude/plans/compiled-bubbling-hennessy.md. Architecture: Jetstream (public JSON firehose) → indexer → SQLite → Axum REST API → CLI inbox command. Event source designed to be swappable (custom relay later). Three build phases: (1) crate scaffold + DB + API, (2) Jetstream subscription + indexer, (3) CLI inbox command.