Adding Comments To This Blog With Bluesky

August 8, 2025

I came across this blog post on Hackernews the other day and wanted to do something similar for my own blog. My reasons for doing this are similar to those outlined in the original post:

Natalie used React to create the blog post UI, and her blog is powered by Astro. Getting this working in Jekyll with pure Javascript was pretty simple (<100 lines of code, mostly written by ChatGPT). I’m not bothering with image support, linking back to Bluesky (except at the top) or any of the other fancier stuff that natalie b. did for now. I may improve on this eventually, but I’m happy to support text responses only for now.

The only friction with this solution is that I have to go back and edit my post’s front matter with the CID after creating the blog post and linking to it from Bluesky, but this isn’t too much hassle.

You can see the code used to fetch and render Bluesky comments on this site’s github repo.

Comments

Leave a comment here by replying to this thread on Bluesky.

Comments powered by Bluesky with inspo from natalie b.