Skip to content
HomeNewsDigestsConceptsGuidesToolbox
AboutSubscribeUA
Subscribe

AI Today Brief

The daily AI-engineering brief. Built in public. EN · UA.

XTelegramLinkedInYouTubeRSS

Follow AI Today Brief on LinkedIn for daily AI-engineering updates and the weekly “5 shifts that changed how developers work” PDF.

Explore

NewsDigestsConceptsGuides

Company

SubscribeAdvertiseAbout

Legal

Editorial policyAI disclosurePrivacyTerms

© 2026 AI Today Brief. All rights reserved.

  1. Home/
  2. News/
  3. Creative AI/
  4. Rendly Enables Programmatic Developer Video Creation via Lightweight Domain-Specific Language
Creative AI

Rendly Enables Programmatic Developer Video Creation via Lightweight Domain-Specific Language

Rendly introduces a code-first open-source engine to build product showcase and demo videos using a simple text DSL. It features live real-time previews, multi-scene management, and native WebM video exports under an MIT license.

September 13, 2026· 4 min read
OKCurated by Oleksandr Kuzmenko, AI Product Engineer·Updated September 13, 2026·Sources cited on every story
AI-assisted · editor-reviewed·How we use AI
Rendly Enables Programmatic Developer Video Creation via Lightweight Domain-Specific Language

Impact: Medium

Why it matters

Automate your feature release demos and UI walk-through videos entirely from declarative code without leaving your IDE or touching heavy video editing software.

TL;DR

  • 01Define animated multi-scene videos using a minimal declarative text DSL.
  • 02Preview layout and animation updates instantly before rendering final output.
  • 03Export lightweight WebM assets directly for GitHub documentation and product launch walk-throughs.

Key facts

License
MIT License
Export format
WebM
Scene separator
2 or more empty lines
Supported animation styles
fade, slide, pop, bounce

Code-Driven Video Generation

Rendly is an open-source tool that shifts video production into plain code. Rather than manipulating graphical timelines in video editors, developers write concise domain-specific language (DSL) blocks that map out scenes, text attributes, and motion sequences.

Core Architecture and Animations

The DSL organizes content into distinct scenes delimited by two or more empty lines. Each scene allows precise configuration of parameters such as text colors via hex or named identifiers, custom fonts, and animation transitions including fade, slide, pop, and bounce. The engine displays instant visual updates in a side-by-side preview panel.

Export and Workflow Integration

Rendly exports generated compositions into WebM format directly from the application. Because video definitions are plain text files, developers can version-control their marketing assets alongside codebase releases, integrate automated video updates into CI pipelines, and generate launch demos programmatically under an MIT license.

Try it in 2 minutes

git clone https://github.com/mukundzha/rendly.git

bash

✓ When to use

  • Generating developer-focused social clips and release changelog walk-throughs.
  • Creating reproducible product teaser videos stored directly alongside source code.

✕ When NOT to use

  • Complex live-action video editing requiring multi-track audio mastering and keyframing.
  • High-fidelity video post-production requiring Adobe After Effects or DaVinci Resolve color grading.

What to do today

  • →Clone the Rendly repository locally using git to inspect the DSL syntax.
  • →Define a multi-scene showcase script separating stages with two blank lines.
  • →Export a WebM demo clip to document feature changes directly inside your repository pull requests.
#Rendly#Git

Sources

  • mukundzha/rendly - GitHub
ShareShare on XShare on LinkedIn
← Previous storyPreserving Agent Code Artifacts Across Context Compaction in ChatGPT WorkNext story →Stopping Coding Agents from Faking Test Passes via Exit Code Zero

Related stories

  • Creative AIOpenAI Releases Images 2.5 Focusing on Image Generation and In-Place Editing
  • Creative AISuno Releases v6 Audio Models with Stem Separation and In-Track Lyric Editing

Email digest

Get the morning AI brief

One email a day — the stories that matter for engineers, founders and tech leads. Human-edited, with links to primary sources.

  • ✓120+ sources scanned daily
  • ✓Edited by a human
  • ✓1 email per day
  • ✓EN + UA

By subscribing you agree to the privacy policy.