tutor-app
A 1:1 language-tutor companion that joins your Meet, scores pronunciation, and turns mistakes into kardo-style flashcards.
meetbot で構築 · オープンソース
8 つの動作するサンプルアプリ、MIT ライセンス。クローン、API キー差し替え、本番出荷。それぞれ実際の金曜午後プロジェクト — マーケティング用スクリーンショットではありません。
8 つのアプリ
構築中のものに最も近いものをお選びください。各カードはリポジトリ、ワンクリックデプロイボタン (該当する場合)、そして仕組みの短いドキュメントへリンクします。
A 1:1 language-tutor companion that joins your Meet, scores pronunciation, and turns mistakes into kardo-style flashcards.
Captures every caption, translates with DeepL or Claude, and (when /chat ships) posts the translation back into the meeting.
A Gong/Chorus-style call coach: deal-stage tagging, talk-ratio, objection-handling scorecards, and rep-level dashboards — all webhook-driven.
Auto-summarizes daily standups into a per-person digest, posts to Slack, and threads blockers as Linear issues.
The simplest possible meetbot integration: webhook → Claude → action items → Postmark email to the organizer. Three languages, one pipeline.
Joins a meeting, listens for a wake-word, drafts a reply with OpenAI, speaks it back through ElevenLabs. Your first multimodal in-meeting agent.
Google Calendar OAuth + a recording-rules engine. Preview which upcoming meetings will be recorded before you flip it on for the org.
An embeddable web player for any meetbot manifest. Mixed and per-speaker tracks, clickable transcript, no proprietary container.
良い meetbot アプリの条件
横道に逸れたサンプルを十分見てきたので、何が機能するかは分かっています。下の MIT ライセンス品はすべてこの 4 つを行っており、行わなかったものは出荷に至りませんでした。
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.
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.
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.
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 アプリを 8 つ — 一つ選び、出荷し、リポジトリをお送りください。ここで紹介します。
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.
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.
Webhook → transcript → rubric-scored against your interview loop's competencies → ATS comment. Replaces frantic post-interview note re-typing during debrief.
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.
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.
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.
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.
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.
作りましたか?
リポジトリ URL を github.com/meetbot-dev/awesome-meetbot に PR で送ってください — 1 行ピッチ、スクリーンショット、デプロイボタン付きで。週次レビュー。四半期ごとのトップ 3 は、meetbot 上で $500 Stripe クレジット、Twitter スポットライト、本ページ最上部の永続スロットを獲得します。