{"id":21904629,"url":"https://github.com/dsalvagni/react-bsky-embed","last_synced_at":"2026-04-16T12:32:32.348Z","repository":{"id":262011943,"uuid":"885952999","full_name":"dsalvagni/react-bsky-embed","owner":"dsalvagni","description":"React Bluesky Embed component using RSC","archived":false,"fork":false,"pushed_at":"2024-11-28T09:12:31.000Z","size":102,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T07:23:03.919Z","etag":null,"topics":["bluesky","bluesky-post","react","react-server-components","skeet"],"latest_commit_sha":null,"homepage":"https://react-bsky-embed.pages.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dsalvagni.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-09T20:32:44.000Z","updated_at":"2024-11-28T09:12:33.000Z","dependencies_parsed_at":"2024-11-09T22:29:15.523Z","dependency_job_id":"311b3451-1f6f-4fd2-8016-ebd756d8a7e3","html_url":"https://github.com/dsalvagni/react-bsky-embed","commit_stats":null,"previous_names":["dsalvagni/react-bsky-embed"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsalvagni%2Freact-bsky-embed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsalvagni%2Freact-bsky-embed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsalvagni%2Freact-bsky-embed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsalvagni%2Freact-bsky-embed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dsalvagni","download_url":"https://codeload.github.com/dsalvagni/react-bsky-embed/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244918583,"owners_count":20531686,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bluesky","bluesky-post","react","react-server-components","skeet"],"created_at":"2024-11-28T16:17:50.235Z","updated_at":"2026-04-16T12:32:32.315Z","avatar_url":"https://github.com/dsalvagni.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-bsky-embed\n\nRead more about [React RSC](https://react.dev/reference/rsc/server-components).\n\nI'm using the template from https://embed.bsky.app/ to render the post content according to the Bluesky app design, and consuming the API via @atproto/api sdk.\n\nIt's still missing i18n though. I done a simple implementation with i18n-next, but it doesn't work for all scenarios. I'd like to be able to render different posts in different languages.\n\nBelow there's a collection of posts with different contents that I'm using to validate the use cases.\n\nCode available: https://github.com/dsalvagni/react-bsky-embed\n\n## Getting started\n\nCheck this out in [codesandbox](https://codesandbox.io/p/devbox/4t4xk2) using Next 15.\n\nInstall `@dsalvagni/react-bsky-embed` package.\n\n```\n  npm install \"@dsalvagni/react-bsky-embed\"\n```\n\nImport it into your page.\n\n```js\nimport { Embed } from \"@dsalvagni/react-bsky-embed\";\n\nexport function Page() {\n  return (\n    \u003c\u003e\n      \u003cEmbed url=\"https://bsky.app/profile/danabra.mov/post/3la62zxt4rs2j\" /\u003e\n    \u003c/\u003e\n  );\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsalvagni%2Freact-bsky-embed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsalvagni%2Freact-bsky-embed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsalvagni%2Freact-bsky-embed/lists"}