Skip to content

Commit 9d7bf7f

Browse files
authored
Merge pull request #705 from dahlia/docs/success-stories
Document SiliconBeest in why guide
2 parents 6e8eff1 + 1114139 commit 9d7bf7f

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

.hongdown.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ proper_nouns = [
7676
"RabbitMQ",
7777
"Redis",
7878
"Scoop",
79+
"SiliconBeest",
7980
"SolidStart",
8081
"SvelteKit",
8182
"Typo Blue",

docs/why.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,23 @@ writing, allowing users to focus purely on text without images or attachments:
320320

321321
[Typo Blue]: https://typo.blue/
322322

323+
### SiliconBeest: Serverless federation on Cloudflare Workers
324+
325+
[SiliconBeest] is a serverless fediverse platform built on Cloudflare Workers,
326+
demonstrating how Fedify can power ActivityPub federation on edge-native
327+
infrastructure:
328+
329+
- Built a Mastodon API-compatible social networking server on Cloudflare
330+
Workers
331+
- Uses Fedify together with *@fedify/cfworkers* to handle federation,
332+
message delivery, signatures, WebFinger, and related protocol concerns
333+
- Combines Fedify with platform-native services like KV and Queues to support
334+
a serverless deployment model
335+
- Shows how Fedify can be adapted beyond conventional server environments for
336+
ActivityPub applications
337+
338+
[SiliconBeest]: https://github.com/SJang1/siliconbeest
339+
323340

324341
Conclusion
325342
----------

0 commit comments

Comments
 (0)