Skip to content
@pushtodisplay

PushToDisplay

PushToDisplay

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.

Get the App

Turn any screen into a live display board — get the app on iOS and Android, or purchase the Business plan through Microsoft Azure Marketplace.

Download on the App Store Get it on Google Play Get it from Microsoft Azure Marketplace

Open Source Repositories

1) pushtodisplay/action

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:

2) pushtodisplay/cli

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:

3) pushtodisplay/actions-dashboard

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:

4) pushtodisplay/n8n-nodes-pushtodisplay

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:

Why Teams Use PushToDisplay

  • 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

Common Use Cases

Action-focused (DevOps and engineering)

  • 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

CLI and MCP-focused (cross-industry operations)

  • 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

Quick Start

GitHub Action (Workflow Integration)

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"

CLI (Terminal Integration)

Install and send an update:

npx pushtodisplay auth login
npx pushtodisplay send "Hello, Display"

MCP Server (AI Agent Integration)

Run the built-in MCP server:

npx pushtodisplay mcp

Product Links

Pinned Loading

  1. action action Public

    Use this action to build your own github actions dashboard. Consolidate workflows status from different repos to single screen.

    TypeScript 4

  2. cli cli Public

    cli & mcp-server package for Push To Display

    TypeScript 2 1

Repositories

Showing 7 of 7 repositories

Top languages

Loading…

Most used topics

Loading…