diff --git a/website/src/data/showcase/clutch.png b/website/src/data/showcase/clutch.png new file mode 100644 index 000000000000..6ca2cd5b4a2c Binary files /dev/null and b/website/src/data/showcase/clutch.png differ diff --git a/website/src/data/users.js b/website/src/data/users.js index 23466b30c071..b454a14caf09 100644 --- a/website/src/data/users.js +++ b/website/src/data/users.js @@ -54,6 +54,15 @@ const users = [ fbOpenSource: false, pinned: false, }, + { + title: 'Clutch', + description: 'An extensible API and UI platform for infrastructure tooling', + preview: require('./showcase/clutch.png'), + website: 'https://clutch.sh/', + source: 'https://github.com/lyft/clutch', + fbOpenSource: false, + pinned: false, + }, { title: 'Component Kit', description: 'A declarative UI framework for iOS',