Skip to content

Docs improvements from Kapa top questions analysis#983

Merged
markbackman merged 4 commits into
mainfrom
jh/top-questions-docs-improvements
Jul 16, 2026
Merged

Docs improvements from Kapa top questions analysis#983
markbackman merged 4 commits into
mainfrom
jh/top-questions-docs-improvements

Conversation

@jamsea

@jamsea jamsea commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Summary

Improvements driven by the top 3 question clusters from our Kapa analytics export (275 combined threads).

1. Pricing and costs (102 threads)

The docs said "open source" but never directly answered "Is Pipecat free?", the most common phrasing users ask.

  • Added an "Is Pipecat free?" note to overview/introduction.mdx and pipecat/get-started/introduction.mdx: free, BSD-2 license, costs come from third-party AI services and hosting.
  • Added a usage-based pricing sentence with pricing page and calculator links to pipecat-cloud/introduction.mdx.

2. Interruptions and turn-taking (95 threads)

Turn detection was well documented, but interruption mechanics were scattered across frame reference entries.

  • New page: pipecat/fundamentals/interruptions.mdx, registered in docs.json.
  • Covers the step-by-step barge-in flow, what survives an interruption, why the LLM context only contains words the bot actually spoke, disabling and tuning interruptions, and programmatic interruption via broadcast_interruption() / InterruptionWorkerFrame.
  • All mechanics verified against the Pipecat source (frame_processor.py, llm_response_universal.py, tts_service.py, base_output.py, worker.py, llm_service.py).

3. Getting started (78 threads)

The quickstart's "Understanding the Quickstart Bot" walkthrough had drifted from what pipecat init quickstart actually generates. Verified against the CLI scaffold templates and fixed:

  • OpenAIRealtimeLLMServiceOpenAIResponsesLLMService with the real system instruction
  • Greeting moved to the RTVI on_client_ready handler with the dict form of context.add_message
  • runner.run(worker)runner.add_workers(worker) + runner.run()

🤖 Generated with Claude Code

- Add 'Is Pipecat free?' notes to intro pages and a pricing link to the
  Pipecat Cloud intro (top question cluster: pricing and costs)
- Add new Interruptions fundamentals page explaining barge-in mechanics,
  verified against the Pipecat source (cluster: interruptions and
  turn-taking)
- Fix quickstart walkthrough snippets that drifted from the actual
  'pipecat init quickstart' scaffold: OpenAIResponsesLLMService, RTVI
  on_client_ready greeting handler, runner.add_workers + run()
@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

🔍 Mintlify preview for this branch: https://daily-jh-top-questions-docs-improvements.mintlify.site

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Pipecat documentation to address common user questions (from Kapa analytics) by clarifying pricing/licensing, consolidating interruption mechanics, and bringing the Quickstart walkthrough back in sync with the current CLI scaffold.

Changes:

  • Clarifies “Is Pipecat free?” in key intro pages (BSD-2; costs come from third-party AI services and hosting).
  • Adds a new “Interruptions” fundamentals page explaining barge-in behavior, context effects, and configuration/triggering options.
  • Updates the Quickstart “Understanding the Quickstart Bot” section to reflect current generated code patterns (OpenAI Responses LLM service, RTVI readiness kickoff, WorkerRunner usage).

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
pipecat/get-started/quickstart.mdx Updates the walkthrough code snippets and narrative to match the current quickstart scaffold (LLM service, RTVI event, runner pattern).
pipecat/get-started/introduction.mdx Adds a clear “Is Pipecat free?” note with licensing and cost sources.
pipecat/fundamentals/interruptions.mdx Introduces a dedicated interruptions/barge-in page with mechanics, context behavior, and control/trigger guidance.
pipecat-cloud/introduction.mdx Adds a usage-based pricing sentence with a link to current rates/calculator.
overview/introduction.mdx Adds a top-level “Is Pipecat free?” note to reduce pricing confusion early in the docs.
docs.json Registers the new interruptions fundamentals page in the docs navigation.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

…ection

Replace the "Is Pipecat free?" Note callouts on the ecosystem and framework
intro pages with a sentence in the opening paragraph: free under BSD-2, bring
any provider, pay only for the services you choose. On the Pipecat Cloud
intro, move the usage-based pricing paragraph out of the page opening into a
dedicated Pricing section before Next Steps.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

@markbackman markbackman left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just pushed a few changes, but looks great. Thank you!

@markbackman
markbackman merged commit f84920d into main Jul 16, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants