WORK 03 · Shopify Ops Dashboard
Meravoq
A Shopify store-group ops dashboard for the CEO and local agents.
A private Cloudflare Worker dashboard that puts store status, cold-start stage, sales and media metrics, source readiness, and agent task queues on one operating surface.
- SOURCE
- Private GitHub repo
- LIVE
- Online surface
shopify-24h-llm-launch-plan reelprivate agent ops
- STACK
- Cloudflare Worker / DO / R2
- MODE
- Private CEO dashboard
- GATE
- Approval-gated agents
01
Problem
Once a new idea enters store build, traffic, and conversion testing, the CEO needs status and metrics while local agents need execution context. Showing prompts directly mixes those two views. Meravoq separates them.
02
System
- The human layer is a signed-in ops dashboard for revenue, spend, orders, ROAS, gross profit, store health, and cold-start stage.
- The agent layer exposes manifest, task context, schemas, dry-runs, and action proposal APIs.
- Shopify, ads, creative, tracking, and supply inputs are modeled as readiness contracts so real connectors can replace samples one by one.
- Mutations stay approval-gated; the Worker coordinates, displays, and validates while local agents execute concrete changes.
03
Build trace
- The production Worker is live on workers.dev, with `/api/health` and `/dashboard` smoke checks returning 200.
- QA-only covered login gating, dashboard rendering, mobile layout, agent queue, cold-start APIs, and the HEAD health route.
- It turns the earlier Shopify 24H plan into a runnable store-group operating surface.