From 3af33df94768f384beec7f0ef2378a8845fabe55 Mon Sep 17 00:00:00 2001 From: kwaa Date: Fri, 10 Nov 2023 06:09:17 +0000 Subject: [PATCH] Add FediKit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8926469..3ca95c6 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,8 @@ A curated list of resources for ActivityPub developers who create software for t * [**Federation**](https://gitlab.com/jaywink/federation): Library to abstract social web federation protocols like ActivityPub, Diaspora and Matrix (see [docs](https://federation.readthedocs.io)) `BSD-3-clause, Python` +* [**FediKit**](https://github.com/fedikit/fedikit): Building Blocks for Fediverse. `MIT, TypeScript` + * [**fedi-inbox**](https://gitlab.com/paulkiddle/fedi-inbox) ([Fedi account](https://meow.social/@stokes)): Basic Fediverse Inbox. Writing software is hard and time consuming. What's the most basic practical system that lets us connect to the fediverse? `-, Javascript` * [**fuwuqi**](https://git.exozy.me/a/fuwuqi) ([Fedi account](https://social.exozy.me/@a)): A useless C2S ActivityPub server for "extremely hardcore" ActivityPub enthusiasts. `GPL-3.0, Python`