Pylon hosting, fully managed.
Deploy a Pylon app with one command. Cloud provides its runtime, data, identity, storage, and operations.
climbday
https://climbday.stack0.app
Resources
Runtime
2 vCPU · 4 GB · fra1
Postgres
16 GB · nightly backup
Storage
1.2 GB · edge cached
Auth
312 users · OAuth
Jobs
3 scheduled
Traffic · 24h
12.4k requests · 0.02% errors
Deployments
- #14maina1f9c22m agoLive
- #13main7d03be1h agoPrevious
- #12fix/waivers5e81aa3h agoPreview
Logs · production
07:02:11GET /book 200 · 41ms
07:02:13POST /waivers 201 · 88ms
07:02:19job sendReceipt · queued
edge · 330 cities
p50 38ms- Included in the subscription
- Compute, storage, and bandwidth are metered past the $10 monthly credit.
- One command
- Deploy from a terminal or continuous integration.
- Real infrastructure
- A dedicated runtime, database, URL, and edge network.
- Portable runtime
- The same open-source Pylon project can run elsewhere.
A short path to production
Cloud treats the Pylon runtime as one system. The application services do not need separate setup flows.
Connect or deploy
Connect a repository for push deploys, or run pylon deploy from a terminal or CI.
$ pylon deploy
Provision the runtime
One deploy creates the machine, database, storage, identity, and environment config.
- ServerPylon runtime · 2 vCPU · 4 GBReady
- DatabasePostgres 16 · live queriesReady
- AuthSessions, OAuth, magic linksReady
- StorageFiles and images on the edgeReady
- JobsScheduled work · next 02:00 UTCReady
Operate from one console
Domains, deployments, logs, environments, and organization access in one place.
- #14maina1f9c2production · 2m agoLive
- #13main7d03beproduction · 1h agoRollback
- #12fix/waivers5e81aasandbox · 3h agoPreview
- #11mainc04e17production · YesterdayRollback
Backups, logs, and rollback
Read the logs, spot the bad deploy, and roll back without a separate operations layer.
14:02:11POST /waivers 200 · 41ms
14:02:14POST /waivers 500 · duplicate key
14:02:15alert raised · 3 errors in 60s
14:03:02rollback → #13 7d03be
14:03:06✓ #13 live · errors 0
- BackupsNightly at 02:00 UTC · 7 kept16 GB
- Last restore testPassedAug 28
The production work is included
Cloud manages the services that every Pylon deployment needs after the code is ready.
One managed runtime for the full Pylon application
The server, database connection, live queries, scheduled work, and file access deploy together.
Custom domains and TLS
Attach your domain. Cloud manages certificates and routes traffic through the edge network.
Preview and production environments
Use repository deployments and pull request previews without a second hosting system.
Backups, logs, and rollback
Inspect deployments and recover without building a separate operations layer.
Built for Pylon, not tied to it forever
Cloud runs the same open-source Pylon runtime that you use locally and can self-host.
- 01
Move from SQLite to Postgres when the application needs it.
- 02
Keep the source in your repository and deploy through the CLI or git.
- 03
Use Build to create a project, or deploy an existing Pylon repository directly.
Deploy the project you already have
Cloud handles the runtime. Your repository remains the source of truth.