Clusterbase Platform
Deploy your first application.
Go from code to a live application in about 60 seconds. Deploy functions and container services, then connect databases, storage, and custom domains.
Your first deployment · after installing CCP
# Sign in to your Cluster account
ccp auth login
# Create an app and link it to your organization
ccp init my-app
cd my-app
# Deploy your application
ccp deploy --prodBuild on the platform
Start with the workload you want to run. Use the ccp CLI to develop locally and manage your deployments, or integrate directly with the Platform API.
Functions
Deploy JavaScript and TypeScript request handlers on the serverless runtime.
Compute services
Run container applications with public HTTPS endpoints and deployment history.
Static sites
Publish a static website or serve a single-page application alongside your functions.
Sandboxes
Create isolated environments for code execution and development tools.
Connect your application
Databases
Create and connect to managed Postgres databases.
Storage
Upload files and serve assets from the edge.
Custom domains
Give your application its own domain with automatic TLS.
Develop and ship
- Organize your projects — group applications and resources within your organization.
- Work locally — run your function locally and see changes as you edit.
- Configure environments — manage application configuration and secrets.
- Automate deployments — deploy from your CI/CD workflow.
Looking for AI tools? Explore Cluster Build, managed agents, or the LLM Gateway.