analytics-setup

Configure privacy-first analytics with PostHog across React, Flutter, and NestJS.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Vivekmano27/agent-orchestrator --skill analytics-setup-vivekmano27
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analytics-setup
Source: https://github.com/Vivekmano27/agent-orchestrator/tree/main/plugins/project-orchestrator/skills/analytics-setup
Command: npx skills add https://github.com/Vivekmano27/agent-orchestrator --skill analytics-setup-vivekmano27

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a blueprint to implement privacy-preserving analytics across web, mobile, and backend environments using PostHog, with consent management and non-PII data handling to meet regulatory requirements.

Core Features & Use Cases

  • Frontend analytics (React/Next.js): PostHog integration with privacy defaults and explicit consent gating.
  • Mobile analytics (Flutter): Client-side tracking with opt-in consent and PII minimization.
  • Server-side tracking (NestJS): Backend event capture with non-PII properties and secure data flow.
  • Use Case: SaaS product dashboards tracking signups, feature usage, and retention while honoring user consent.

Quick Start

Configure privacy-preserving analytics across your React/Next.js web app, Flutter mobile app, and NestJS backend to begin collecting events.

Frequently Asked Questions about analytics-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up privacy-first analytics with consent gating in a React app?

Privacy-first analytics in a React app involves integrating PostHog with explicit consent gating to ensure regulatory compliance. This Skill configures web tracking to enforce non-PII data collection and blocks events until users explicitly opt in.

Can I track non-PII events server-side using NestJS and PostHog?

Yes, you can track non-PII events server-side using NestJS and PostHog. This Skill provides a blueprint for backend event capture, defining a secure data flow and event taxonomy that minimizes personally identifiable information across your services.

What is the best way to implement compliant mobile analytics in Flutter?

Compliant mobile analytics in Flutter require client-side tracking with opt-in consent and PII minimization. This Skill configures PostHog to capture mobile events securely, ensuring your application only collects data after explicit user permission is granted.

Does this analytics setup enforce non-PII data collection across web, mobile, and backend?

Yes, this analytics setup enforces non-PII data collection across web, mobile, and backend environments. It standardizes event taxonomy and enforces consent gating for React, Flutter, and NestJS integrations to maintain regulatory compliance.

How do I manage user consent for cross-platform event tracking?

Managing user consent for cross-platform event tracking requires gating data collection until explicit permission is granted. This Skill implements consent management across React, Flutter, and NestJS to ensure compliant event data collection.