Skip to main content

WIXY Hub — WireMock Management Plane

WIXY Hub is a lightweight, configurable control plane for WireMock. It provides a centralized management layer to manage, monitor, and control multiple WireMock instances—both embedded and remote—through a modern Web UI, REST API, or AI-native interface.

Why WIXY Hub?

As microservice ecosystems grow, managing hundreds of stubs across local, staging, and QA environments becomes a bottleneck. WIXY Hub solves this by decoupling the Management Plane from the Mocking Engine:

  • Centralized Control — Manage your entire mock fleet from a single professional dashboard.
  • Dual-Mode Architecture — Use the embedded engine for local work or connect to remote servers for shared environments.
  • Dynamic Orchestration — Switch contexts instantly or use headers to target specific servers per request.
  • AI-Native Operations — Implement AI-driven testing by connecting agents directly to the Hub via MCP.

Key Features

FeatureDescription
Modern DashboardFull-featured React UI for stub management and engine control.
Server RegistryRegister and track multiple local or remote WireMock environments.
Direct TargetingRoute management commands to specific servers via the X-Wixy-Target-Server header.
Stub CRUD APICreate, read, update, and delete HTTP stubs across any registered engine.
Proxy & Recordcaptured real traffic and auto-generate persistent stub mappings.
MCP IntegrationControl the entire Hub using natural language via AI agents.

Hub Architecture at a Glance

WIXY Hub operates on two distinct planes:

┌──────────────────────────────────────────────────────────────┐
│ WIXY HUB (Port 8080) │
│ │
│ ┌──────────────┐ ┌──────────────┐ ┌────────────┐ │
│ │ Registry │◀────▶│ Management │◀────▶│ Web UI │ │
│ │ (Servers) │ │ Orchestrator│ │ (Dashboard)│ │
│ └──────────────┘ └───────┬──────┘ └────────────┘ │
│ │ │
│ ┌───────────┴───────────┐ │
│ ▼ ▼ │
│ ┌────────────────┐ ┌────────────────┐ │
│ │ Local Engine │ │ Remote Engine │ │
│ │ (Port 9090) │ │ (External API) │ │
│ └────────────────┘ └────────────────┘ │
└──────────────────────────────────────────────────────────────┘

Technology Stack

LayerTechnologyVersion
BackendJava 21 + Spring Boot 3.4LTS / Modern
FrontendReact + Tailwind CSS + LucideFast / Responsive
Mock EngineWireMock3.13.x
AI ProtocolSpring AI (MCP)1.0.0-M8
TestingJUnit 5 + RestAssured186+ Tests

Quick Navigation