Cloudfalre Wildebeest is an ActivityPub and Mastodon-compatible server. "We are of course assuming that you have a Cloudflare account"
 
 
 
 
 
Go to file
Jorge Caballero (DataDrivenMD) 2c5757cd7f Make node sub-version explicit 2023-02-21 13:47:24 -08:00
.github/workflows
.vscode
.wrangler/state/d1
backend prettier 2023-02-21 13:47:03 -08:00
config
consumer
do
docs
frontend implement UI for about page 2023-02-20 18:29:06 +00:00
functions prettier 2023-02-21 13:47:03 -08:00
migrations
scripts
tf
ui-e2e-tests implement UI for about page 2023-02-20 18:29:06 +00:00
.eslintignore
.eslintrc.cjs
.gitignore
.node-version Make node sub-version explicit 2023-02-21 13:47:24 -08:00
.prettierignore
.prettierrc.json
CONTRIBUTING.md
LICENSE
README.md
jest.config.js
package.json implement UI for about page 2023-02-20 18:29:06 +00:00
playwright.config.ts make playwright fail faster locally 2023-02-20 18:27:20 +00:00
tsconfig.json
wrangler.toml
yarn.lock

README.md

Wildebeest

wildebeest illustration

Wildebeest is an ActivityPub and Mastodon-compatible server whose goal is to allow anyone to operate their Fediverse server and identity on their domain without needing to keep infrastructure, with minimal setup and maintenance, and running in minutes.

Wildebeest runs on top Cloudflare's Supercloud, uses Workers, Pages, Durable Objects, Queues, the D1 database to store metadata and configurations, Zero Trust Access to handle authentication and Images for media handling.

Currently, Wildebeest supports the following features:

  • ActivityPub, WebFinger, NodeInfo, WebPush and Mastodon-compatible APIs. Wildebeest can connect to or receive connections from other Fediverse servers.
  • Compatible with the most popular Mastodon web (like Pinafore), desktop, and mobile clients. We also provide a simple read-only web interface to explore the timelines and user profiles.
  • You can publish, edit, boost, or delete posts, sorry, toots. We support text, images, and (soon) video.
  • Anyone can follow you; you can follow anyone.
  • You can search for content.
  • You can register one or multiple accounts under your instance. Authentication can be email-based on or using any Cloudflare Access compatible IdP, like GitHub or Google.
  • You can edit your profile information, avatar, and header image.

Cloudflare will continue to evolve this open-source project with additional features over time and listen to the community feedback to steer our priorities. Pull requests and issues are welcome too.

Please read our announcement blog for more details on how we built Wildebeest.

Tutorial

Follow this tutorial to deploy Wildebeest: