diff --git a/website/src/data/showcase/resoto.png b/website/src/data/showcase/resoto.png new file mode 100644 index 0000000000..ef9eed3c87 Binary files /dev/null and b/website/src/data/showcase/resoto.png differ diff --git a/website/src/data/showcase/someengineering.png b/website/src/data/showcase/someengineering.png new file mode 100644 index 0000000000..90f96522b3 Binary files /dev/null and b/website/src/data/showcase/someengineering.png differ diff --git a/website/src/data/users.tsx b/website/src/data/users.tsx index cdb962f506..92c74f97a1 100644 --- a/website/src/data/users.tsx +++ b/website/src/data/users.tsx @@ -1380,6 +1380,15 @@ const Users: User[] = [ source: 'https://github.com/sgenoud/replicad', tags: ['opensource'], }, + { + title: 'Resoto', + description: + 'Open-source cloud infrastructure management tool—find leaky resources, manage quota limits, detect drift, and clean up!', + preview: require('./showcase/resoto.png'), + website: 'https://resoto.com', + source: 'https://github.com/someengineering/resoto.com', + tags: ['opensource', 'product', 'design'], + }, { title: 'Rooks', description: @@ -1514,6 +1523,15 @@ const Users: User[] = [ source: 'https://github.com/fairdataihub/SODA-for-SPARC-Docs', tags: ['opensource', 'versioning'], }, + { + title: 'Some Engineering Inc.', + description: + 'Startup developing open-source tools to make cloud infrastructure searchable and accessible.', + preview: require('./showcase/someengineering.png'), + website: 'https://some.engineering', + source: 'https://github.com/someengineering/some.engineering', + tags: ['opensource', 'design'], + }, { title: 'SpotifyAPI-NET', description: 'A Client for the Spotify Web API, written in C#/.NET',