sorry is a minimal interactive web app designed to generate playful “sorry” animations, messages or digital apology cards. Users can choose from themed styles (fonts, backgrounds, effects) and enter their own message, and the app renders a stylized apology dynamically. Some versions include animation or transitions—letters fading in, shaking, or dissolving—to make the message more expressive. The interface emphasizes simplicity: a user types the text, previews it live, and can share or export the result. Because it’s lightweight and browser-based, it’s perfect as a novelty site or as an embeddable widget in blogs or chats. Its charm lies in marrying a small amount of interactivity and design flair with a simple, human purpose—apologizing creatively.
Features
- Supports multiple GIF templates by name (e.g. “sorry”, “wangjingze”, “jinkela”, etc.)
- Accepts POST requests with textual parameters to fill subtitle lines into templates
- Renders video + subtitles → GIF pipeline (using ffmpeg, ASS subtitle files)
- Docker and docker-compose deployment support
- Cache management of generated GIFs, with expiration / cleanup scripts
- Template extension via adding new .mp4 + .ass + template files, and pull-request support