kaptaan83ff-dev/meetio — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a local version of MeetIO, a meeting app with a frontend and backend that runs with Docker.

I want users to be able to sign up, verify their email through the local Mailpit inbox, sign in, use 2FA with an authenticator app if it’s enabled, and reset their password through an email link. The app should have the normal signup, signin, forgot password, and reset password pages, plus a backend health check so I can confirm the API is running.

Please wire it up with MongoDB and Redis for local app state, background workers for email or scheduled jobs, and sensible env files based on the examples. The frontend should talk to the backend at localhost and be ready for a future video meeting service using the LiveKit URL setting.

Make the whole thing easy to start with docker compose up and include clear local setup notes. If you need exact current docs for any tool, look them up online.

Want more depth? Deep Reverse