I open-sourced Viralo — a self-hostable stack that turns long-form video into short clips with captions, then can publish to TikTok / Instagram / YouTube Shorts.
Why self-host: most “AI clipping” tools are closed SaaS. I wanted something that runs on my own machine via Docker so source video stays local.
Install: git clone https://github.com/sammyview80/viralo.git cd viralo ./scripts/install.sh Then open http://localhost:3000.
Stack: FastAPI microservices + React/Vite, Postgres, Redis, RabbitMQ, Celery workers — all via Docker Compose. Apache-2.0.
Links: - Repo: https://github.com/sammyview80/viralo - Live demo (hosted): https://app.viraloapp.tech
Looking for feedback from self-hosters: Docker experience, resource usage, and what you’d need before trusting this with real media libraries.
[link] [留言]