Built a meeting copilot for team that answers questions during calls
Hello everyone,
I’ve been working on project I call Confera. The idea came out of my own work meetings. Sometimes it’s really hard to keep track when multiple people are throwing in different options during brainstorm sessions, and some good ideas just might get lost because of the flow of the conversation. I always wished there was someone in the room who could follow everything and bring it back up when needed.
So I built a bot you can invite to Zoom, Teams, or Google Meet. Unlike most meeting tools that just give you a transcript afterwards, this one can actually answer questions while the meeting is happening. For example, during a call I might ask:
“What did Bob say about the migration plan earlier?”
“Can you recap Alice’s points from the last 10 minutes?”
Or even project-specific stuff if you hook it up to your own data.
By default it sits quietly until you ask it, but you can also let it jump in when it thinks it’s relevant. It still gives you transcripts/notes afterwards.
I also didn’t want to lock people into one AI provider, so you can bring your own API keys for multiple AI providers (STT, LLM, TTS) or even specify your own Ollama or OpenAI API compatible server.
A quick note — I’m a solo maker, so there might be some bugs here and there. I’d really appreciate any feedback from early users!
If you’re interested, I put up some free credits here confera.me

Replies
@dzmitryi_hilimovich , great idea! I have started working on the same idea too. Where are you right now with this?