Skip to main content

The developer platform

Self-hosted Git, observability, storage, and secrets. One docker compose up.

Ingest your logs, deploys, and metrics without a SaaS middleman.

See architecture
$ curl -fsSL https://cuitty.com/install.sh | sh
Built with Cuitty Yapture ThreadPilled ServeXYZ
~/cuitty — cuiscene 1 / 3
~/cuitty $ 
01Interactive

Try it before you request it

Every demo on this site is real. The CLI output, the TUI sessions, the module dashboards — they all run in your browser with production data shapes.

~/projects/webapp — cui (code)scene 1 / 3
0 / 34 frames
02Ship

10 products. One substrate.

Cuitty Store

Local-first storage that syncs.

Cuitty Safe

A developer-first secret vault and resolver.

Cuitty Document

Documentation that ships as a site, an embed, or both.

Preview

Cuitty Registry

npm, Cargo, PyPI, OCI.

Cuitty Architect

LocalStack for every cloud.

03See everything

Sixteen modules. One ingest.

Logs, traces, errors, deploys, costs, performance, audit, repository, video, tenants, feature flags, webhooks, pilot, tests, plaintext secrets, cloud costs. Cuitty Observe ingests them all through a single SDK call and fans out to dedicated dashboards.

Learn more about Observe →
Logsstreaming — hover to pause4 / 20
14:42:01.038infosite-edgeGET / 200 38ms
14:42:01.241infoingestverified signature for audit event#a3f1
14:42:02.117infoportalrender module=traces user=alice
14:42:02.880warningestrate limit warning: tenant=site-prod 82%
04Composition

Primitives. Products. Platform.

Reusable primitives coalesce into products. Products make up the platform. Partners build on it. Pin a node to trace its composition chain.

ServeXYZYour platformCloud / Self-hostCodeObserveStoreSafeRegistryArchitectPilotVideoScrapeDocumentEditorDSLToolbarAuthTestsBrandCUI
builds on
emits to Observe
05Workflow

Record. Replay. Review. Ship.

A deterministic pipeline from browser session capture to CI assertion. Pilot records, Code versions, Video replays, Observe ingests, Scrape asserts.

01
Record
Capture a provider flow
Pilot
02
Version
Save as a playbook in Git
Code
03
Replay
Run deterministically, record
Pilot + Video
04
Observe
Ingest run events and audit
Observe
05
Test
Assert in CI on Airflow
Scrape
06
Monitor
Status across all products
Toolbar
01 · Pilot
Record
Capture a provider flow
02 · Code
Version
Save as a playbook in Git
03 · Pilot + Video
Replay
Run deterministically, record
04 · Observe
Observe
Ingest run events and audit
05 · Scrape
Test
Assert in CI on Airflow
06 · Toolbar
Monitor
Status across all products
06Wire protocol

One endpoint. Every language.

Everything is a signed POST to /api/ingest. The SDK is a convenience, not a requirement.

import { createCuittyClient } from "@cuitty/observe/client";

const cuitty = createCuittyClient({
  endpoint: "https://your-instance.cuitty.com/api/ingest",
  projectId: process.env.CUITTY_PROJECT_ID!,
  apiKey: process.env.CUITTY_API_KEY!,
});

await cuitty.emit("audit", {
  actor: "alice@example.com",
  action: "secret.rotate",
  resource: "stripe.live_key",
});
07In production

Trusted in production

Every one of our ~20 services must show verified Cuitty Observe traces and a clean seven-day SLO before it's allowed to ship. Cuitty isn't a dashboard we look at after incidents — it's the gate that prevents them.

Yapture EngineeringEngineering Team, Yapture

We added Cuitty's audit and logs plugins to our middleware chain and got a complete who-did-what audit trail across our realtime collaboration API without writing logging code. If the observability layer is ever unreachable, the SDK degrades gracefully — our users never notice.

ThreadPilled EngineeringEngineering Team, ThreadPilled

ServeXYZ

ServeXYZ didn't build a cloud from scratch. They built it on Cuitty.
Building on Cuitty meant we could ship a production cloud platform in months, not years.

A managed cloud built entirely on the Cuitty stack: identity, infrastructure, secrets, artifacts, telemetry, and branded console — every layer composed from Cuitty products.

IdentityDeploysInfrastructureSecretsArtifactsTelemetryConsole
Read the ServeXYZ story