Clutch

No Change
hold
First Added:May 27, 2026

Clutch is Lyft’s extensible platform for infrastructure operations. It exposes workflows (resizing databases, rerouting traffic, running jobs) through a UI and API with pluggable components. We hold it: Lyft archived the repo on 2026-02-13 and no longer accepts issues, pull requests, or new features. Treat it as a reference for Internal Developer Platform patterns, not as a platform to adopt or extend.

Blurb

Clutch is an extensible platform for infrastructure tooling.

Summary

Architecture: backend services plus protobuf-defined workflows; frontend for operators; auth integrations for enterprise SSO.

When to use: studying how a large org wrapped risky ops in audited workflows; reading source as a pattern library before building an in-house IDP.

When to skip: net-new deployments; teams expecting upstream fixes, security patches, or community support. Fork only if you can own long-term maintenance.

Upstream: github.com/lyft/clutch (archived, read-only).

Details

Lyft posted an archival notice on the GitHub README before marking the repository read-only. Existing code and docs remain available for reference. Contact for questions was listed as clutch@lyft.com in the notice.

TopicNotes
StatusArchived 2026-02-13; no new development
LicenseApache-2.0 (fork-friendly, but maintenance burden is on you)
Garden stancehold - reference only, not adopt