1 comments

  • fschepp 3 hours ago ago

    Hi HN,

    I built bsky-comments to embed Bluesky threads without injecting heavy iframes or tracking scripts. It's a < 3kb gzipped, zero-dependency native Web Component.

    It uses a Light DOM for customizability via CSS or tailwind and you can just paste the post URL: <bsky-comments post="https://bsky.app/..."></bsky-comments>.

    Additionally it is fully framework Agnostic.

    There is a quick demo video in the GitHub repos readme.md . I'd love any feedback!