Introduction
Runsite Platform is a developer-focused PaaS for shipping production apps without managing infrastructure. Connect a Git repository or upload files, and Runsite takes care of building, deploying, scaling and serving your project on a global edge network.
This documentation covers the six core services and the platform features that support them.
Services
Section titled “Services”- Web Services — long-running applications from Git or a Docker image, with custom domains, environment variables, autoscaling and sleep on idle.
- Static Sites — atomic deploys of static front-ends from Git or direct upload, served from a global edge.
- PostgreSQL — managed PostgreSQL 14–17 with internal and external connection URLs and automatic backups.
- Redis — managed Redis 6–8 for caching, queues and pub/sub.
- Object Storage — S3-compatible storage with scoped access keys, presigned URLs and multipart uploads.
- Email — transactional email through a REST API with sandbox mode, sending domains, webhooks and stats.
Platform features
Section titled “Platform features”- Custom Domains — attach your own domains with automatic TLS.
- Backups — manual and scheduled database backups with one-click restore.
- Metrics & Logs — live CPU, memory and request metrics, plus streaming logs over WebSocket.
- Shell Access — interactive terminal into your running containers.
- Team Management — workspaces, projects and role-based access for collaborators.
Programmatic access
Section titled “Programmatic access”Everything you can do in the dashboard is also available through the API.
- Public API — full REST reference.
- API Keys — long-lived credentials for CI/CD, scripts and integrations.
- CLI — manage projects, deployments and services from the terminal.