https://github.com/haroldadmin/atproto-browser
Browser for files stored on the ATProto network
https://github.com/haroldadmin/atproto-browser
atproto bluesky nextjs react react-server-components
Last synced: 2 months ago
JSON representation
Browser for files stored on the ATProto network
- Host: GitHub
- URL: https://github.com/haroldadmin/atproto-browser
- Owner: haroldadmin
- Created: 2024-12-01T22:50:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-14T14:13:09.000Z (3 months ago)
- Last Synced: 2025-09-14T16:51:33.874Z (3 months ago)
- Topics: atproto, bluesky, nextjs, react, react-server-components
- Language: TypeScript
- Homepage: https://atproto-browser.dev
- Size: 584 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-repositories - haroldadmin/atproto-browser - Browser for files stored on the ATProto network (TypeScript)
README
# ATProto Browser

[https://www.atproto-browser.dev](https://www.atproto-browser.dev)
ATProto Browser lets you browse files stored on the [ATProto](https://atproto.com) network.
Features:
- Browse files on any PDS using the owner's DID or Bluesky handle.
- A live feed of posts made on the Bluesky network with configurable sampling and buffer size.
- Consistent, predictable URLs that make it easy to share links.
- Rich previews for popular record types alongside raw JSON data.
ATProto Browser is a Next.js app built with React Server components. Server rendered wherever possible, with fallback to client side rendering for dynamic content.
Follow [@atproto-browser.dev](https://bsky.app/profile/atproto-browser.dev) on Bluesky for development updates!
## Getting Started
1. Clone the repository
```bash
git clone https://github.com/haroldadmin/atproto-browser.git
```
2. Install dependencies
```bash
yarn
```
3. Run the development server
```bash
yarn dev
```
## Contributing
This project is open for contributions. Feel free to open an issue or submit a PR if there's something you'd like to see!
## Disclaimer
This project is not affiliated with, or endorsed by Bluesky. I'm not a member of the Bluesky team, and this project is not an official product.