Meet AI is a video by Hamza NafasatMeet AI is a video by Hamza Nafasat

Meet AI is a video

Hamza Nafasat

Hamza Nafasat

Meet AI is a video conferencing SaaS where AI agents join live meetings as active participants and respond in real time. I built the full application stack.
The hard part is the real-time layer. The backend provisions an AI agent the moment a meeting starts and keeps it running for the full call. Speech runs through a transcript pipeline and generates responses through the OpenAI API in near real time, so the agent replies while the conversation is still moving, not minutes later. After the meeting, the backend writes a structured summary through the same API, handled async by Inngest so nothing blocks the live app.
The stack is Next.js 15 and React 19 with the Stream Video and Stream Chat SDKs, tRPC and Drizzle ORM on Neon PostgreSQL, and Better Auth across the stack.
The platform runs 30 simultaneous live sessions, each with its own active AI agent, with no backend slowdown.
What the client gets: live AI agents that take part in real meetings, plus automatic summaries, on a stack built to hold many sessions at once.
Like this project

Posted Jul 3, 2026

Meet AI is a video conferencing SaaS where AI agents join live meetings as active participants and respond in real time. I built the full application stack. ...