diff --git a/website/src/data/showcase/outerbounds.png b/website/src/data/showcase/outerbounds.png new file mode 100644 index 0000000000..094f7e913a Binary files /dev/null and b/website/src/data/showcase/outerbounds.png differ diff --git a/website/src/data/users.tsx b/website/src/data/users.tsx index 242f5cc338..3c74778c60 100644 --- a/website/src/data/users.tsx +++ b/website/src/data/users.tsx @@ -1408,6 +1408,15 @@ const Users: User[] = [ source: 'https://github.com/pingcap/ossinsight', tags: ['opensource', 'design'], }, + { + title: 'Outerbounds', + description: + 'Resources for data scientists and engineers, authored in jupyter notebooks using nbdoc and docusaurus.', + preview: require('./showcase/outerbounds.png'), + website: 'https://outerbounds.com', + source: null, + tags: ['favorite', 'product', 'design'], + }, { title: 'Oxidizer', description: 'A Rust ORM based on tokio-postgres and refinery',