Your entire video library. Hosted, searchable, and intelligent.
Bold hosts your video library and makes every lesson searchable by concept, not keyword. Then it powers an AI assistant that answers student questions with cited timestamps from your actual teaching.
Not a course platform. Not a membership tool. The video layer that makes your content work.
From upload to answers in minutes
Every video goes through a four-stage pipeline. You upload. Bold does the rest.
Move your library to Bold
Upload your existing videos, connect Zoom for automatic recording imports, or sync from Google Drive and OneDrive. Bold becomes the home for all your video content.
Transcribe and analyze
Bold generates a high-accuracy transcript and deeply analyzes what’s being taught — concepts, topics, structure — so it can answer questions accurately later.
Index everything
Your entire library becomes searchable by concept, not just keyword. PDFs, worksheets, and frameworks are indexed alongside the videos they belong to.
Students ask, Bold answers
Your AI assistant draws from the indexed library to answer questions with cited video clips and timestamps. Students verify and go deeper.
An assistant that teaches from your curriculum
Students ask a question in natural language and get an answer synthesized from your video library. Not a chatbot guessing from the internet. An assistant grounded in your actual teaching, with timestamped citations so students can verify every claim.
Cited answers
Every response includes video clips with start timestamps. Students click and watch the source.
Viewer-aware responses
The AI calibrates depth to the student’s stage, role, and progress. Beginners get foundations. Advanced students get tactical detail.
Conversation memory
Students pick up where they left off. Every conversation is titled automatically and persisted across sessions.
Video-scoped chat
Students can chat about a specific video while watching it. Questions stay scoped to that lesson’s content.
Configurable persona
The AI assistant speaks in whatever voice fits your brand. First person as the founder, neutral assistant, or anything in between.
Two frameworks apply here. Anchor on patient outcomes, not medication cost. If your protocol delivers measurable results, a $200/month concierge model positions you as premium, not expensive.
Students find answers even when they don't know what to search for
Bold search understands concepts, not just keywords. When a student searches “how to handle a difficult client conversation,” Bold finds the lesson on conflict resolution even if those exact words are never spoken.
Concept-based search
Understands meaning, not just keywords. Finds conceptually related content across your entire library.
Jump-to-time
Every result links to the precise timestamp. No scrubbing through hour-long recordings.
Transcript search
Full-text search across every transcript with highlighted matches and surrounding context.
File search
PDFs, worksheets, and slides attached to videos are indexed and searchable alongside the video content.
Filtered by collection
Students can narrow results to a specific course, module, or playlist.
...the key is to reframe the conversation around shared goals. When emotions run high, acknowledge first, then redirect...
...difficult conversations are retention opportunities. The providers who lean in here are the ones who keep clients longest...
...I always tell my students: lead with empathy, follow with data. That combination disarms almost any situation...
Headless by design.
Build whatever you want.
Full REST API. Next.js starter kit. JavaScript SDK. Webhooks. MCP server for AI assistants. Embed the AI coach, search, or video player anywhere.
Read the docsimport { Bold } from '@boldvideo/bold-js'
const bold = new Bold('sk_live_...')
const answer = await bold.ask({
question: 'How should I price a SaaS product?',
collection: 'founder-playbook'
})
// {answer.text, answer.citations[0].timestamp}