mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 12:54:29 +00:00
* docs: add Reap as HyperFrames adopter Reap (reap.video) is integrating HyperFrames as a renderer for lightweight video edits and renders in its AI-driven video processing pipeline for social content creation. * docs: refine reap adopter entry and add to docs site - ADOPTERS.md: rename "Reap" -> "reap" to match brand casing, and update the use-case sentence to describe HyperFrames' role inside reap (matches the HeyGen/tldraw convention on this page). - docs/community/adopters.mdx: add reap card to the Production CardGroup so the hosted adopters page at hyperframes.heygen.com/community/adopters mirrors ADOPTERS.md. Addresses review feedback from @miguel-heygen on #876.
60 lines
3.0 KiB
Plaintext
60 lines
3.0 KiB
Plaintext
---
|
|
title: Adopters
|
|
description: Organizations using HyperFrames in production or actively evaluating it.
|
|
---
|
|
|
|
The teams below are shipping with HyperFrames. If your organization uses HyperFrames — in production, in evaluation, or in a side project — we'd love to add you.
|
|
|
|
## How to add your organization
|
|
|
|
Open a pull request that adds your team to [`ADOPTERS.md`](https://github.com/heygen-com/hyperframes/blob/main/ADOPTERS.md) at the repository root. The format is intentionally lightweight:
|
|
|
|
- **Organization** — your company or project name, linked to your website.
|
|
- **Contact** — a GitHub handle so other adopters can reach out.
|
|
- **How HyperFrames is used** — one sentence on the use case.
|
|
- **Logo** _(optional)_ — a square logo or icon to show on this page. If you skip this, your entry still appears in the table below.
|
|
|
|
If you'd rather not be listed publicly, we'd still love to hear about your usage — drop a note in [our Discord](https://discord.gg/EbK98HBPdk).
|
|
|
|
## Production
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="HeyGen" href="https://www.heygen.com">
|
|
<img src="https://app.heygen.com/apple-touch-icon.png" width="48" height="48" style={{borderRadius: "10px", marginBottom: "12px"}} />
|
|
|
|
Powers AI-generated video composition and rendering across HeyGen's video product surface.
|
|
|
|
[@jrusso1020](https://github.com/jrusso1020)
|
|
</Card>
|
|
<Card title="tldraw" href="https://tldraw.com">
|
|
<img src="https://www.google.com/s2/favicons?domain=tldraw.com&sz=128" width="48" height="48" style={{borderRadius: "10px", marginBottom: "12px"}} />
|
|
|
|
Generates automated pull-request walkthrough videos with GSAP-animated code diffs, narration, and captions.
|
|
|
|
[@steveruizok](https://github.com/steveruizok)
|
|
</Card>
|
|
<Card title="TanStack" href="https://tanstack.com">
|
|
<img src="https://www.google.com/s2/favicons?domain=tanstack.com&sz=128" width="48" height="48" style={{borderRadius: "10px", marginBottom: "12px"}} />
|
|
|
|
Exploring HyperFrames for short-form code demo videos and documentation.
|
|
|
|
[@AlemTuzlak](https://github.com/AlemTuzlak)
|
|
</Card>
|
|
<Card title="OptinMonster" href="https://optinmonster.com">
|
|
<img src="https://www.google.com/s2/favicons?domain=optinmonster.com&sz=128" width="48" height="48" style={{borderRadius: "10px", marginBottom: "12px"}} />
|
|
|
|
Exploring HyperFrames for marketing and product video content.
|
|
|
|
Angie Meeker
|
|
</Card>
|
|
<Card title="reap" href="https://reap.video">
|
|
<img src="https://www.google.com/s2/favicons?domain=reap.video&sz=128" width="48" height="48" style={{borderRadius: "10px", marginBottom: "12px"}} />
|
|
|
|
Powers agent-first AI video clipping, editing, and rendering across reap.video's creator and agent workflows.
|
|
|
|
[@usamaabid](https://github.com/usamaabid)
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
The HeyGen team's actual launch-video sources (the ones featured in product announcements) live at [hyperframes-launches](https://github.com/heygen-com/hyperframes-launches) — see [Launch Videos](/launch-videos) for the writeup.
|