meetbot.dev

построено на meetbot · open source

Что вы можете построить за выходные на meetbot.

Восемь рабочих sample-приложений под MIT. Клонируйте, подставьте свои API-ключи, выкатывайте в production. Каждое — реальный проект на пятничный вечер, а не маркетинговый скриншот.

восемь приложений

Восемь стартовых точек, по сценариям использования.

Выберите ближайшее к тому, что вы строите. Каждая карточка ведёт на репозиторий, на кнопку one-click деплоя (где применимо) и на короткий док про устройство.

Educationдоступно сегодня

real-time-translator

Captures every caption, translates with DeepL or Claude, and (when /chat ships) posts the translation back into the meeting.

Sales / CSскоро

sales-coach

A Gong/Chorus-style call coach: deal-stage tagging, talk-ratio, objection-handling scorecards, and rep-level dashboards — all webhook-driven.

Engineeringдоступно сегодня

action-items-bot

The simplest possible meetbot integration: webhook → Claude → action items → Postmark email to the organizer. Three languages, one pipeline.

AI Agentsдоступно сегодня

voice-agent

Joins a meeting, listens for a wake-word, drafts a reply with OpenAI, speaks it back through ElevenLabs. Your first multimodal in-meeting agent.

TS · Python · GoОткрыть на GitHub
Infraдоступно сегодня

calendar-integration-demo

Google Calendar OAuth + a recording-rules engine. Preview which upcoming meetings will be recorded before you flip it on for the org.

Infraдоступно сегодня

recording-viewer

An embeddable web player for any meetbot manifest. Mixed and per-speaker tracks, clickable transcript, no proprietary container.

что делает meetbot-приложение хорошим

Четыре черты, которые есть у хороших.

Мы видели достаточно примеров, ушедших в сторону, чтобы знать, что работает. MIT-приложения ниже делают все эти четыре вещи; те, что не делали, не дошли до релиза.

  1. trait 01

    Reads from a webhook, not polls.

    meetbot's signed `job.finalized` webhook is the contract. Polling /jobs/:id wastes a serverless invocation budget and races against your own retries — don't do it.

  2. trait 02

    Processes the manifest async, not in the request.

    Verify the HMAC, drop the job into a queue, return 200 in under 100ms. The actual transcript-pull-and-summarize work belongs on a Trigger.dev / Inngest / SQS task, not in the webhook handler.

  3. trait 03

    BYO LLM key, not vendor lock-in.

    Every sample takes `OPENAI_API_KEY` or `ANTHROPIC_API_KEY` from `.env`, never from a SaaS console. Customers want to bring their own — and pick which model they're paying for.

  4. trait 04

    Ships with tests.

    Each sample has unit tests for the SDK call (HTTP mocked), the business-logic helpers, and a happy-path integration against a stub. If you can't `pnpm test` the sample in CI, it's a screenshot, not a starter.

что бы мы построили, если бы было время

Восемь зерновых идей для сообщества.

Мы не можем построить всё. Вот восемь не-очевидных meetbot-приложений, которые нам бы хотелось увидеть — выберите одно, выпустите, пришлите репо, и мы выведем его здесь.

  • idea 01

    Therapy-session note-taker

    Auto-drafted SOAP notes after every tele-therapy session. HIPAA territory — needs a BAA with whichever LLM provider, encrypted-at-rest manifest storage, and a hard "never train on this" promise.

  • idea 02

    Doctor-visit SOAP-note generator

    Same shape but for primary care. ICD-10 code suggestions, draft visit summary the clinician edits in 60 seconds. ROI is the #1 reason every health-tech AI scribe exists.

  • idea 03

    Interview transcriber + grader for hiring teams

    Webhook → transcript → rubric-scored against your interview loop's competencies → ATS comment. Replaces frantic post-interview note re-typing during debrief.

  • idea 04

    Customer-success churn-risk analyzer

    Tone, sentiment, named-feature-complaints, missing-stakeholders flag. Ships a weekly "these accounts are 20% likelier to churn this quarter" email to the CS lead.

  • idea 05

    Parent-teacher conference notes

    Auto-summarize the meeting, email both parents and the teacher in their preferred language, attach a follow-up checklist. Schools currently do this on paper.

  • idea 06

    All-hands → per-team relevance digest

    One 60-min all-hands becomes ten 4-paragraph digests, each filtered for what matters to that team. Eng skips the marketing rev-share update; sales skips the infra migration.

  • idea 07

    Mock-interview practice scorer

    Junior engineers practice system-design interviews with each other, get scored on rubric (clarification questions asked, trade-offs articulated, complexity analyzed). Could be the next Pramp.

  • idea 08

    Podcast-recording → show notes + chapters

    Drop the bot into a Riverside or Squadcast post-production session, get back a YouTube-ready chapter list, episode description, and three pull-quote tweet drafts.

построили?

Построили что-то на meetbot? Расскажем о вас здесь.

Сделайте PR с URL вашего репо в github.com/meetbot-dev/awesome-meetbot с одной строкой питча, скриншотом и кнопкой деплоя. Ревью еженедельно. Топ-3 за квартал получают $500 кредита Stripe на meetbot, спотлайт в Twitter и постоянный слот в начале этой страницы.