Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skiniks/bangers

Find your best Bluesky posts, ranked by engagement 🦋
https://github.com/skiniks/bangers

bluesky bluesky-social javascript nextjs typescript

Last synced: 10 days ago
JSON representation

Find your best Bluesky posts, ranked by engagement 🦋

Awesome Lists containing this project

README

        

# Bangers

Find your best Bluesky posts, ranked by engagement. Discover and showcase your most impactful content through likes, reposts, and overall community interaction.

## Features

- 🔍 Search any Bluesky handle
- 📊 Posts ranked by engagement score
- 🖼️ Media previews and embeds
- ⚡ Fast and cached results

## Quick Start

```bash
# Clone the repository
git clone https://github.com/skiniks/bangers.git

# Install dependencies
bun install

# Start the development server
bun dev
```

Visit [http://localhost:3000](http://localhost:3000) to see the app.

## Tech Stack

- [Next.js](https://nextjs.org/) - React Framework
- [AT Protocol](https://atproto.com/) - Bluesky API
- [TailwindCSS](https://tailwindcss.com/) - Styling
- [Framer Motion](https://www.framer.com/motion/) - Animations
- [React Query](https://tanstack.com/query/latest) - Data Fetching
- [TypeScript](https://www.typescriptlang.org/) - Type Safety

## Contributing

Contributions are welcome! Feel free to submit a Pull Request.

## License

MIT License - see the [LICENSE](LICENSE) file for details