diff --git a/src/data/showcase/treeverse.png b/src/data/showcase/treeverse.png new file mode 100644 index 000000000..f39572063 Binary files /dev/null and b/src/data/showcase/treeverse.png differ diff --git a/src/data/users.tsx b/src/data/users.tsx index 180eaab7a..1f59897f9 100644 --- a/src/data/users.tsx +++ b/src/data/users.tsx @@ -1242,6 +1242,15 @@ const Users: User[] = [ author: 'https://bsky.app/profile/did:plc:aeu4zvcwmdk774qmqcyed5sa', tags: ['othertools', 'opensource'], }, + { + title: 'Treeverse', + description: 'A tool for navigating Bluesky threads using a tree visualization.', + preview: require('./showcase/treeverse.png'), + website: 'https://treeverse.app', + source: 'https://github.com/paulgb/treeverse', + author: 'https://bsky.app/profile/paulbutler.org', + tags: ['othertools', 'opensource'], + }, ]