meetbot.dev

meetbot으로 구축 · 오픈 소스

주말 동안 구축할 수 있는 것 — 기반은 meetbot.

여덟 개의 작동하는 샘플 앱, MIT 라이선스. 클론하고, API 키를 바꾸고, 프로덕션에 출시하세요. 각각이 진짜 금요일 오후 프로젝트입니다 — 마케팅 스크린샷이 아닙니다.

여덟 개의 앱

여덟 가지 출발점, 사용 사례별.

구축 중인 것에 가장 가까운 것을 선택하세요. 각 카드는 저장소, 원클릭 배포 버튼 (해당하는 경우), 그리고 작동 방식에 대한 짧은 문서로 연결됩니다.

Education곧 출시

tutor-app

A 1:1 language-tutor companion that joins your Meet, scores pronunciation, and turns mistakes into kardo-style flashcards.

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곧 출시

standup-digester

Auto-summarizes daily standups into a per-person digest, posts to Slack, and threads blockers as Linear issues.

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 · GoGitHub에서 보기
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으로 무언가 만드셨나요? 여기에서 추천합니다.

한 줄 피치, 스크린샷, 배포 버튼과 함께 저장소 URL을 github.com/meetbot-dev/awesome-meetbot에 PR로 보내주세요. 매주 검토합니다. 분기별 상위 3개는 meetbot에서 $500 Stripe 크레딧, Twitter 스포트라이트, 이 페이지 상단의 영구 슬롯을 받습니다.