Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T07:21:51.000Z (2 months ago)
- Last Synced: 2024-12-26T02:07:22.566Z (about 2 months ago)
- Topics: atproto, bluesky, nextjs, react, react-server-components
- Language: TypeScript
- Homepage: https://atproto-browser.dev
- Size: 612 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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.