- Cloud – All data and AI inference run in the Superblocks Cloud
- Hybrid – Production data remains in the customer VPC for deployed apps, while only non-production data is accessed by Clark in the Superblocks Cloud
- Cloud-Prem – The full Superblocks platform, including AI inference, is deployed within your AWS, GCP, or Azure environment and fully managed by Superblocks
Superblocks architecture
Superblocks is built on a modular, enterprise-grade architecture with clear separation between control, development, inference, and execution.- Control Plane: Hosts the Superblocks Editor and platform services, including metadata, configuration, access control, and orchestration required to build and manage applications.
- Clark Development Sandbox: A secure, ephemeral development sandbox where Clark generates and modifies code. The Devbox includes access to tools, a Vite dev server, and a browser environment for automated testing.
- Clark AI Agent: Executes AI inference either in Superblocks Cloud or within the customer AWS Bedrock, GCP Vertex, Azure AI or Anthropic depending on your deployment choice.
- Date Plane: Executes backend logic written in SQL, Python, or JavaScript. The data plane securely proxies requests to customer APIs
- Global Cache: Serves deployed application frontends globally, providing low-latency access and improved performance for end users.
Cloud architecture

Hybrid architecture

Cloud-Prem architecture


Choosing a deployment model
| Deployment Model | Primary Advantage | Clark Inference | Clark Dev Sandbox | Control Plane | Data Plane | Network Setup |
|---|---|---|---|---|---|---|
| Cloud | Fastest setup with fully managed infrastructure | Superblocks Cloud | Superblocks Cloud | Superblocks Cloud | Superblocks Cloud | Public endpoints, IP allowlisting |
| Hybrid | Production data stays in-customer VPC with cloud-managed AI | Superblocks Cloud (non-prod data only) | Superblocks Cloud | Superblocks Cloud | Customer AWS, GCP or Azure Account | Data plane reaches private data sources without opening firewall |
| Cloud-Prem | Maximum data residency, isolation, and compliance | Customer AWS, GCP or Azure Account | Customer AWS, GCP or Azure Account | Customer AWS, GCP or Azure Account | Customer AWS, GCP or Azure Account | Full deployment in customer cloud |

