Skip to main content

FediKit

deno.land/x/fedikit deno compatibility npm

Building Blocks for Fediverse.

Setup

Deno

Add FediKit to your deno.json or import_map.json (replace {{version}} with the current version):

{
  "imports": {
    "fedikit/": "https://deno.land/x/fedikit@{{version}}/"
  }
}

Node.js / Bun

FediKit is published under the @fedikit scope of npm, and you can download a package individually to suit your needs.

bun add @fedikit/http-signature # bun
pnpm add @fedikit/http-signature # pnpm
yarn add @fedikit/http-signature # yarn
npm i @fedikit/http-signature # npm

Blocks

HostMeta

HTTP Signature [WIP]

NodeInfo

Webfinger

Roadmap

FediKit currently only has a few peripheral libraries, mostly because of my limited energy.

I might consider writing some ActivityPub libraries (e.g. Actor, Activity Queues) once this project have other contributors on board.

License

Licensed under MIT.

Third Party Licenses

This project partially copies code from the following projects: