diff --git a/website/src/data/showcase/orbitjs.png b/website/src/data/showcase/orbitjs.png new file mode 100644 index 0000000000..c0c99bccde Binary files /dev/null and b/website/src/data/showcase/orbitjs.png differ diff --git a/website/src/data/users.js b/website/src/data/users.js index 76f1fc2846..1f67ea8405 100644 --- a/website/src/data/users.js +++ b/website/src/data/users.js @@ -675,6 +675,14 @@ const Users = [ source: 'https://github.com/ocpeasy/website', tags: ['opensource'], }, + { + title: 'Orbit.js', + description: 'The Universal Data Layer', + preview: require('./showcase/orbitjs.png'), + website: 'https://orbitjs.com', + source: 'https://github.com/orbitjs/orbit/tree/main/website', + tags: ['opensource','versioning'], + }, { title: 'Oxidizer', description: 'A Rust ORM based on tokio-postgres and refinery',