Live Blog
Live Blog is an open-source platform for live, real-time coverage of events with embeddable timelines, media and social content, editor workflows and API support.

Live Blog is an open-source web application designed for newsrooms to provide real-time coverage of breaking events and ongoing stories. It produces an embeddable, responsive timeline combining text, images, audio, video and social content with editor workflows and live updates.
Key Features
- Real-time, embeddable timelines with websocket-driven updates for live reporting
- Support for rich media: images, audio, video and social-media embeds
- Editor and reporter workflows for collaborative coverage and moderation
- Server-side API and management commands for integration and automation
- Uses Elasticsearch for search/indexing, MongoDB for storage and Redis for caching/queues
- Build tooling for frontend (Node/Grunt) and Python-based server with typical manage.py workflows
Use Cases
- Live coverage of breaking news, sports, elections, conferences and other events
- Embedding a live timeline into an existing CMS or article page for continuous updates
- Team-based reporting with editors curating and publishing reporter submissions in real time
Limitations and Considerations
- Operational complexity: requires multiple external services (Elasticsearch, MongoDB, Redis) which increase deployment and maintenance overhead
- Installation and build process references older runtimes and tooling (example: Python 3.6 and Grunt in docs), so careful attention to supported versions is required
- Frontend build uses legacy tooling (Grunt) which may require adapting modern pipelines
Live Blog is suitable for news organisations that need a production-ready, API-driven live blogging system with embeddable timelines and collaborative editorial controls. It balances rich media support and real-time updates with an opinionated stack that requires integration and operational resources.