diff --git a/src/data/showcase/hugfairy.png b/src/data/showcase/hugfairy.png new file mode 100644 index 000000000..69f3ad1dd Binary files /dev/null and b/src/data/showcase/hugfairy.png differ diff --git a/src/data/showcase/yearprogress.png b/src/data/showcase/yearprogress.png new file mode 100644 index 000000000..435ad1bc3 Binary files /dev/null and b/src/data/showcase/yearprogress.png differ diff --git a/src/data/users.tsx b/src/data/users.tsx index 180eaab7a..431df6b21 100644 --- a/src/data/users.tsx +++ b/src/data/users.tsx @@ -1242,6 +1242,24 @@ const Users: User[] = [ author: 'https://bsky.app/profile/did:plc:aeu4zvcwmdk774qmqcyed5sa', tags: ['othertools', 'opensource'], }, + { + title: 'Hugfairy Bot', + description: 'Bot that allows you to send hugs to other users. You can send hugs anonymously as well.', + preview: require('./showcase/hugfairy.png'), + website: 'https://hugfairy.haider.id/', + source: 'https://github.com/haideralipunjabi/bluesky-hugfairy', + author: 'https://bsky.app/profile/haider.bsky.social', + tags: ['bot', 'opensource'], + }, + { + title: 'Year Progress Bot', + description: 'Bot that allows you to send hugs to other users. You can send hugs anonymously as well.', + preview: require('./showcase/yearprogress.png'), + website: 'https://bsky.app/profile/yearprogress.bsky.social', + source: 'https://github.com/haideralipunjabi/bluesky-year-progress-bot', + author: 'https://bsky.app/profile/haider.bsky.social', + tags: ['bot', 'opensource'], + }, ]