ZopDev Watch demo D
ZopCloud · Live in ~2 minutes

Push a repo. Get a live URL.

Managed infra for your app. We build the container, terminate TLS, wire the URL, and redeploy on every push. No Dockerfile. No Kubernetes.
And when the bill grows at agent speed — ZopNight closes the other half of the loop.

We detect Node.jsNext.jsPythonGoRailsBunDenoJavaPHP
The Pipeline all auto-wired
  1. Your repo

    We watch GitHub for new commits.

  2. Stack detection

    Framework, port, build — auto-detected.

  3. Deploy

    Image runs on ZopCloud's managed compute.

  4. Your URL

    Live with TLS. Point a CNAME for custom.

  5. Observe

    Logs, CPU/memory, deploy events — live.

Slide 7 · The talk

The bill you didn't agree to.

All real. All 2025–26. None of them were trying to overspend. The mistake isn't the engineer's — it's a default that's been silent for ten years.

Cursor user 2026

"$4,600 in six weeks — double our full 2025 spend."

Agent kept iterating. Nobody approved the spend.

Replit user late 2025

"$607 overnight. Agent kept iterating while I slept."

No budget context — and nobody was watching.

Google Cloud user 2025

"$7 budget. $18,000 bill. The cap didn't hold."

Cost cap was a hint, not a wall.

Firebase user 2025

"$70,000 in one day. Bill went to debt collection in ten."

Found out three weeks late. Bill came from finance.

Slide 11 · the pivot

Observability = control.

Every cloud-cost tool quietly assumes a human will eventually look. At agent speed, that assumption is broken.

Dashboards · Reports · Alerts

  • × 72-hour lag is structural — billing is 24–72h late by design
  • × The agent acted ten minutes ago. The bill is three days away.
  • × Tells you what happened — not what's about to happen
  • × Nothing in the room when the agent provisions

A tool the agent calls before it acts

  • Cost-aware deploy — pre-deploy, not next-month-review
  • Agent-readable cloud state over MCP
  • Closed-loop apply with blast-radius check
  • Reversible: stop/start — never delete
CDCR · the practice

Code → Deploy → Cost → Remediate.

Code, your agent writes. Deploy, ZopCloud ships. Cost, whichever tool you use sees the truth. Remediate — you and your agent act. The loop closes when remediation's outcome reaches the next deploy.

  1. 01

    Code

    Your agent writes the backend, the cron, the deploy.

  2. 02

    Deploy

    ZopCloud builds, terminates TLS, wires the URL.

  3. 03

    Cost

    ZopNight sees real cloud state — idle, orphan, oversized.

  4. 04

    Remediate

    Schedules, wake order, reversible overrides — agent + you.

  5. Feedback

    Outcome lands back in the IDE. Next push is informed.

"You don't fix a hallucination with more AI. You give it facts to read."

Two products. One loop.

ZopCloud ships it. ZopNight stops the bleeding.

You ship code. You also own the bill. We split the work — ZopCloud takes the new infra off your plate, ZopNight keeps the existing infra honest.

ZopCloud code.deploy()

Push a repo. Get a live URL in <2 minutes. No Dockerfile. No K8s.

  • Auto stack detection — Node · Next · Go · Python · Rails · Bun · Deno · Java · PHP
  • TLS + custom domains — free Let's Encrypt, auto-renew
  • Atomic rollback — previous revision stays warm
  • Secrets scoped per env · *_SECRET / *_TOKEN auto-masked
  • Streaming logs, CPU / memory / req-rate built-in
  • BYO infra — your own K8s cluster or VM, one click
<0min push → live URL
See ZopCloud live
ZopNight cost.remediate()

Cut cloud bills by up to 60%. Power down what you forgot is running.

  • Auto-start/stop for VMs, databases & containers
  • Dependency-aware wake — database → cache → app
  • 337+ recommendation rules across AWS · GCP · Azure
  • Idle heatmaps · auto-tagging · auto-grouping
  • Multi-cloud attribution + chargeback CSV for finance
  • Stop/start — never delete. Production always protected.
0% avg monthly bill drop
See ZopNight live

TLS + custom domains

Every host gets a free Let's Encrypt cert that auto-renews. Bring your own — point a CNAME, we issue on first hit.

Atomic rollback

Every deploy keeps the previous revision warm. Restore the prior image in seconds — no rebuild, no DNS change.

Dependency-aware wake

Databases before services. database → cache → app — resources come back in the right order, before standup.

Build & app observability

Streaming build and app logs, live CPU/memory, deploy events as a feed. One click jumps to the running revision.

Slide 14 · the demo

Your agent has IAM.
It doesn't have eyes.

It can provision, scale, destroy. What it can't do is see. ZopNight gives your agent eyes — 43 read-only MCP tools across 5 IDEs: Cursor, Claude Code, Codex, Windsurf, Antigravity. Ask "what's wasteful in auth-api?" and get back resource IDs with evidence. Not vibes.

0read-only MCP tools
0+audit rules
0IDE integrations
<0mto connect (PAT)
cursor · ~/work/auth-api

          
        
Slide 14 · 75 seconds

Same agent. Two contexts. One substrate.

A Monday-morning cost spike at work and a forgotten side-project bill on a phone — solved through the same MCP tools, the same loop, the same five IDEs.

  • 01 Question → typed MCP tool call
  • 02 Resource ID with evidence
  • 03 Blast-radius check
  • 04 Applied · feedback wired