Skip to content

Studio demo mode and docs drift sync#53

Merged
nmbrthirteen merged 4 commits into
mainfrom
feat/studio-demo-mode
Jul 6, 2026
Merged

Studio demo mode and docs drift sync#53
nmbrthirteen merged 4 commits into
mainfrom
feat/studio-demo-mode

Conversation

@nmbrthirteen

Copy link
Copy Markdown
Owner

Adds a PODCLI_DEMO mode that seeds the studio with on-brand sample content for documentation screenshots, uses the clip thumbnail as a video poster, and adds a CI docs-drift check plus a release step that rebuilds the docs/changelog site. README now links podcli.com/docs and the open-source podcli-docs repo.

PODCLI_DEMO=1 seeds the studio with on-brand sample clips, metrics, and
thumbnails so every page renders screenshot-ready without a real render.
Fixtures load through ClipsHistory (read-only: writes are no-ops), and the
demo thumbnails mirror the podcli.com showcase visuals.
The clip detail player now uses the thumbnail as a poster so it isn't a
blank box before playback. In demo mode the speaker-detection setup banner
is suppressed so the studio reads as fully configured.
A CI job generates a docs manifest from the MCP tool registrations and studio
routes, then fails on stale README claims (fixed the tool count and the
single-page description). On a release, the workflow triggers the landing site
to rebuild so the changelog reflects the new version.
@coderabbitai

coderabbitai Bot commented Jul 6, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@nmbrthirteen, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 38 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 34b23d67-397e-452f-bc0d-0ced29382218

📥 Commits

Reviewing files that changed from the base of the PR and between abec440 and c4d838d.

⛔ Files ignored due to path filters (8)
  • src/ui/demo-assets/demo-deep-dive-1.png is excluded by !**/*.png
  • src/ui/demo-assets/demo-deep-dive-2.png is excluded by !**/*.png
  • src/ui/demo-assets/demo-long-story-1.png is excluded by !**/*.png
  • src/ui/demo-assets/demo-long-story-2.png is excluded by !**/*.png
  • src/ui/demo-assets/demo-tech-daily-1.png is excluded by !**/*.png
  • src/ui/demo-assets/demo-tech-daily-2.png is excluded by !**/*.png
  • src/ui/demo-assets/demo-the-founder-1.png is excluded by !**/*.png
  • src/ui/demo-assets/demo-the-founder-2.png is excluded by !**/*.png
📒 Files selected for processing (12)
  • .github/workflows/ci.yml
  • .github/workflows/release.yml
  • .gitignore
  • README.md
  • scripts/check-docs-drift.mjs
  • scripts/gen-docs-manifest.mjs
  • src/services/clips-history.ts
  • src/ui/client/ClipDetail.tsx
  • src/ui/client/ClipPlayer.tsx
  • src/ui/demo-fixtures.test.ts
  • src/ui/demo-fixtures.ts
  • src/ui/web-server.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/studio-demo-mode

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@nmbrthirteen nmbrthirteen merged commit 8e0ada4 into main Jul 6, 2026
6 checks passed
@nmbrthirteen nmbrthirteen deleted the feat/studio-demo-mode branch July 6, 2026 14:43
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.

1 participant