# ActivityPub

ActivityPub is a decentralized social networking protocol based on the ActivityStreams 2.0 data format, providing client-to-server and federated server-to-server APIs.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## A new blog site moves posts from dev.to to a Ghost-hosted site

DevFeed: [A new blog site moves posts from dev.to to a Ghost-hosted site](<https://devfeed.tech/articles/new-blog-site-30532.md>)

Original publisher: [Read original article](<https://blog.zachklipp.com/new-blog-site/>)

Author: Zach Klippenstein

Published: 2024-06-26T20:11:50Z

Content type: article

Language: en

Sources: [Zach Klippenstein's Blog](<https://devfeed.tech/sources/zach-klippenstein-s-blog.md>)

Topics: [ActivityPub](<https://devfeed.tech/topics/activitypub.md>), [Mastodon](<https://devfeed.tech/topics/mastodon.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [mastodon](<https://devfeed.tech/tags/mastodon.md>)

### AI overview

The author announces that the blog has moved from dev.to to a Ghost-hosted site, while keeping the old posts available to preserve links. The author also hopes Ghost will eventually support ActivityPub integration for following and commenting from Mastodon.

### Source excerpt

Welcome, you've successfully found the new home of my blog! It used to be on dev.to, but I was not comfortable with my posts living under a domain name I didn't control. I've moved all my old posts over here, but I'

## Mastodon on your own domain without hosting a server, Netlify edition

DevFeed: [Mastodon on your own domain without hosting a server, Netlify edition](<https://devfeed.tech/articles/mastodon-on-your-own-domain-without-hosting-a-server-netlify-edition-38545.md>)

Original publisher: [Read original article](<https://msfjarvis.dev/posts/mastodon-on-your-own-domain-without-hosting-a-server-netlify-edition/>)

Author: Harsh Shandilya

Published: 2022-11-16T06:30:00Z

Content type: tutorial

Language: en

Sources: [Posts on Harsh Shandilya](<https://devfeed.tech/sources/posts-on-harsh-shandilya.md>)

Topics: [Mastodon](<https://devfeed.tech/topics/mastodon.md>), [ActivityPub](<https://devfeed.tech/topics/activitypub.md>), [Fediverse](<https://devfeed.tech/topics/fediverse.md>), [Netlify](<https://devfeed.tech/topics/netlify.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>)

Tags: [cli](<https://devfeed.tech/tags/cli.md>), [fediverse](<https://devfeed.tech/tags/fediverse.md>), [mastodon](<https://devfeed.tech/tags/mastodon.md>), [netlify](<https://devfeed.tech/tags/netlify.md>), [protocol](<https://devfeed.tech/tags/protocol.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [webfinger](<https://devfeed.tech/tags/webfinger.md>)

### AI overview

A tutorial for creating a Fediverse identity on a personal domain without hosting a Mastodon or other ActivityPub server. It uses a Netlify Edge Function to implement WebFinger and serve the identity information.

### Source excerpt

A quick and easy way of creating a Fediverse identity on your own domain without an ActivityPub server