How to Use Your Domain on Bluesky

By  on  

Bluesky is a hot new social networking platform that functions like Twitter from Twitter's original founder. New users are flooding into the platform as a respite from Elon Musk's vision of Twitter and the fumbles that have happened since his takeover. Upon signing up for Bluesky, your username defaults to {yourdesiredhandle}.bsky.social, but there's a better and more secure option.

One of Bluesky's awesome features is the ability to base your username on a hostname's DNS record. In short, if you control a hostname's DNS, you can essentially verify yourself. For example, my Bluesky username is davidwalsh.name. Let's look at how you can base your username after a domain you control!

Change Your Handle to Your Domain

Go to Bluesky's Settings page and click "change my handle"

A modal will display where you can simply change the handle but you'll want to click "I have my own domain":

Another modal will follow asking for the domain you'd like to use and provides you with a TXT DNS record entry you need to create on that domain's DNS:

The DNS record above is a sample value, so I haven't exposed any sensitive information

With the record information provided by Bluesky, go to your DNS provider and add the TXT record with the value provided by Bluesky. After adding the record, click Verify DNS Record back at Bluesky. Once Bluesky verifies the record, your username will then be your domain!

Recent Features

  • By
    Create a CSS Cube

    CSS cubes really showcase what CSS has become over the years, evolving from simple color and dimension directives to a language capable of creating deep, creative visuals.  Add animation and you've got something really neat.  Unfortunately each CSS cube tutorial I've read is a bit...

  • By
    Write Simple, Elegant and Maintainable Media Queries with Sass

    I spent a few months experimenting with different approaches for writing simple, elegant and maintainable media queries with Sass. Each solution had something that I really liked, but I couldn't find one that covered everything I needed to do, so I ventured into creating my...

Incredible Demos

  • By
    Form Element AJAX Spinner Attachment Using MooTools

    Many times you'll see a form dynamically change available values based on the value of a form field. For example, a "State" field will change based on which Country a user selects. What annoys me about these forms is that they'll often do an...

  • By
    MooTools Wall Plugin

    One of the more impressive MooTools plugins to hit the Forge recently was The Wall by Marco Dell'Anna.  The Wall creates an endless grid of elements which can be grabbed and dragged, fading in elements as they are encountered.  Let me show...

Discussion

  1. Khanh

    Hi David, I’m a reader of your blog.
    I tried to join Bluesky but I have no invitation code. Do you have any?

    Thank you.

Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!