This is the code for my personal website, apurvamehta.com. It's a static website that's built with 11ty and uses the Bluesky typescript client to display recent Bluesky posts from a given handle.
Since it's static, this site is trivial to host with Github pages or S3 buckets, as well as Vercel and netlify.
$ npm run dev
$ npm run build