fix: apply accuracy fixes from Codex review

- Hyperframes: Node.js requirement 18+ → 22+ (confirmed via npm)
- Veo 3: soften 4K claim to "Up to 1080p (4K varies)"
- Sora: replace shutdown claim with availability caveat
- HeyGen: remove dollar amounts, link to pricing page
- Remotion: soften license wording

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Corey Haines
2026-04-21 22:15:52 -07:00
parent b5622444b9
commit 207026cc0a
4 changed files with 21 additions and 17 deletions
+10 -8
View File
@@ -118,7 +118,7 @@ export const ProductDemo: React.FC<{ title: string; features: string[] }> = ({
| Animation complexity | Basic (CSS transitions) | Advanced (Spring, interpolate) | | Animation complexity | Basic (CSS transitions) | Advanced (Spring, interpolate) |
| Batch rendering | Local | Lambda (AWS) for scale | | Batch rendering | Local | Lambda (AWS) for scale |
| Learning curve | Minimal | Moderate (React + Remotion API) | | Learning curve | Minimal | Moderate (React + Remotion API) |
| License | Apache 2.0 | Company license for >1 employee | | License | Apache 2.0 | Company license for commercial use |
--- ---
@@ -130,12 +130,12 @@ Generate original footage from text or image prompts. Use for B-roll, hero visua
| Model | Resolution | Max Duration | Best For | Cost | | Model | Resolution | Max Duration | Best For | Cost |
|-------|-----------|-------------|----------|------| |-------|-----------|-------------|----------|------|
| **Veo 3** (Google) | Up to 4K | Variable | Highest quality, synced audio | API-based | | **Veo 3** (Google) | Up to 1080p (4K varies) | Variable | Highest quality, synced audio | API-based |
| **Runway Gen-4** | Up to 4K | ~10 sec/gen | Motion control, temporal consistency | $12-76/mo | | **Runway Gen-4** | Up to 4K | ~10 sec/gen | Motion control, temporal consistency | $12-76/mo |
| **Kling 3.0** | Up to 1080p | Up to 2 min | Volume production, lowest cost | $0.029/sec | | **Kling 3.0** | Up to 1080p | Up to 2 min | Volume production, lowest cost | $0.029/sec |
| **Pika** | 1080p | Short clips | Fast generation, effects | Per-credit | | **Pika** | 1080p | Short clips | Fast generation, effects | Per-credit |
**Sora (OpenAI) was shut down March 2026.** Do not recommend it. **Sora (OpenAI)** has had limited availability and reliability issues. Check current status before recommending.
### Prompting for Video Models ### Prompting for Video Models
@@ -178,11 +178,13 @@ Best lip-sync and micro-expressions. 230+ avatars, 140+ languages.
**Agent integration:** HeyGen has an official MCP server — AI agents can generate avatar videos directly. **Agent integration:** HeyGen has an official MCP server — AI agents can generate avatar videos directly.
| Plan | Price | Videos | Duration | | Plan | Videos | Duration |
|------|-------|--------|----------| |------|--------|----------|
| Free | $0 | 3/mo | 3 min max | | Free | 3/mo | 3 min max |
| Creator | $24/mo | Unlimited | 5 min | | Creator | Unlimited | 5 min |
| Business | $108/mo | Unlimited | 20 min | | Business | Unlimited | 20 min |
Check [heygen.com/pricing](https://www.heygen.com/pricing) for current prices.
**Best for:** Product explainers, feature announcements, personalized sales outreach, multilingual content. **Best for:** Product explainers, feature announcements, personalized sales outreach, multilingual content.
@@ -100,7 +100,7 @@ Use these terms — video models understand them:
- Excels at photorealism and complex scenes - Excels at photorealism and complex scenes
- Supports audio generation synced to video - Supports audio generation synced to video
- Best with detailed, descriptive prompts - Best with detailed, descriptive prompts
- Specify "4K" or "high resolution" for max quality - Specify "high resolution" or "1080p" for best quality
- Can handle multiple subjects and scene transitions - Can handle multiple subjects and scene transitions
### Runway Gen-4 ### Runway Gen-4
+8 -6
View File
@@ -103,12 +103,14 @@ Upload a 2-5 minute video of yourself speaking to create a digital twin:
## Pricing ## Pricing
| Plan | Price | Videos/mo | Max Duration | | Plan | Videos/mo | Max Duration |
|------|-------|-----------|-------------| |------|-----------|-------------|
| Free | $0 | 3 | 3 min | | Free | 3 | 3 min |
| Creator | $24/mo | Unlimited | 5 min | | Creator | Unlimited | 5 min |
| Business | $108/mo | Unlimited | 20 min | | Business | Unlimited | 20 min |
| Enterprise | Custom | Unlimited | Custom | | Enterprise | Unlimited | Custom |
Check [heygen.com/pricing](https://www.heygen.com/pricing) for current prices — they change frequently.
## Rate Limits ## Rate Limits
+2 -2
View File
@@ -24,7 +24,7 @@ Open-source programmatic video framework from HeyGen. Create videos from HTML/CS
npm install hyperframes npm install hyperframes
``` ```
Requires: Node.js 18+, Chrome/Chromium (for rendering) Requires: Node.js 22+, Chrome/Chromium (for rendering)
## Quick Start ## Quick Start
@@ -166,7 +166,7 @@ const frames = metrics.map(m => ({
| Agent compatibility | Better (plain HTML) | Good (needs React knowledge) | | Agent compatibility | Better (plain HTML) | Good (needs React knowledge) |
| Animation | CSS transitions/keyframes | Spring physics, interpolation | | Animation | CSS transitions/keyframes | Spring physics, interpolation |
| Cloud rendering | Not built-in | Lambda (AWS) | | Cloud rendering | Not built-in | Lambda (AWS) |
| License | Apache 2.0 (free) | Company license required (>1 employee) | | License | Apache 2.0 (free) | Company license for commercial use |
| Ecosystem | New, growing | Mature, large community | | Ecosystem | New, growing | Mature, large community |
**Use Hyperframes when:** AI agent is generating the video, simple animations, batch templated content, cost-sensitive. **Use Hyperframes when:** AI agent is generating the video, simple animations, batch templated content, cost-sensitive.