Experiments · 2026

GuruPress

Multi-site WordPress monitoring dashboard

The Problem

Managing multiple WordPress websites means juggling several admin panels, each with its own update queue, uptime status, and plugin list. GuruPress consolidates everything into a single dashboard.

Features

  • ·Centralised view of all connected WordPress sites
  • ·Plugin and theme update tracking
  • ·Uptime and health monitoring
  • ·Site metadata and quick-access links

Architecture

The frontend is a Next.js dashboard consuming data from a lightweight PHP bridge installed on each WordPress site. The bridge exposes a minimal REST endpoint; GuruPress polls it on a schedule and stores results via Prisma.

This hybrid approach avoids any dependency on third-party WordPress hosting APIs and works with any self-hosted or managed WordPress install.

Back to the Archive