pablof7z / highlighter

Highlighter.com repo
https://highlighter.com
9 stars 6 forks source link
nip-29 nip-88 nostr

Highlighter

Highlighter is a tool for creators and fans to interact with each other.

Premises

Implementation

NIP-29

Highlighter relies heavily on NIP-29 for content distribution and grouping.

NIP-88

NIP-88 provides the infrastructure for recurring subscriptions

Components:

This repository is a monorepo that contains the following packages:

Running Highlighter

git clone --recursive https://github.com/pablof7z/highlighter
# Use --recursive to fetch all the git submodules!
cd highlighter
pnpm install
turbo build
cd apps/web
cp .env.example .env

Replace the placeholder values in .env with your own values. You'll need to create a private key for your creator relay identity.