If you’re a Ghost(Pro) customer, our team may be able to help you migrate your content and subscribers. Learn more about our Concierge service.
Exporting your subscribers
To get started, download your full subscriber list (Export Subscribers (Full)) from BeeHiiv.

Import subscribers to Ghost
If all of your subscribers are free, you can import this into Ghost directly.

Migrating Content
Developers can migrate content from BeeHiiv to Ghost using our migration CLI tools. You will first need to export your posts from BeeHiiv. This will be a CSV file which includes all post content, titles, dates, etc.

/subscribe
links go to.
Once the CLI task has finished, it creates a new ZIP file which you can import into Ghost.
Using custom domains
If you’re using a custom domain on BeeHiiv, you’ll need to implement redirects in Ghost to prevent broken links. BeeHiiv uses/p/
as part of the public post URL, where as Ghost uses it in the URL for post previews. This means the redirect regular expression is quite complex, but necessary so that post previews in Ghost function correctly.
https://mysite.com/p/awesome-post
, they will automatically be redirected to https://mysite.com/awesome-post
.