sudhanshu-jha/eventflow ? reverse-engineered prompt
Reverse engineered prompt
Build me a full event analytics and notification platform called Eventflow.
I want users to be able to sign up, log in, and track events like page views, clicks, and custom actions from a simple API. Those events should be processed in the background, grouped into useful stats, and shown in a dashboard with charts for top events, event types, and recent activity. Please include GraphQL for querying data and managing things, plus a simple REST endpoint for tracking events from other apps.
It should also support webhooks, email notifications, and in app notifications when events come in. Make it production ready with a backend, a React frontend, a PostgreSQL database, Redis for background jobs, and JWT based authentication. Add OpenTelemetry tracing so I can see what is happening across the app, and set it up so it works nicely with Docker Compose. If you need current docs for any library, look them up online first.
Are you gonna build this?
make sure you review the code using coderabbit