Skip to content

Add product intro video to README#322

Merged
terrywangcode merged 1 commit into
mainfrom
readme-product-intro-video
May 13, 2026
Merged

Add product intro video to README#322
terrywangcode merged 1 commit into
mainfrom
readme-product-intro-video

Conversation

@terrywangcode
Copy link
Copy Markdown
Owner

Summary

  • add the public OpenHive product intro video asset
  • embed the playable video near the top of the English README
  • sync the same video placement and copy in README.zh-CN.md

Testing

  • not run; documentation and media asset only

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request adds a product introduction video to the project's README files in both English and Chinese. The reviewer recommended enhancing the video implementation for better accessibility and browser compatibility by using the tag and adding aria-label attributes.

Comment thread README.md
**An open-source control plane for governed agent systems.**

<p align="center">
<video src="docs/assets/openhive-product-intro.mp4" controls playsinline width="100%" title="OpenHive product introduction"></video>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

To improve accessibility and browser compatibility, consider using a <source> tag and adding an aria-label. Additionally, adding a poster attribute with a thumbnail image would improve the visual experience while the video is loading.

Suggested change
<video src="docs/assets/openhive-product-intro.mp4" controls playsinline width="100%" title="OpenHive product introduction"></video>
<video controls playsinline width="100%" title="OpenHive product introduction" aria-label="OpenHive product introduction">
<source src="docs/assets/openhive-product-intro.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>

Comment thread README.zh-CN.md
**Keeper** Agent 管理,**Scout** 助手运行在群聊中,**Pipeline** 任务则在后台执
行定时工作流。
<p align="center">
<video src="docs/assets/openhive-product-intro.mp4" controls playsinline width="100%" title="OpenHive 产品介绍"></video>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

为了提高可访问性和浏览器兼容性,建议使用 <source> 标签并添加 aria-label。此外,添加 poster 属性(缩略图)可以改善视频加载前的视觉体验。

Suggested change
<video src="docs/assets/openhive-product-intro.mp4" controls playsinline width="100%" title="OpenHive 产品介绍"></video>
<video controls playsinline width="100%" title="OpenHive 产品介绍" aria-label="OpenHive 产品介绍">
<source src="docs/assets/openhive-product-intro.mp4" type="video/mp4">
您的浏览器不支持 video 标签。
</video>

@terrywangcode terrywangcode merged commit e9c6d94 into main May 13, 2026
6 checks passed
@terrywangcode terrywangcode deleted the readme-product-intro-video branch May 13, 2026 01:22
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