diff --git a/website/src/data/showcase/apache-apisix.png b/website/src/data/showcase/apache-apisix.png new file mode 100644 index 0000000000..034af9bc42 Binary files /dev/null and b/website/src/data/showcase/apache-apisix.png differ diff --git a/website/src/data/users.js b/website/src/data/users.js index 224a51151e..eeac9666df 100644 --- a/website/src/data/users.js +++ b/website/src/data/users.js @@ -68,6 +68,15 @@ const users = [ fbOpenSource: false, pinned: false, }, + { + title: 'Apache APISIX', + description: 'A Dynamic, Real-Time, High-Performance Cloud-Native API Gateway', + preview: require('./showcase/apache-apisix.png'), + website: 'https://apisix.apache.org/', + source: 'https://github.com/apache/apisix-website', + fbOpenSource: false, + pinned: true, + }, { title: 'Axioms', description: 'Axioms Developer Hub and Documentation Portal',