Score-based follower suggestion for bluesky! Available now at bskysuggest.luisf.dev
bsky-demo.mp4
- 🔍 Search for handles in Bluesky
- 🫂 Search for the follows of the account create a score
- 🆔 No login required, uses public data from Bluesky API
- Next.js for web development (React, Node.js, Typescript)
- Vercel for hosting and CI/CD
- Shadcn and Tailwind for styling and components
- Install dependencies with
yarn
- Start the project with
yarn dev
src/app
- All the routes using App Router syntax from up-to-date Next.jssrc/components
- The components used in a greater scopesrc/components/ui
- Shadcn components installed individuallysrc/lib
- Utils and types