Skip to content

zmeyer44/flare

Repository files navigation

Flare

Flare is a nostr video sharing client. Users can post kind 34235 events on Flare or any other compatable nostr client to view, like, zap, or comment on.

Features

  • Kind 35235 Video events support
  • Kind 35237 Video views support
  • 30005 Video playlists creation and viewing
  • Commenting, reactions, and zapping
  • View profiles, add to contact list
  • Customize your profile
  • Purchase upload credits and upload directly via Flare
  • Use existing video url to kind 1063 event to create a kind 34235 video event
  • NIP 07 Login support
  • NIP 46 Bunker login support
  • NIP 05 Support

Learn More

To learn more about Nostr, take a look at the following resources:

Run Flare Locally

First, install all dependencies:

bun install

Next, start the development server:

bun run dev

Open http://localhost:3000 with your browser to see the result.

Prisma commands

dotenv -e .env.development.local -- npx prisma db push

Releases

No releases published

Packages

No packages published

Languages