Skip to content

Commit 2216f3f

Browse files
committed
🔨 Add Remotion promotional animation for README banner
Replace the static creating_banner.gif with a 10-second animated GIF built with Remotion (React-based video framework), showcasing the template's key features across 6 scenes: onboarding CLI, auto-translated docs, auth/vulture dead code cleanup, AI banner generation, server/DB infrastructure, and a closing loop. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 869b825 commit 2216f3f

32 files changed

Lines changed: 4365 additions & 1 deletion

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# macOS
22
.DS_Store
33

4+
# Remotion animation build artifacts
5+
media/animation/node_modules/
6+
47
old_scripts/
58

69
# Agent session files

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
---
3131

3232
<p align="center">
33-
<img src="media/creating_banner.gif" alt="2" width="600">
33+
<img src="media/creating_banner.gif" alt="Python-Template features animation" width="600">
3434
</p>
3535

3636

0 commit comments

Comments
 (0)