https://github.com/clicktodev/react-bluesky-embed
Embed Bluesky UI into your application like posts, comments, and profiles
https://github.com/clicktodev/react-bluesky-embed
bluesky bsky client csr embed fast next react rsc ssr
Last synced: 3 months ago
JSON representation
Embed Bluesky UI into your application like posts, comments, and profiles
- Host: GitHub
- URL: https://github.com/clicktodev/react-bluesky-embed
- Owner: clicktodev
- License: mit
- Created: 2024-11-30T08:08:03.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-06T12:44:44.000Z (10 months ago)
- Last Synced: 2025-07-15T05:43:51.755Z (3 months ago)
- Topics: bluesky, bsky, client, csr, embed, fast, next, react, rsc, ssr
- Language: TypeScript
- Homepage: https://react-bluesky-embed.vercel.app
- Size: 872 KB
- Stars: 34
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# React Bluesky Embed
React Bluesky Embed allows you to embed post threads, profiles, and comments in your React application when using Next.js, Create React App, Vite, and more.
Profiles and comments support coming soon.
Adapters for Solid, Vue, Angular, and Svelte are coming soon.

## Documentation
For documentation visit [react-bluesky-embed.vercel.app](https://react-bluesky-embed.vercel.app).
## Installation
```sh
npm i react-bluesky-embed
```## Usage
```tsx
```## Contributing
Visit our [contributing docs](https://react-bluesky-embed.vercel.app/contributing).