In development — not live yet

Some jobs need
hands, not an app.

lettuce.bot is our design for dispatching a humanoid, a vehicle, or a ground unit to do the physical work — the errands, the upkeep, the labor you'd rather not spend your Saturday on. One request, matched to whichever machine is built for it.

Built on the same account and infrastructure as the rest of the Lettuce network. Nothing on this page dispatches a real machine yet.

A humanoid robot behind the wheel of a vehicle — an early concept for the lettuce.bot fleet
Humanoid — planned Vehicle — planned Ground unit — planned
The fleet — planned

Three machines. One dispatch.

Every request gets routed to the form factor built for it. None of this is running yet — this is the architecture we're designing toward.

Humanoid

Hands-and-feet labor inside the walls of a home or a business — where dexterity matters more than horsepower.

Deep cleaningLaundry & foldingHome organization

Vehicle

Autonomous driving for anything that has to move — across the neighborhood or across town, unattended.

Grocery runsPackage logisticsOn-demand pickups

Ground unit

Low, wheeled, weatherproof machines built for the outdoors — property lines, not living rooms.

Lawn & yard careSnow & leaf clearingPerimeter upkeep
What you'll be able to ask for

Describe the job. We route the machine.

A first slice of the work we're designing around — the request schema is deliberately generic, so this list only grows.

Planned
01

Grocery & supply runs

Hand off the list. A vehicle unit makes the trip, checks it off, and brings it to the door.

Planned
02

Deep home cleaning

Recurring or one-off — dishes, surfaces, laundry — a humanoid unit works while you're out or in.

Planned
03

Lawn & yard care

Mowing, edging, seasonal clearing from a ground unit that already knows your property lines.

Planned
04

Moving & heavy lifting

Boxes, furniture, the couch that needs two people — a humanoid unit brings the second pair of hands.

Planned
05

Pet care while you're out

Feeding, walks, and a check-in — scheduled around your day, not a stranger's.

Planned
06

Storm & season prep

Gutters cleared, patio stowed, walkways salted — before the weather makes it worse.

Planned
07

Returns, pickups & errands

Dry cleaning, prescriptions, the package that has to go back — a vehicle unit runs it down.

Planned
08

Event turnaround

Set up before, clean up after — chairs, tables, and the mess a party leaves behind.

Planned
09

And beyond

The task field is open-ended by design — new categories arrive without a new endpoint.

How it's designed to work

One request. A machine shows up.

The plan: describe the job in plain language, we match it to the right kind of unit, you watch it happen, you pay once it's done.

01

Describe the job

"Mow the backyard Thursday" or "pick up the grocery order at five." Plain language, no forms to fill out.

02

Matched to a unit

The request routes to whichever fleet fits — humanoid, vehicle, or ground unit — based on the task and where you are.

03

Track it live

Status from dispatch to completion, the same way you'd track anything else moving toward you today.

04

Pay when it's done

One quote before the job starts, one charge when it's finished — no surprise line items after the fact.

For developers

One endpoint.
Any machine.

This is the request shape we're designing /api/bot/tasks around — a task and a location in, a matched unit and a quote back. Nothing here is wired up to hardware yet.

Preview — shape may change before launch, not a live endpoint
POST /api/bot/tasks — draft
// request
{
  "task": "grocery-run",
  "details": "Weekly order from the usual list",
  "location": { "lat": 37.76, "lng": -122.42 },
  "window": { "start": "2026-09-11T17:00:00Z" }
}

// response (draft — not live)
{
  "taskId": "bot_8f3ke2",
  "status": "pending_launch",
  "matched": {
    "fleet": "vehicle",
    "eta": "tbd"
  },
  "quote": { "currency": "usd", "amount": null },
  "note": "lettuce.bot is in development — this call is not live yet"
}
Roadmap

Nothing below is live. Yet.

We're building lettuce.bot in the open. Every row here is still in design — join the waitlist and we'll email you as pieces of this actually ship.

request apitask in, matched unit + quote out
humanoid fleetcleaning, laundry, lifting, tidying
vehicle fleetgroceries, errands, pickups
ground fleetlawn care, yard & perimeter work
dispatch & trackinglive job status, ETAs
billingquote up front, charge on completion
safety reviewin-home & on-road testing before launch
Be first

Get notified when a machine's ready to dispatch.

One email when lettuce.bot opens for early access. No spam, no marketing lists.

FAQ

The short answers.

Is lettuce.bot live?

No. This page describes the design we're building toward — a way to request a humanoid, vehicle, or ground unit for real-world work. Nothing on this page dispatches a real machine yet.

What work are you designing for first?

Grocery runs, deep cleaning, lawn care, moving help, pet care, and general errands — chosen because they map cleanly onto our three planned fleet types, with room to grow well past them.

Why three kinds of machine instead of one?

Each job suits a different form factor. Humanoids handle dexterous work indoors, vehicles handle anything that needs to move across distance, and ground units handle outdoor yard and perimeter work. One request API routes to whichever fits.

Will this use my Lettuce account?

That's the plan — one Lettuce account across the network, the same way lettuce.rsvp and the rest of the ecosystem work today.

How do I find out when it launches?

Join the waitlist above. We'll only email when there's something real to try.