diff --git a/website/src/data/showcase/flagsmith.png b/website/src/data/showcase/flagsmith.png new file mode 100644 index 000000000000..438ef1e02681 Binary files /dev/null and b/website/src/data/showcase/flagsmith.png differ diff --git a/website/src/data/users.js b/website/src/data/users.js index a8335721b190..fd978aa1cbd0 100644 --- a/website/src/data/users.js +++ b/website/src/data/users.js @@ -373,6 +373,14 @@ const Users = [ source: 'https://github.com/Camberi/firecms', tags: ['opensource', 'design'], }, + { + title: 'Flagsmith', + description: 'Open Source Feature Flag and Remote Config Service', + preview: require('./showcase/flagsmith.png'), + website: 'https://docs.flagsmith.com', + source: 'https://github.com/Flagsmith/flagsmith-docs', + tags: ['opensource'], + }, { title: 'Flipper', description: 'Extensible mobile app debugger',