eddndev-studio/eddnbot — reverse-engineered prompt
Reverse engineered prompt
Build me a WhatsApp AI automation SaaS for operators who manage multiple client accounts from one place.
It should receive WhatsApp messages through the Meta Cloud API, send them to an AI provider like OpenAI, Anthropic, or Gemini, and automatically reply in a helpful way. It also needs to handle voice messages by transcribing audio with Whisper before replying.
Please include an admin dashboard where the platform owner can create tenants, manage their API keys, AI settings, WhatsApp accounts, quotas, and see usage across everyone. Each tenant should also have their own dashboard where they can manage their AI config, WhatsApp account, quotas, and usage.
Use a TypeScript setup with a Fastify API, React dashboard, PostgreSQL, Redis, and Docker for running the whole thing. Add secure admin token auth and tenant API key auth. Please include tests for the important API flows and make the project easy to run locally from an env file. Look up current docs online if needed.
Want more depth? Deep Reverse