added

šŸ” Example Forge App with Privacy-First Analytics

We’ve released a modified version of Atlassian’s Forge Todo App — now with built-in privacy-first analytics using Accoil.

This example shows how to implement analytics in a Forge app while meeting Atlassian’s privacy guidelines. All events are processed through the backend, so no personal data or frontend identifiers are exposed.

What’s inside:

  • šŸ” Privacy-aware design: No PII, no frontend egress
  • šŸ“Š Event coverage: Tracks CRUD actions, UI events, and daily usage
  • 🧱 Modular setup: Backend event queue, clear separation of concerns
  • 🧪 MTU tips: Optional ID consolidation to reduce tracked users

If you're building in Forge and want to see how analytics can be done simply — and safely — this is a good place to start.

šŸ‘‰ Check out the repo