Meeting BaaS AI 聊天

通过自然语言与我们的 API 交互

Fork 自 Vercel 的 AI Chatbot

Meeting BaaS AI 聊天是一个开源 chatbot,Fork 自 Vercel 的 AI Chatbot,集成了 Meeting BaaS 并增强了身份验证功能。使用自然语言与我们的 API 对话,发送 bot、debug 问题,并探索 MCP 服务器的所有功能。

访问 chat.meetingbaas.com,立即开始使用 AI 聊天界面。

核心功能

  • Meeting BaaS 集成: 统一的 API,支持 Google Meet、Zoom 和 Microsoft Teams。通过简单的 API endpoint 实现自动录制、转写和 LLM 摘要。
  • 现代架构: 基于 Next.js App Router、React Server Components 和 Tailwind CSS 构建,使用 shadcn/ui 和 Radix UI 提供无障碍、灵活的组件。
  • AI SDK: 统一的 API,用于生成文本、结构化对象和 LLM 工具调用,支持 OpenAI(默认)、xAI、Anthropic、Cohere、Fireworks 等。
  • 数据持久化: 使用 Neon Serverless Postgres 存储聊天记录和用户数据,使用 Vercel Blob 进行文件存储。
  • 集中式身份验证: 基于 better-auth 构建,支持 SSO 和多种提供商(Google、Microsoft、GitHub、GitLab、Zoom)。可选择在本地开发时禁用身份验证。
  • 网页搜索集成: 通过 OpenAI 的 Responses API 以实时信息丰富 response。
  • 开源: 完全可定制的代码库,支持一键部署。

我们的 Fork 有何独特之处?

  • 集成了 Meeting BaaS API,支持会议、bot 和转写记录。内置自定义 MCP 工具,支持高级会议智能 workflow。
  • 基于 better-auth 增强身份验证,支持 SSO
  • 重新设计的登录/注册页面和落地页,提升用户体验
  • 集成网页搜索,提供基于上下文的实时答案
  • 更简洁、更现代的界面和布局
  • 专用 UI 组件,支持直接在聊天界面中管理会议、bot 和转写记录。

示例用户提示

Meeting BaaS AI 聊天支持多种自然语言提示。以下是一些可供尝试的示例。所有 MCP 工具均可直接在聊天中使用,你甚至可以 debug 发送到会议的 bot。

prompt-example-1.txt
Create a bot for my Zoom meeting at https://zoom.us/j/123456789 starting in 10 minutes
prompt-example-2.txt
Find all mentions of 'quarterly budget' in my meetings from last week
prompt-example-3.txt
Help me set up OAuth to integrate my Google Calendar with Meeting BaaS
prompt-example-4.txt
Show me the documentation for creating speaking bots
prompt-example-5.txt
Why did my bot not join the Google Meet at 3pm yesterday? Show logs.
prompt-example-6.txt
Use the MCP transcript search tool to find all action items from last week.
AI Chat Interface

资源