Overview
Last updated: May 12, 2026
lowcloud Platform is the managed way to run apps on lowcloud. You bring code or a container image. lowcloud runs the platform, the load balancer, TLS certificates, the image registry, and the network boundary around each project. There is no cloud account to link, nothing to provision, and you don't need to know anything about infrastructure.
It's the fastest path from sign-up to a running app on the public internet. Each project is its own workspace and can host as many services as you want next to each other.
How it's organized
A project is your top-level workspace. Inside a project you create services: either web services (apps built from code or images) or databases (from a template). Services in the same project reach each other by name on the internal network. Web services are exposed to the internet through lowcloud's load balancer.
Next steps
- Get Started: sign up and deploy your first service in five minutes.
- Web Services: sources, builds, custom domains, environment variables, scaling.
- Databases: PostgreSQL and MariaDB templates, and how to connect them to your app.