Real Android devices · Live in your browser

Real Android phones in the cloud.
Describe a task once — it becomes an automation that learns, improves, and repairs itself.

One sentence is enough to start. The AI works the task out on a real device, remembers the path, and every run after that takes seconds — with no scripts to write and nothing to maintain.

No card · your virtual device starts the moment you sign up

01 · Describe it

“Open the composer, post this image with this caption.”

the AI drives the phone
while you watch
02 · It learns
01open composer0.4s
02attach image0.9s
03tap publish0.5s
03 · It just runs
every day at 09:00

0.0s

no AI, no cost,
same result
one sentence · no scripts · no selectors
02 — Why real phones

A real phone doing a real thing. Nothing is spoofed.

Browser automation has to pretend: fake fingerprints, patched drivers, headless flags to hide. Emulators have to pretend too — and apps notice.

We don't pretend. It's a physical Android device with a real screen, real sensors and a real app installed from the store, doing what a person's thumb would do. There is nothing to detect, because there is nothing being faked.

Real hardware, not an emulator

A phone on a shelf, plugged in, running the same build of Android as the one in your pocket.

Your accounts, your devices

You log in yourself, on your own device, exactly as you would by hand. Nothing is shared, nothing is pooled.

An account stays on its phone

A social login lives in the app's storage on one specific device. We keep it there — an automation for that account always runs on that phone, never somewhere else.

A real network to match a real phone

Residential bandwidth is included for the work that needs it. Datacenter routing is free and unmetered for everything else. Or connect your own proxy — mobile ones included.

your account lives
on this one phone
our rack · our network · mains power
Where there is an API

your scheduler

runs at 06:00

platform
platform
platform
handled. nobody thinks about it.Where there is not

a person you pay

app without an API
app without an API
app without an API
every post, every reply, every DM
03 — The problem

Half your platforms have an API. The other half have a person with a phone.

One piece of content has to land everywhere. Where there's an API, a scheduler handles it. Where there isn't, someone you're paying opens an app and does it by hand — every post, every reply, every DM.

That doesn't scale, it doesn't run at 6am, and it costs a salary per set of accounts.

04 — Ready-made automations

Or skip the building entirely.

Included with every deviceNo engineer needed

Common workflows — posting, replying, checking a feed, handling DMs — come ready in the library. Pick one, point it at your account, and run it. They're built and verified by us, and they're included.

Everything in the library is a starting point, not a cage: open any of them, change what you need, and it becomes your own.

RdReddit

Read the notifications inbox

verified2.4s
IgInstagram

Post an image with a caption

verified6.1s
TtTikTok

Reply to every new comment

verified4.8s
TgTelegram

Forward a post to five channels

verified3.2s
XX

Publish a thread from a draft

verified5.4s
YtYouTube

Check a channel for new comments

verified3.9s
WaWhatsApp

Answer unread DMs from a script

verified4.1s
LiLinkedIn

Share a post to a company page

verified5.0s
Step one

Pick one from the library

Step two

Point it at your account

Step three

Put it on a schedule

no engineer, no setup call — it works out of the box
05 — How it works

Describe it → It learns → It just runs

Scroll3 steps
What you write

“Open the composer, post this image with this caption.”

plain words · any language

no selectors. no scripts. no flowchart.
What we ask for
the goalrequired
the accountrequired
anything elseoptional
the AI works it out
on the real device
feed
composer
publish
What it maps
01which screens exist3
02which control does what11
03which field holds which value4
04the path that worked
The program
01open com.reddit.frontpage0.4s
02tap (541, 1866)0.6s
03type caption0.9s
04tap publish0.5s
Every run after
replayed on the device

0.0s

no AI · not metered · identical

seconds, not minutes
1 · Describe it

Write what you want in plain words. No selectors, no scripts, no flowchart.

2 · It learns

The AI does the task on a real device while you watch, maps the app, and turns the path that worked into a program.

3 · It just runs

The next run replays that program directly on the device: seconds, not minutes, and the same result every time.

06 — Self-repair

When the app changes, only the broken step costs anything.

Scroll3 steps

Recorded scripts break the day an app ships a redesign. Ours don't stop — they notice that one step no longer fits, bring the AI back for that step alone, and carry on. The rest of the automation keeps running the way it always did.

01

open app

02

go to composer

03

attach image

04

type caption

05

tap publish

running on its own · 41 days
01

open app

02

go to composer

03

attach image

04

type caption

05

tap publish

the app moved this button
overnight
the AI comes back
for this step only
01

open app

02

go to composer

03

attach image · relearned

04

type caption

05

tap publish

nothing to re-record. nothing to debug at 2am.
Running on its own

Five steps, replayed on the device. No AI in the loop.

One step stops fitting

An update moves a control. The automation notices — it doesn't blindly carry on.

That step, and only that step

The AI works out the new path for it, the automation absorbs the change and goes back to running on its own.

07 — Why we built this

We tried doing it with an agent. It didn't hold up.

On paper it's the right idea: describe the task, let the model drive the phone. In practice it came apart on simple work. The agent solved the same task a different way every time — succeeded once, failed twice, took five minutes to do something a person does in twenty seconds. Whatever it remembered between runs barely helped the next one.

And even if it had worked perfectly, the arithmetic didn't. Paying a model to re-decide every tap is fine at five tasks a day and impossible at five hundred.

So we built what we actually needed: the AI does the discovery once, and after that the phone runs on what it learned.

An agent, three runssame task,
three routes,
three prices
A learned automation, every runone route.
free.
0 min
Agent, worst run
0.0s
Learned, every run
08 — Why not just use an AI agent?

The AI builds it. The phone runs it. Neither does the other's job.

An AI agent solves the same task from scratch every single time. It re-reads the screen, re-decides every tap, and re-discovers the route it already found yesterday. That's why agent-driven automation is slow, unpredictable, and expensive at exactly the moment it starts to matter — when you're running hundreds of tasks a day instead of five.

The old alternative was hand-written scripts: fast and repeatable, but weeks of engineering to build, and a permanent maintenance bill, because the first redesign breaks them.

We took the useful half of each. The AI builds the automation, so there's nothing to write. The finished automation runs without it, so it's fast and identical every time. And when something changes, the AI comes back for that one step — instead of the whole thing collapsing, and instead of billing you for a rebuild.

Person with a phoneAPI toolsBrowser automationReal-time AI agentsNever Manual
Covers apps without an APIYesNoPartlyYesYes
Runs on real deviceYesNoVariesYes
Speed per taskMinutesInstantFastSlowSeconds
Same result every timeNoYesYesNoYes
Setup effortHiringLowEngineeringLowOne sentence
Survives app updatesYesYesNoYesYes
Billed per runSalaryNoNoYesNo
nevermanual.cloud/devices/A2FCCP58
your mouse,
their screen
Live tunnel
frame rate0 fps
round trip0 ms
held byyou
Share link

nm.cloud/s/8fk2…

screen only · no account

measured on the production tunnel, not estimated
09 — Live control

Take the wheel whenever you want.

Every device streams live to your browser at 30 fps with about 68 ms round trip — measured on the production tunnel, not estimated. Tap, type and swipe with your mouse as if the phone were on your desk.

Watch it work

See an automation run in real time and know exactly where it went, instead of reading a log afterwards.

Step in

Some things aren't worth automating. Take the device, do them by hand, hand it back.

Share a screen, not an account

Send a contractor one link that opens the device screen. No account, no VPN, nothing to install.

10 — Your team

Anyone on your team can build automations.

No engineer required. An operator writes what they want, watches it happen on the phone, and corrects it in a conversation with the agent — “close the popup first,” “don't use the shortcut here, go through the app.” The agent remembers and applies it from then on.

Roles decide who runs automations, who can take a device, and who can only watch. And two people can never fight over the same phone: one person holds it, everyone else sees the screen.

one person holds it
watch
watch
watch
Roles
ownerall
operatorrun · take
viewerwatch
no queue fights — the screen is shared, the phone isn't
06:0009:0012:0015:0018:00
donedonenowqueueddevices are held only while a run needs them
Run report
actions taken14
what it changed1 post
duration2.4s
Trigger

0 9 * * 1-5

or a specific time · or on demand

11 — Scheduling

Set it and forget it.

Run any automation on a schedule — a cron expression, a specific time, or on demand. Every run leaves a report: what it did, what it saw, what it changed. Devices are held only while a run needs them and released automatically.

12 — API and integrations

Fits into the pipeline you already have.

Trigger any automation with a single HTTP call, or schedule it from n8n, Make, Zapier or Notion.

Send the same reference twice and the schedule updates instead of duplicating — so your workflow can retry as often as it likes without creating a mess.

n8nMakeZapierNotionWebhook
POST /engine/presets/<preset>/run
curl -X POST https://nevermanual.cloud/engine/presets/<preset>/run \
  -H "X-Api-Key: nmk_..." -H "Content-Type: application/json" \
  -d '{"inputs":{"caption":"new drop is live"}}'
same reference twice = an update, not a duplicate
13 — Pricing

One price per device. Everything else is included.

Runs are never metered. The allowance covers the AI, and the AI only works while something is new — while it's learning your app, or fixing a step an update broke. Replaying what it already knows costs nothing and is never counted. That's the difference: the nearest comparable real-device plan is $80 a month and bills roughly a cent for every step the agent takes on top of it. Ten thousand steps there is a hundred dollars. Here it's included, and the steps you don't need to take are free.

Real Android phone
$0 / month

A physical phone, racked and connected, with everything below included. Includes 10,000 AI executions and 2 GB of residential bandwidth per month. Top either up when you need more, or connect your own proxy.

Virtual device
Free for 7 days, then $7 / month

No card to start. Build the automations you need and watch them run on screen. When the trial ends your account stays, and so does everything you built.

Every device comes with
the automation engine — describe a task, it builds itself
the full automation library, ready to run
self-repair when an app changes
unlimited runs, never metered
scheduling and reports
live screen control at 30 fps
API access and n8n integration
team roles and shared workspaces
free unmetered datacenter routing
residential bandwidth included on real phones — top it up, or bring your own proxy

Early-access pricing, limited to the first 50 accounts and locked for as long as you stay subscribed.

Fleet size is limited by how many phones are physically racked. Devices are assigned in order.

Fleet, 10+ devices — talk to us.

14 — FAQ

The questions we get asked first.

Is this an emulator?

Both exist, and you choose. A virtual device is a cloud Android environment — fine for learning the product and for work where the hardware doesn't matter. A real device is a physical Android phone, racked and connected. Where the app cares what it's running on, you want a real one.

What happens when the free trial ends?

The device stops. Your account, your automations and everything they learned stay exactly where they are. Add a device whenever you want and they pick up where they left off.

Is there a plan fee on top of the device?

No. The price of a device is the whole price. Every feature is included with every device, virtual or real.

What counts against the 10,000 AI executions?

Only work the AI actually does: learning an app for the first time, or working out a new path after an update changed one. Running an automation the AI already knows costs nothing and isn't counted, however often you run it.

What if I run out?

Top up, or wait for the next month — automations that have already been learned keep running either way.

Whose accounts are used?

Yours. You sign in on your device exactly as you would by hand. We don't supply, share or rotate accounts.

What happens when an app updates?

The automation notices that a step no longer fits, the AI works out the new path for that part, and the automation continues on its own from there. You don't rebuild anything.

How long does an automation take to learn?

It depends on the app and the task — some are learned almost immediately, others take a few runs. You watch it happen on screen either way, so you always know where it stands.

Do I need a developer?

No. Automations are written in plain language and refined by talking to the agent. The API exists for teams that want to trigger runs from their own systems.

Can I use the phone manually?

Yes. Take control from the browser at any time and use it like a phone on your desk.

Do I get a proxy?

Yes. Datacenter routing is free and unmetered on every device. Every plan also includes a monthly residential bandwidth allowance for work that needs a residential IP — top it up any time, or connect your own proxy, mobile ones included.

Where are the phones?

On our own racks, on our own network, maintained by us. You rent the device — not a slot on someone else's shared machine.

Stop paying someone to tap a screen.

Real Android phones, automations that write themselves, and a browser tab that shows you exactly what's happening on the device.

no card · 7 days · your phone starts itself