A cloud for
small software.

Build the app your team needs, then deploy it with sign-in, permissions, data, and backups included.

Build the tool your team is missing.

A claims queue for six people. A firing log for two. A laptop tracker for four. Off-the-shelf software does not fit these jobs, and custom development has usually cost too much.

Read YC’s request for a cloud for small software

Agents can build these tools quickly. Pylon handles the sign-in, permissions, data, deployment, and recovery work around them.

Build and deploy in one workflow.

The same Pylon app runs in the preview and in production. The agent can inspect its source, schema, permissions, tests, logs, and deployment state whenever it needs to make a change.

  1. 01

    Describe

    Explain the workflow, who uses it, and what each person can do.

  2. 02

    Preview

    Use the app while the agent edits the source beside it.

  3. 03

    Verify

    Check routes, schema, permissions, and the live interface before you publish.

  4. 04

    Publish

    Deploy with a URL, database, sign-in, logs, and backups already connected.

In Pylon Cloud

Build in an isolated workspace, use the live preview, and publish through Pylon’s deployment pipeline.

With your coding agent

Use Claude Code, Codex, Cursor, or your editor. The same project structure and diagnostics work locally.

The cloud parts are already connected.

Pylon includes sign-in, permissions, data, file storage, logs, backups, and rollback. You do not have to assemble a new stack for every tool.

Sign-in and permissions

01

Magic links, OAuth, OIDC, SAML SSO, expiring invites, organization roles, and row-level policies that deny access unless you allow it.

Database and files

02

SQLite without provisioning, Postgres when you need it, plus local or S3-compatible file storage.

Hosting and domains

03

Get a secure URL on the first deploy, plus a global edge network, custom domains, and idle sleep on Hobby.

Logs and recovery

04

Logs, metrics, audit history, volume snapshots, one-click restore, and rollback through deployment history.

Two hands pass an app card through a mechanical permission gate.

Permissions apply to every read and write

Control who can see and change data.

Invite the people who need the app, then define what each user or role can read or update. Pylon enforces those rules in the data layer.

schema/claims.ts
policy({
  entity: "Claim",
  allowRead:
    "auth.userId == data.filedBy
     || auth.role == 'ops'",
  allowUpdate: "auth.role == 'ops'",
});
Carrier opens their claimallow
Carrier opens another claimdeny
Ops updates any claimallow
Signed-out visitor has the linkdeny

One plan for all your team’s tools.

Hobby gives you one free project. Pro is $25 per organization and includes unlimited projects.

Hobby

$0

One project, 1 GB RAM, 3 GB volume, 100k requests a month, SQLite, magic-link auth, and idle sleep. No card.

Keep the source, runtime, and data.

Run it elsewhere

The Pylon runtime is open source and ships as one binary for your own server or container platform.

Use an ordinary database

Data lives in SQLite or Postgres, without a proprietary storage layer between you and your records.

Keep every source file

Export the project or connect GitHub from the start. What gets built here is not trapped here.

Build the small app your team needs.

Start with one free project and deploy it from the same place you built it.

Get Smallware updates