mesh.dev
N.º 07 — a workflow engine, quietly

Software for small teams shipping real things.

Mesh is a workflow engine you write in plain Python. It runs reliably, logs clearly, and gets out of the way. There's no dashboard to learn, no retainer to pay, and no sales call required.

// pip install mesh-workflow — and that's the whole setup.
from mesh import workflow

@workflow(schedule="0 9 * * *")
async def daily_reports(ctx):
    return await ctx.fetch("rows").then(send_email)
§ 01 — Principles

Five quiet commitments.

We've worked at the other kind of startup. This one is the opposite.

i.

We don't grow at any cost.

Mesh is run by three engineers and funded by customers. We'll stay small. You'll recognise the same names on support tickets in five years.

ii.

The whole product is the docs.

If a feature can't be explained in a 500-word doc page, it doesn't ship. If it needs a 30-minute onboarding call, we've already failed.

iii.

Your data, your cluster.

Self-hosted is a first-class option, not a tier you negotiate for. The same binary, the same docs, wherever you run it.

iv.

We log more than we market.

Every release note lists what broke, what we undid, and what we can't yet explain. No triumphalism.

v.

No upsells, ever.

There is no enterprise-tier feature that's technically ready but artificially withheld. Everyone gets the same product.

§ 02 — Features

Everything needed, nothing more.

We deliberately don't have a long feature page. This is all of it.

Durable execution

Workflows that survive deploys, restarts and network flakes. Guaranteed to finish.

Observable by default

Every step logged, every retry attributed. OpenTelemetry export built in.

Three SDKs

Python, TypeScript, Go. You can mix them in one workflow if you need to.

Multi-region

Pin workflows to a region, or distribute them. Same API.

Self-host option

Helm chart, Terraform module, the same binary we run in managed.

Replay & backfill

Replay any past run. Backfill historical state without rewriting code.

§ 03 — Pricing

Per-run. Honest.

The full price list fits on a page.

Hobby$0/mo
Enterprisetalk
Runs per month
50k
Unlimited
Unlimited
SSO + audit logs
No
Yes
Yes
Multi-region
No
Yes
Yes
Self-hosted
No
No
Yes
Support
Community
Priority
Dedicated engineer
§ 04 — Contact

Write to us.

Three engineers read every enquiry. No chatbots, no lead qualifiers.

The team

We're a small team across London, Porto and Lisbon. Real reply within a working day — usually much sooner.

Email
[email protected]
Sales
[email protected]
GitHub
github.com/mesh-dev
Status
status.mesh.dev