Overview
Add a simple analytics view showing attestation activity over time.
Requirements
- Line chart: total attestations per day/week
- Counter: total identities registered
- Optional: breakdown by schema type (identity vs contribution)
Tech options
- Query EAS GraphQL API
- Build lightweight subgraph
- Cache results (attestations are immutable)
Placement
- Could be on landing page (social proof)
- Or separate /stats page
- Or both (summary on landing, detail on /stats)
Why
Shows traction. "X developers have attested their identity" is compelling for new users.