diff --git a/website/src/data/showcase/nocalhost.png b/website/src/data/showcase/nocalhost.png new file mode 100644 index 000000000000..d5419126e553 Binary files /dev/null and b/website/src/data/showcase/nocalhost.png differ diff --git a/website/src/data/users.tsx b/website/src/data/users.tsx index 52d875c7e5b9..94794c73fde8 100644 --- a/website/src/data/users.tsx +++ b/website/src/data/users.tsx @@ -1301,6 +1301,14 @@ const Users: User[] = [ website: 'https://haochenqi.com/', source: 'https://github.com/HaochenQ/Haochen-Blog', tags: ['personal', 'opensource'] + }, + { + title: 'Nocalhost', + description: 'An open-source toolsets help to build cloud-native applications easier and faster.', + preview: require('./showcase/nocalhost.png'), + website: 'https://nocalhost.dev/', + source: 'https://github.com/nocalhost/nocalhost', + tags: ['opensource', 'i18n'] } ];