1 pointby omardak5 hours ago1 comment
  • omardak5 hours ago
    I built a native iOS app to view PostHog analytics on mobile.

    The problem: I kept opening my laptop just to check basic metrics. PostHog's web UI is powerful but not great on a phone.

    HogPocket connects directly to the PostHog API using your personal API key. No backend server — the app talks to your PostHog instance directly over HTTPS.

    Features: - Dashboard with DAU/WAU/MAU and trend charts - Funnel analysis with custom steps - Retention cohort heatmaps - HogQL queries from mobile - Multi-account support (US/EU cloud + self-hosted) - Offline caching - Smart alerts

    Tech: React Native, Expo, PostHog REST API + HogQL, RevenueCat for IAP.

    Architecture is serverless — your API key stays on your device, cached data stays on your device. I don't run any server that touches your analytics data.

    Free tier available. Pro adds unlimited accounts, advanced funnels, and HogQL.

    hogpocket.app

    Would love feedback, especially from PostHog users.