mini/cloud
Cloud for Small Software

A folder in.
A living app out.

mini-cloud gives the internal tools your team builds with AI a real home — automatic HTTPS, a private subdomain, invite-only access. No servers to tend, no Docker to learn.

Any folder — no Dockerfile requiredPrivate by default, shared by name
SkillCLI
Two entrypoints
Claudemini-cloud skill
You
Build me a recipe app for the team offsite.
Claude
app.py2.4 KB
templates/index.html3.1 KB
Dockerfile0.2 KB
Done — a small Flask app with a form and a list.
You
Great — put it online for the team.
Claude
Skill minicloud-deploy/ SKILL.md
Created the apprecipes
Built the image18s
Started and verified it serves1.2s
Issued the certificateautomatic
It's live at recipes.mini-cloud.app — private to your workspace. Tell me who to share it with.
The pipeline

One control plane.
Many hands.

You hand over a folder. The control plane routes it to an isolated builder that turns any kind of directory into a running image — then tends your apps out to live, secured URLs. You never touch a server.

01 / SOURCE

Any folder

Node, Python, a static site, or a full container.

app.pyindex.htmlpackage.jsonDockerfile
02 / CONTROL PLANE

The central brain

Takes your code, assigns a subdomain, and dispatches the build.

isolated03 / BUILDER

Build the image

A throwaway builder turns any directory into a runnable image — safely, off the host.

04 / FAN-OUT

Worker hands

Each app started, given TLS, and served at its own URL.

Control plane

mini-cloud.app
expenseslive
expenses.mini-cloud.app
directorylive
directory.mini-cloud.app
standup-botidle
standup.mini-cloud.app
invoicesstopped
invoices.mini-cloud.app
pto-trackerlive
pto.mini-cloud.app
onboardingidle
onboard.mini-cloud.app
What you get

The part your agent
can't do for you.

Writing the tool is the easy half now. Hosting it, securing it, and deciding who can open it — that's the half we handle.

One command to live

minicloud deploy ./app takes a directory to a real HTTPS URL — build, start, and a readiness check that confirms it actually serves before it says done.

Your agent ships it too

A mini-cloud skill lets Claude deploy the app it just wrote for you — it writes the Dockerfile, builds it, and hands back the live link. No commands to learn.

HTTPS & a subdomain

Every app lands at name.mini-cloud.app with certificates issued and renewed automatically. Nothing to configure, nothing to expire.

Private by default, shared by name

Apps are invite-only from the first deploy. Add teammates by email, choose what they may do, revoke any time. Sharing is the point, not an add-on.

Rests when idle

Idle apps sleep and cost nothing, then wake on the first visit in about a second. You pay for a pool of capacity, never per request.

Isolated, with its own store

Each app runs alone in its own sandbox with its own database — one tenant can never see another. Isolation is the product, not a setting.

It goes on your phone

Every app gets an icon and installs to the home screen — full screen, no browser bar. Nothing to configure and nothing extra to build.

Keys and passwords, kept safe

Store a database URL or an API key and your app receives it at startup. Encrypted at rest, shown once, never readable again.

Your console

Every app your team ships,
tended in one place.

Status, traffic, memory, and who has access — for all your tools at a glance. Nothing to wire up; it's just there.

Pricing

Pay for a pool,
not per request.

Flat, predictable plans — a shared pool of capacity, a cap on apps, and seats for your team. Idle tools rest, so they don't burn it.

Free
$0
For trying it out and personal tools.
  • 3 apps · 2 seats
  • 512 MB shared pool
  • HTTPS & subdomains
  • Rests when idle
Most teams
Team
$5–8 / mo
For a team sharing internal tools.
  • 10 apps · 10 seats
  • 2 GB shared pool
  • Always on — no cold start
  • Roles & invite-only sharing
Business
$15–20 / mo
For companies standardizing on it.
  • 20 apps · unlimited seats
  • 4 GB shared pool
  • Always on — no cold start
  • Roles & invite-only sharing
Pro
$39+ / mo
For heavier use, with room to grow.
  • 40 apps · unlimited seats
  • 10 GB shared pool
  • Always on — no cold start
  • Roles & invite-only sharing

Early pricing — evolving during private beta.

Join the waitlist

Your team already built it.
Be first to give it a real home.

mini-cloud is in private beta. Leave your email and we'll get in touch when there is a spot — you'll be deploying in minutes.

No spam — one message when it opens up.

$ minicloud deploy ./your-tool --app your-tool