What is Hypit?
Hypit is an open-source AI video automation system that provides autonomous coding agents (such as Claude Code, Cursor, and Codex) with a native markup language and headless rendering engine to create, remix, and clone short-form video content. Rather than forcing creators into manual timeline editors or rigid one-shot generation prompts, Hypit introduces SVML (Scripted Video Markup Language)—a declarative structure that anchors footage, B-roll, karaoke captions, and sound effects to spoken words instead of fixed seconds.
Key Features & Core Capabilities
- Declarative SVML Workflow Engine: Program video sequences with Scripted Video Markup Language (SVML). Define narration, background media, visual tier lists, and transitions in version-controllable code files.
- Word-Anchored Dynamic Timing: Utilizes WhisperX word-level timestamp alignment. When narration changes, all accompanying motion graphics, B-roll cuts, and karaoke subtitle highlights adjust automatically.
- Viral Video Reverse-Engineering & Cloning: Input any reference viral video URL, and Hypit agents deconstruct the underlying structure—allowing you to swap narrators, modify debate topics, replace B-roll, and export 100 localized variants in a single terminal run.
- Distributed Headless Chromium Rendering: Compiles motion graphics, web components, and CSS animations across concurrent headless Chromium instances for rapid local batch export.
- Zero-Cost Code Rendering Option: Compile captions, motion primitives, and code-rendered visuals into finished MP4 videos without mandatory third-party generative video API charges.
- One-Click Agent Skill Integration: Install globally into Claude Code and AI agent environments via the official skill command:
npx skills add hypit-ai/hypit -g. - Pluggable Inference Providers: Supports HypiHub managed cloud endpoints, custom OpenAI-compatible APIs, or locally hosted open weights (Ollama, ComfyUI).
Step-by-Step Usage & Quickstart
- Install the Agent Skill: In your terminal, register Hypit with your AI coding agent:
npx skills add hypit-ai/hypit -g - Deconstruct a Reference Video: Instruct your coding agent to analyze a viral short or TikTok link:
hypit clone https://example.com/viral-reference.mp4 - Edit the SVML Workflow: Modify the generated
reference.svmlfile to swap characters, rewrite the narrative hook, or switch the product theme. - Batch Render Variants: Compile and export the finished video renders with automated word sync:
hypit render --variants 5 --out ./exports
Comparison: Hypit vs Traditional AI Video Generators vs Timeline NLEs
| Dimension | Hypit (AI Agent Engine) | Prompt-to-Video Generators (Runway, Sora) | Timeline Editors (Premiere, CapCut) |
|---|---|---|---|
| Workflow Paradigm | Code & SVML markup via AI agents | Black-box text prompt generation | Manual GUI drag-and-drop timeline |
| Timing Synchronization | Word-level audio alignment (WhisperX) | Fixed frame rate / random sync | Manual frame-by-frame cutting |
| Scale & Batching | 100+ programmatically generated variants | 1 clip per prompt request | Requires manual duplicate editing |
| Version Control | Git-tracked SVML & script files | Prompt history strings only | Proprietary binary project files |
| Extensibility | Claude Code skill, CLI, REST API | Closed web dashboard or SaaS API | Desktop application GUI only |
Technical Specifications
| Architecture | TypeScript / Node.js 22.15+ / Headless Chromium |
|---|---|
| Package Manager | pnpm 10.33+ |
| License | Open Source (Apache-2.0 with conditions) |
| Agent Compatibility | Claude Code, Codex, Cursor, CLI Agents |
| Output Containers | MP4, WebM (Vertical 9:16 & Horizontal 16:9) |
| Official Repository | https://github.com/hypit-ai/hypit |
| Documentation & Demo | https://hypit.ai |
Frequently Asked Questions
What is SVML in Hypit?
SVML stands for Scripted Video Markup Language. It is a declarative XML/markup standard developed by Hypit that allows developers and AI agents to structure scenes, audio narrations, text overlays, and B-roll visuals as code.
Do I need expensive generative video APIs to use Hypit?
No. Hypit can compile captions, motion typography, and CSS-rendered visuals into full videos without invoking costly video generation models. When AI footage is needed, you can connect your own API keys or local models.
How does Hypit integrate with Claude Code?
Hypit publishes an official global skill via npx skills add hypit-ai/hypit -g. Once added, Claude Code can read, write, and execute Hypit SVML workflows natively within your project directory.
Can Hypit render videos in vertical 9:16 aspect ratio for TikTok and Shorts?
Yes. Hypit is built specifically for short-form viral formats including TikTok, YouTube Shorts, and Instagram Reels, supporting high-resolution vertical video rendering.