mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 04:38:33 +00:00
* docs: add tldraw to adopters list; add company logos to cards * docs: move tldraw to production; restore heygen in evaluating * docs: update tldraw adopter description to reflect actual PR walkthrough use case * docs: move all adopters to production; remove evaluating section * docs: use direct heygen.com logo url for heygen card * docs: redesign adopters page; inline logos, 2-col grid, drop redundant table * docs: fix mdx parse error; use jsx style syntax in card img tags * docs: use google favicon service for tldraw, tanstack, optinmonster logos * docs: update tanstack description to reflect code demo video use case
53 lines
2.6 KiB
Plaintext
53 lines
2.6 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>
|
|
</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.
|