Skip to main content

Products, without the maze.

Start with the product that solves today’s problem. Its underlying capabilities stay visible in context—without becoming another aisle to navigate.

10 products 3 clients 16 Observe modules
01Catalog

Products

Independently adoptable products for distinct developer workflows. Open a product to see exactly what it builds on and where it connects.

Cuitty Code

Self-hosted Git platform with PRs, CI/CD, and app market.

standalonemixedFull page Docs
Problem

Teams surrender code to SaaS forges or run half-finished self-hosted alternatives without real CI, authorization, or extensibility. CI minutes are opaque and runners proprietary.

Solution

Full Rust (Axum, git2-rs) forge with repos, PRs, issues, and forking. CI runs on Apache Airflow + Dagger containers with SpiceDB (Zanzibar) authorization and storage delegated to Store.

Features
  • ~200 API routes on a Rust core
  • 44 Solid UI islands (DiffView, CommitGraph)
  • Embedded package registry (npm/Cargo/PyPI/OCI)
  • App Market for versioned automation
  • Airflow+Dagger CI pipeline
  • SpiceDB branch protection
  • Ratatui TUI
  • Yapture issue sync
Benefits
  • Infrastructure ownership: hardware, minutes, secrets
  • Sub-ms ref ops with portable CI
  • Zanzibar permissions without middleware
  • Unified audit trail via Observe
  • No vendor lock on CI runners

Cuitty Observe

Sixteen-module observability layer with unified ingest.

standalonemixedFull page Docs
Problem

Observability fragments across SaaS tools with separate logins, billing, and no shared context. Self-hosted options are one-size-fits-all.

Solution

16 purpose-built modules behind one /api/ingest, one libSQL database per module, shared Auth/RBAC. Every Cuitty product emits into it automatically.

Features
  • 16 modules with dedicated DBs
  • Single ingest endpoint, batched fire-and-forget
  • OTLP-compatible traces with flame graphs
  • Fingerprinted error grouping
  • Feature flags with rollouts and kill-switches
  • Cloud cost tracking (GCP/AWS/DO/Azure)
  • Polyglot secret scanner
  • Wire protocol: 22 channels, 28 schemas
Benefits
  • Single pane for security/platform/observability
  • Per-module DBs eliminate noisy neighbors
  • Telemetry never leaves your infra
  • Flags and audit included out of the box
  • TS/Go/Py/Rust SDKs

Cuitty Store

Local-first storage SDK with pluggable backends and P2P sync.

standalonemixedFull page Docs
Problem

SQLite/Postgres/S3/Redis each demand separate SDKs, migrations, and error handling. Switching providers rewrites data code.

Solution

One createStore() API with 24 storage-class accessors, offline-first with CRDT/LWW sync, profile routing across 65+ adapters, E2E encryption by default.

Features
  • 24 accessors (table, kv, cache, queue, vector, graph)
  • 65+ drivers incl. AWS/GCP/Azure, Solana, libp2p
  • AES-256-GCM envelope encryption
  • Automatic conflict resolution (CRDT/LWW)
  • Config-only provider swap
  • Portable archive import/export
  • Rust bridge API
Benefits
  • Instant offline reads
  • True vendor portability
  • Zero-knowledge encryption
  • One SDK for every data shape
  • Graduated local-to-cloud migration
Built from
standalonemixed

Cuitty Safe

Developer-first secret vault and runtime resolver.

standalonemixedFull page Docs
Problem

Raw secrets leak into .env, CI configs, and generated code. Provider switches rewrite integrations.

Solution

Commit stable references (cuitty-safe:account/safe/secret); resolve at runtime from inline-encrypted, local vault, Store-backed E2EE, or 1Password. cui safe run injects at process boundaries.

Features
  • Vendor-neutral reference grammar
  • 4 storage modes (inline, local, Store, 1Password)
  • Native broker with OS key custody
  • Provider delegation and migration
  • No-leak gates on value paths
  • TS/React/Solid/Go/Py/Rust/shell SDKs
  • Desktop surface integration
Benefits
  • Secrets never in logs, traces, or screenshots
  • Provider-agnostic secret management
  • Minimal blast radius on compromise
  • 526 tests green (180 native + 346 SDK)
standalonemixed

Cuitty Registry

Self-hostable multi-protocol artifact registry (npm/Cargo/PyPI/OCI).

standalonemixedFull page Docs
Problem

Third-party registries mean outages, policy risk, and per-seat pricing you don't control.

Solution

Standalone Rust service with native protocol endpoints (npm, Cargo sparse, PyPI Simple, OCI), persisting via Store's bridge API. Optional Code integration for provenance.

Features
  • 4 native protocols, standard tooling publishes
  • Standalone operation (no forge required)
  • SpiceDB namespace/package permissions
  • Safe-backed config references
  • Outbox-driven index rebuilds and replication
  • Quotas, rate limits, scoped tokens
Benefits
  • npm/cargo/twine/docker push just work
  • Artifact sovereignty on your infra
  • Protocol-native audit trail
  • One registry for all ecosystems
Used by
standalonemixed

Cuitty Architect

Multi-cloud infrastructure control plane with Terraform overlay and GitOps.

standalonemixedFull page Docs
Problem

Provisioning spans 7+ clouds with per-provider tooling. Terraform runs are manual, drift undetected, changes unaudited.

Solution

Unified Rust control plane: provider catalog, plan/apply/destroy lifecycle, drift detection, GitOps promotion (local to staging to prod), all emitting audit events to Observe.

Features
  • 7 providers (AWS/GCP/DO/Civo/Vultr/Hetzner/CF)
  • Plan/apply/destroy lifecycle engine
  • HCL overlay generation
  • Airflow/Dagger pipeline dispatch
  • Ephemeral PR environments
  • CLI/TUI and 22 API routes
Benefits
  • One interface per cloud
  • Drift caught before users notice
  • Atomic audited promotions
  • No zombie infra
  • Full audit trail via Observe
Used by
standalonemixed

Cuitty Pilot

AI-assisted automation with playbooks and six executor plugins.

standalonemixedFull page Docs
Problem

Dashboards without API coverage force manual clicking. Recorded flows break when selectors drift.

Solution

Playwright engine records workflows as YAML/DSL playbooks, replays deterministically, heals by AI. 6 executors (browser, git, http, shell, persist, terraform) orchestrate beyond the browser.

Features
  • 17 SDK packages
  • AI selector healing
  • Recording to draft playbook conversion
  • Video capture with redaction
  • SSE live progress streaming
  • Multi-language clients (TS/Go/Py/Rust)
  • 11 Solid components
  • Bounded AI decisions + review summaries
Benefits
  • Automate where APIs fall short
  • Self-healing cuts maintenance
  • Full video audit trail
  • Extensible executor model

Cuitty Video

Programmatic video engine — SDK, DSL, Playwright renderer, editor.

standalonemixedFull page Docs
Problem

Demo and marketing video drifts from the product and can't be regenerated when UIs change.

Solution

TypeScript composition API + YAML/DSL. Frames render as HTML in headless Playwright, FFmpeg encodes MP4/WebM/GIF. HTTP render server makes it CI-pipeable.

Features
  • CompositionIR with tween/spring/keyframes
  • Playwright+FFmpeg render pipeline
  • <cuitty-player> Web Component
  • Full DSL roundtrip
  • CLI (init/render/preview/validate)
  • Render server with queue + SSE
  • Solid editor (timeline/preview/inspector)
Benefits
  • Pixel-perfect CSS/SVG output
  • Videos regenerate with UI changes
  • Batch render in CI
  • One composition, three formats
  • Hot-reload preview

Cuitty Scrape

AI-powered Playwright scraping with dual-view extraction.

previewstandalonemixedFull page
Problem

Scraping means fragile selectors, browser state management, auth handling, and layout drift.

Solution

URL + plain-text intent triggers Playwright render, producing Markdown view (content) + DOM view (interaction). Returns an immediate answer AND a reusable, self-healing scraper artifact (DSL block). Auth delegates to Safe; human-in-the-loop gates for CAPTCHA/MFA.

Features
  • Paste-and-describe interface
  • Dual-view engine (Markdown + DOM)
  • Answer + artifact per job
  • AI healing (Claude via Vercel AI SDK)
  • HITL interaction gates for CAPTCHA/MFA
  • Embeddable createScrapeServer
  • Extracted from Pilot with HTTP-only boundary
Benefits
  • No selector maintenance
  • Deterministic replay of scraper artifacts
  • No credential sprawl (Safe-backed)
  • Embeddable by Tests/Pilot/third parties
Used by
standalonemixed

Cuitty Document

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

previewstandalonemixedFull page
Problem

Docs tools are either rigid site generators or heavyweight CMSes; embedding docs in an app means a second stack.

Solution

One pipeline produces site, embed, and headless output. All editing surfaces are Cuitty Editor. Themes derive from brand tokens with family and sub-theme cascade.

Features
  • Content model with multi-format adapters
  • Portable output: site, embed, headless
  • Auto dictionary with contextual tooltips
  • Page modes: doc, blog, status, changelog
  • AI summary and social card generation
  • Theme families with sub-theme cascade
  • Per-property generated CLI/TUI (clack + OpenTUI)
  • Self-hosted admin CMS with audit and presence
Benefits
  • One source, three targets
  • Zero separate editing stack
  • Brand-consistent theming out of the box
  • Social cards generated, not hand-crafted
  • Full audit trail via Observe
standalonemixed
02Clients

Meet people where they work.

The same Cuitty workflow can surface in the browser, inside Chrome, or from the desktop—each client is a doorway, not a separate product line.

01 · Web

Browser workspace

Review product state, share a durable link, and follow the work from any modern browser.

Browse web products
02 · Chrome

In-context playbooks

Bring a guided Pilot workflow beside the page you are working on, without losing the surrounding context.

Explore Pilot in Chrome
03 · Desktop

Focused creation

Move from a text field into a full editing surface when the work needs room, focus, and a keyboard-first flow.

Open the Editor
16 Observe modules extend the observability platform with dedicated capabilities. All modules

Ready to explore?

Choose a product and explore its dependencies in the context of the work it supports.