Skip to content
SmolClouds

Product

Cloud infrastructure for agent-generated software.

A place to put the hundreds of small applications your team and your agents produce — internal tools, dashboards, webhooks, prototypes — without renting a server for each one.

The lifecycle

An app that costs nothing while nobody uses it.

Between requests the microVM is fully stopped. When a request arrives it is restored from a memory snapshot — already booted, already warm — serves the response, and goes back to sleep.

  1. 01

    Sleeping

    No request, no running VM, no compute being billed.

  2. 02

    Restoring

    A request arrives and the VM is restored from its memory snapshot.

  3. 03

    Running

    The app serves traffic with the state it already had in memory.

  4. 04

    Back to sleep

    Idle again — the VM stops and the snapshot stays on disk.

sales-report

Sleeping
snapshot

No active compute

Last request4 hours ago
Requests this month17
Active time6m 42s
Cost$0.04

Built for agents

Built for agents, not dashboards.

Deployment is an API call, not a console session. An agent can ship an app end to end without a human clicking through a control panel.

  1. YOU
  2. CLAUDE / CODEX / CURSOR
  3. SMOLCLOUDSPOST /deploy
  4. LIVE APP

You: Turn this CSV into a dashboard and share it with the team.

Claude: Building…

Deploying to SmolClouds…

Done: sales-q3.smolclouds.com

Use cases

Perfect for the software nobody wants to host.

Internal Tools

Approval flows, admin tools, team utilities.

Dashboards

Reports, analytics, CSV visualizers.

AI Tools

LLM wrappers, assistants, workflow utilities.

APIs & Webhooks

Low-traffic APIs and event receivers.

Agent Apps

Claude Code, Codex and Cursor generated software.

Temporary Tools

Migrations, one-off utilities, prototypes.

Developer experience

One command, from repo to URL.

The CLI detects the runtime, builds the app and returns a live HTTPS URL. The same actions are available over the REST API, which is how agents deploy.

  • Runtime detection — no Dockerfile required
  • HTTPS and a smolclouds.com subdomain by default
  • Environment variables encrypted at rest
  • Every CLI action available over the REST API
smolclouds — cli

$

Build as much small software as you want.

Deploy the first one in a couple of minutes. It sleeps when nobody is using it.