Discover and explore top open-source AI tools and projects—updated daily.
nexu-ioProgrammatic video generation for coding agents
New!
Top 27.8% on SourcePulse
Summary
This project provides a unified meta-layer for programmatic video generation, transforming HTML, CSS, data, articles, or code into local MP4 videos. It targets developers and coding agents, simplifying video creation by abstracting rendering engines and offering a flexible, fee-free solution.
How It Works
html-video acts as an abstraction layer, enabling coding agents to select templates and generate videos. Its core innovation is a pluggable engine architecture with a single render(input, ctx) interface. The default Hyperframes engine uses headless Chromium and ffmpeg for local MP4 rendering. The pipeline fetches source material, agent-driven content-graph generation (storyboarding), per-frame HTML creation, and final video assembly, isolating engine-specific steps for future extensibility.
Quick Start & Requirements
pnpm install, build with pnpm -r build, launch studio via node packages/cli/dist/bin.js studio.http://127.0.0.1:3071. Discord and Open Design team website for community/details.Highlighted Details
Maintenance & Community
An official project by the Open Design team, it shares their agent meta-layer philosophy. Community access is via Discord. Roadmap includes integrating Remotion and Motion Canvas adapters.
Licensing & Compatibility
Licensed under Apache-2.0, permitting commercial use without fees or seat limits. Templates are explicitly license-clean, ensuring compatibility with commercial projects.
Limitations & Caveats
Only the Hyperframes rendering engine is fully implemented. Adapters for planned engines like Remotion and Motion Canvas/Revideo are under development.
11 hours ago
Inactive
heygen-com