Files
awesome-blossom/README.md
hzrd149 e01d12b7a5 Add Servus
Add Servus to list of server implementations https://github.com/servuscms/servus
2024-06-10 08:16:52 -05:00

28 lines
3.0 KiB
Markdown

# awesome-blossom
A collection of tools and apps built using the blossom spec
## Core
- [Blossom spec](https://github.com/hzrd149/blossom)
## Tools
- [Blossom Drive](https://blossom.hzrd149.com/) [![GitHub Repo stars](https://img.shields.io/github/stars/hzrd149/blossom-drive)](https://github.com/hzrd149/blossom-drive) A public cloud drive built on blossom servers and nostr
- [Bouquet](https://bouquet.slidestr.net/) [![Gitea Stars](https://img.shields.io/gitea/stars/florian/bouquet?gitea_url=https%3A%2F%2Fgit.v0l.io)](https://git.v0l.io/florian/bouquet) A tool to manage your content on blossom severs (Upload, Distribution, Posting)
## Server Implementations
- [Satellite CDN](https://satellite.earth/cdn) [![GitHub Repo stars](https://img.shields.io/github/stars/lovvtide/satellite-cdn)](https://github.com/lovvtide/satellite-cdn) A blossom compatible gateway for Cloudflare R2 object storage
- [Blossom Server ts](https://github.com/hzrd149/blossom-server) [![GitHub Repo stars](https://img.shields.io/github/stars/hzrd149/blossom-server)](https://github.com/hzrd149/blossom-server) Typescript implementation of a Blossom Server
- [bun-relay](https://github.com/zapstore/bun-relay) [![GitHub Repo stars](https://img.shields.io/github/stars/zapstore/bun-relay)](https://github.com/zapstore/bun-relay) A simple nostr relay written in Javascript with a blossom server
- [void-cat-rs](https://git.v0l.io/Kieran/void-cat-rs) [![GitHub Repo stars](https://img.shields.io/gitea/stars/Kieran/void-cat-rs?gitea_url=https%3A%2F%2Fgit.v0l.io)](https://git.v0l.io/Kieran/void-cat-rs) Rust implementation of a Blossom Server that also suppprts NIP-96
- [Servus](https://github.com/servuscms/servus)![stars](https://img.shields.io/github/stars/servuscms/servus.svg?style=social) - A self-contained, single executable, CMS / blogging engine reminiscent of Jekyll which also acts as a personal Nostr relay and Blossom server. Written in Rust.
- [cf-worker-blossom-server](https://git.v0l.io/florian/cf-worker-blossom-server) [![GitHub Repo stars](https://img.shields.io/gitea/stars/florian/cf-worker-blossom-server?gitea_url=https%3A%2F%2Fgit.v0l.io)](https://git.v0l.io/florian/cf-worker-blossom-server) A blossom server writting using Cloudflare components (Workers, KV, R2)
- [Servus](https://github.com/servuscms/servus) [![GitHub Repo stars](https://img.shields.io/github/stars/servuscms/servus)](https://github.com/servuscms/servus) Servus is a CMS, personal Nostr relay and personal Blossom server fully self-contained within one executable file.
## Libraries
- [blossom-client-sdk](https://www.npmjs.com/package/blossom-client-sdk) [![GitHub Repo stars](https://img.shields.io/github/stars/hzrd149/blossom-client-sdk)](https://github.com/hzrd149/blossom-client-sdk) A javascript client for manage blobs on blossom servers
- [blossom-server-sdk](https://www.npmjs.com/package/blossom-server-sdk) [![GitHub Repo stars](https://img.shields.io/github/stars/hzrd149/blossom-server-sdk)](https://github.com/hzrd149/blossom-server-sdk) A collection of javascript classes to for building blossom servers