diff --git a/website/src/data/showcase/rivalis.png b/website/src/data/showcase/rivalis.png new file mode 100644 index 0000000000..f951cb558c Binary files /dev/null and b/website/src/data/showcase/rivalis.png differ diff --git a/website/src/data/users.tsx b/website/src/data/users.tsx index a9f48d98d6..16c8ed5b0d 100644 --- a/website/src/data/users.tsx +++ b/website/src/data/users.tsx @@ -1189,6 +1189,15 @@ const Users: User[] = [ source: 'https://github.com/questdb/questdb.io', tags: ['opensource', 'favorite', 'design', 'large'], }, + { + title: 'Rivalis', + description: + 'An open source framework for developing servers for real-time applications and games', + preview: require('./showcase/rivalis.png'), + website: 'https://rivalis.io', + source: 'https://github.com/rivalis/rivalis', + tags: ['opensource', 'design', 'product'], + }, { title: 'RactivePlayer', description: 'Interactive videos in React',