diff --git a/website/src/data/showcase/ossinsight.png b/website/src/data/showcase/ossinsight.png new file mode 100644 index 0000000000..bd820dba6a Binary files /dev/null and b/website/src/data/showcase/ossinsight.png differ diff --git a/website/src/data/users.tsx b/website/src/data/users.tsx index 5ffa30c7a3..6aea90d200 100644 --- a/website/src/data/users.tsx +++ b/website/src/data/users.tsx @@ -1141,6 +1141,14 @@ const Users: User[] = [ source: 'https://github.com/orbitjs/orbit/tree/main/website', tags: ['opensource', 'versioning'], }, + { + title: 'OSS Insight', + description: 'OSS Insight provides open source software insight and compares projects and tools', + preview: require('./showcase/ossinsight.png'), + website: 'https://ossinsight.io', + source: 'https://github.com/pingcap/ossinsight', + tags: ['opensource', 'design'], + }, { title: 'Oxidizer', description: 'A Rust ORM based on tokio-postgres and refinery',