diff --git a/src/data/showcase/airview.png b/src/data/showcase/airview.png new file mode 100644 index 000000000..29588851e Binary files /dev/null and b/src/data/showcase/airview.png differ diff --git a/src/data/showcase/ilo.png b/src/data/showcase/ilo.png new file mode 100644 index 000000000..f573ac68e Binary files /dev/null and b/src/data/showcase/ilo.png differ diff --git a/src/data/users.tsx b/src/data/users.tsx index 180eaab7a..a78446e2b 100644 --- a/src/data/users.tsx +++ b/src/data/users.tsx @@ -1242,6 +1242,22 @@ const Users: User[] = [ author: 'https://bsky.app/profile/did:plc:aeu4zvcwmdk774qmqcyed5sa', tags: ['othertools', 'opensource'], }, + { + title: 'Airview', + description: 'Publishing, scheduling and detailed analytics for Bluesky.', + preview: require('./showcase/airview.png'), + website: 'https://airview.so', + author: 'https://bsky.app/profile/danrowden.com', + tags: ['stats', 'socialtools'], + }, + { + title: 'ilo', + description: 'All of your internet stats (including Bluesky) in one dashboard.', + preview: require('./showcase/ilo.png'), + website: 'https://ilo.so', + author: 'https://bsky.app/profile/danrowden.com', + tags: ['stats'], + }, ]