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.
- 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
To learn more about Nostr, take a look at the following resources:
- Nostr NIPs Repo - learn about NIPs, the guidelines for Nostr.
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.
dotenv -e .env.development.local -- npx prisma db push