suitenumerique/meet — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple open source video meeting app like La Suite Meet. I want people to open it in a browser, create or join a meeting link, use camera and microphone, share their screen, see who is speaking, chat during the call, and have the meeting feel stable even with a lot of people.

It should use LiveKit for the video part, with a Django backend and a React frontend. Please make the basic flow clean and easy, sign in when needed, create a room, invite others with a link, control mic and camera, leave the call, and show clear errors if permissions or connection fail.

Also include the groundwork for self hosting with Docker Compose, basic setup docs, and sensible environment settings. If recording, transcription, phone dial in, or custom branding are too much for the first pass, stub them neatly so they can be added later. Look up current LiveKit docs online if you need to.

Want more depth? Deep Reverse