remoteagent.online  the open-source control plane for secure, cost-controlled AI agents

One-prompt Google Maps clone built by an AI agent

Watch one prompt become a working Google Maps clone: plan, code, run, verify — 24 steps, 76.5k tokens, about $0.04. See the demo and try it yourself.

Updated 2026-08-22Reading time 4 min

The demo in one GIF

Screen recording of an AI agent building a Google Maps clone from a single prompt

The one prompt

The agent got a single instruction: build a Google Maps clone with pan, zoom, search and markers, and make it run locally. No starter code, no follow-up prompts, no hand-holding.

Everything after that — reading the plan, writing the files, starting the app and checking the result — happened inside the same run. The trace format is identical to the console’s Deep Dive view: every step, every tool call, every line of output.

What the agent did

  1. Planned the page structure: map canvas, controls, search box, marker list.
  2. Wrote the HTML, CSS and JavaScript as separate files.
  3. Started a local server and opened the app.
  4. Verified layout and interactions against its own checklist.
  5. Reported back with the finished app and the run summary.

The honest numbers

MetricValue
Modeldeepseek-chat
Agent steps24
Tokens76.5k
Cost≈ $0.04

Why this matters

This is one recorded run, not a benchmark and not a guarantee. But it shows the loop people buy an agent for: an idea in, a working app out, with the plan and the proof attached. See how it compares to what an AI agent actually is, and watch the same loop build an App Store clone or a chess game.

Run it yourself

Install the agent, open the console and paste your own one-liner. Start with the getting started guide, watch your Deep Dive traces, and keep an eye on cost with token budgets.

Frequently asked questions

Did the agent really do it in one prompt?

Yes. The recording starts right after the prompt was sent and ends with the working app, all inside a single agent run.

Can it build other apps the same way?

The same loop builds anything the agent can verify locally. See the App Store and chess demos linked above for two more one-prompt runs.

What does a run like this cost?

This one used about 76.5k tokens on deepseek-chat, roughly $0.04. Your runs may differ — set a spend cap before experimenting.