Cuitty Code
Self-hosted Git. PRs, CI, deploys.
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~/cuitty $
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.
Self-hosted Git. PRs, CI, deploys.
Sixteen modules. One ingest.
Documentation that ships as a site, an embed, or both.
PreviewLogs, 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 →Reusable primitives coalesce into products. Products make up the platform. Partners build on it. Pin a node to trace its composition chain.
A deterministic pipeline from browser session capture to CI assertion. Pilot records, Code versions, Video replays, Observe ingests, Scrape asserts.
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",
});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.
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.
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.