diff --git a/website/src/data/showcase/meli.png b/website/src/data/showcase/meli.png new file mode 100644 index 0000000000..abce7c8940 Binary files /dev/null and b/website/src/data/showcase/meli.png differ diff --git a/website/src/data/users.js b/website/src/data/users.js index 416eba2f78..e2598f5d48 100644 --- a/website/src/data/users.js +++ b/website/src/data/users.js @@ -488,6 +488,14 @@ const Users = [ tags: ['opensource'], }, { + title: 'Meli', + description: 'Platform to deploy static sites, frontend applications and hosted forms', + preview: require('./showcase/meli.png'), + website: 'https://docs.meli.sh/', + source: 'https://github.com/getmeli/meli', + tags: ['opensource'], + }, + { title: 'Metro', description: 'The JavaScript bundler for React Native', preview: require('./showcase/metro.png'),