---
title: "Your blogged.dev address"
description: "The address every blog starts on, what it is good for, and when to move to your own domain."
updated: "2026-08-28"
verifiedAgainst:
  - packages/shared/src/index.ts
  - packages/shared/src/free-grant.ts
  - packages/shared/src/domains.ts
---

Every Project's blog is published at a `blogged.dev` subdomain from the moment it
exists, so you can publish before any DNS work is done.

```txt
https://yourname.blogged.dev
```

## Choosing the subdomain

It is set per Project. Some names are reserved, because they are used by the
platform itself.

<Callout variant="note" title="Renaming the address is not included in the Free grant">
  Every Project gets a working `blogged.dev` address, Free ones included, and it
  serves the blog from the moment the Project exists. Changing that address to a
  different name is a paid-only feature. On a Free Project the request is refused
  with an upgrade prompt rather than a quota message, and upgrading that exact
  Project turns it on without losing any work.
</Callout>

## It keeps working

Connecting a custom domain does not turn the subdomain off. It stays available,
which means a link shared before the move does not break.

## When to move

Move when the blog is real: your own domain keeps readers on your brand and
keeps the SEO value of your writing on the hostname you own. See
[custom domains](/blog/custom-domain).
