Skip to main content
Synthetiq is a metadata-only platform. It provides frameworks for building production-ready apps and services, and manages orchestration — identity, versioning, sharing, access control, and deployment triggers. When deployed to your own infrastructure, the platform never processes or stores your runtime application data or service traffic.

What the Synthetiq platform stores

The Synthetiq platform — the cloud service that powers the CLI and Desktop app — stores and processes only metadata:
  • Identity and sessions — user authentication, organization membership, role assignments
  • Entity metadata — names, slugs, version numbers, source hashes, timestamps
  • Access control — who published, shared, or installed what, and with which permissions
  • Deployment orchestration — deployment triggers, status, phase progression, and logs
  • Identity provider (default) — deployed apps use Synthetiq as the default identity provider (“Login with Synthetiq” SSO). This can be replaced with Google, Okta, or any OIDC-compatible provider

What stays on your infrastructure

Client traffic

The Desktop app and CLI run on your machine. When your app connects to external services (Slack, Shopify, OpenAI, etc.), requests go directly from your machine to the service provider. Synthetiq is not a proxy or middleman for service traffic — it only manages the credentials and access control around those connections.

Runtime application data

Once an app is deployed, all runtime data — databases, user content, API responses, file uploads — lives entirely within the deployment infrastructure. The Synthetiq platform has no access to your running application’s data.

Entity source code (configurable)

Where your app and service source code is stored depends on your infrastructure tier. Organizations with strict data residency requirements can store source code in their own S3-compatible storage, so it never touches Synthetiq’s infrastructure.

Infrastructure tiers

Client trafficEntity source codeRuntime app data
Synthetiq HostedYour machine ↔ providerSynthetiq storageSynthetiq infrastructure
BYOIYour machine ↔ providerSynthetiq storageYour cloud
BYOI + Custom StorageYour machine ↔ providerYour S3-compatible storageYour cloud
All tiers share the same metadata-only relationship with the platform. The difference is where source code and runtime data reside.

Synthetiq Hosted

Source code is stored on Synthetiq’s infrastructure and apps are deployed to Synthetiq-managed compute. Simplest setup — no cloud account required. Best for teams that want to move fast without managing infrastructure. Learn more about Synthetiq Hosted deployments →

BYOI

Apps are deployed directly into your own cloud infrastructure. All runtime data — databases, compute, networking — stays in your cloud. Source code is stored on Synthetiq’s infrastructure by default. Learn more about Bring Your Own Infrastructure →

BYOI + Custom Storage

Full data ownership. Source code is uploaded directly to and downloaded from your own S3-compatible buckets. The platform stores only metadata (version numbers, hashes, access control) — the actual code never touches Synthetiq’s infrastructure. Combined with BYOI deployment, this means the only data Synthetiq manages is orchestration metadata.