PushToDisplay helps teams publish real-time updates to physical displays, dashboards, and status screens.
Use PushToDisplay to turn live events into always-visible wallboard updates, from software releases to production lines, clinic queues, and field operations.
Turn any screen into a live display board — get the app on iOS and Android, or purchase the Business plan through Microsoft Azure Marketplace.
GitHub Action for sending updates from GitHub workflows to PushToDisplay boards.
Best for:
- CI/CD pipeline status updates
- Release and deployment notifications
- Incident and on-call workflow alerts
- Build and test summaries on office TVs
Repository:
Official CLI and MCP server for PushToDisplay.
Best for:
- Sending updates from terminal scripts and automation jobs
- Board and device management from command line
- AI agent integrations through MCP (Model Context Protocol)
- Headless environments and remote infrastructure workflows
Repository:
GitHub Action for consolidating GitHub Actions job status into a live dashboard on PushToDisplay boards.
Best for:
- Live CI/CD status for multiple repositories and branches on one display
- Job status updates (started, in progress, done, failed) without API tokens or extra permissions
- Engineering hubs and office TVs tracking build and deployment health
Repository:
n8n verified node for sending updates to PushToDisplay boards from any n8n workflow.
Best for:
- No-code and low-code automation workflows
- Board updates driven by SaaS events, webhooks, and internal tools
- AI agent and business workflow notifications on shared displays
Repository:
- Real-time visibility for engineering and frontline operations teams
- Multi-panel board layouts for regional, service, or team-based views
- Works with HTTP API, shell scripts, n8n, AI agent workflows, and GitHub Actions
- Designed for status communication in technical and non-technical environments
- Display deployment status by environment (staging, production)
- Show incident timeline and service health summaries in shared spaces
- Broadcast QA results and release readiness in engineering hubs
- Shop floor production status, shift handoff notes, and line alerts
- Clinic queue updates, triage flow status, and room readiness
- Retail operations updates, fulfillment metrics, and regional announcements
- Warehouse and logistics board updates (dock, route, or SLA status)
- Campus, hospitality, and event ops updates across multiple displays
- AI agent-driven updates from internal tools and automations
Use this in your workflow:
- uses: pushtodisplay/action@v1
with:
api-key: ${{ secrets.PTD_API_KEY }}
board-id: ${{ secrets.PTD_BOARD_ID }}
text: "Deploy completed"Install and send an update:
npx pushtodisplay auth login
npx pushtodisplay send "Hello, Display"Run the built-in MCP server:
npx pushtodisplay mcp- Website: https://pushtodisplay.com
- Action docs: https://github.com/pushtodisplay/action
- Actions Dashboard docs: https://github.com/pushtodisplay/actions-dashboard
- CLI docs: https://github.com/pushtodisplay/cli
- n8n verified node: https://github.com/pushtodisplay/n8n-nodes-pushtodisplay

