Welcome Home.
Divine is bringing back the six-second videos that shaped internet culture — on a new protocol where creators own what they make and everyone has more say over their feeds. It's your playground for human creativity and connection, in all its weird, wonderful, technicolor glory.
We've brought 2.1 million Vines back to life from the original archives, and we're building the place where the next ones get made. No algorithms deciding what you see. No AI slop. Just quick bursts of real human creativity.
- No slop. All human. Our systems are designed to catch and remove machine-generated content, and our community flags what slips through. We might not catch it all, but we're committed to keeping Divine as human-only as possible.
- Own what you make. Choose what you see. Divine is built on Nostr, a decentralized social protocol. Your identity, your content, and your followers are yours — they work across the whole Nostr ecosystem, not just our apps.
- Joy scrolling > doom scrolling. Feeds shaped by your curiosity, not an ad-driven black box. We're building "choose your experience" algorithms so your feed works for you.
- Community-built. Everything here is open source. We're a band of thoughtful rascals building this with and for the community — and we'd love your help.
Everything below is open source and open to contributions.
| Repository | Stack | Description |
|---|---|---|
| divine-web | React + TypeScript + Vite | The Divine web app at divine.video |
| divine-mobile | Flutter | Native iOS and Android apps |
| divine-space | React + TypeScript + Vite | MySpace-inspired video social network on Nostr |
| divine-relay-manager | React + TypeScript + Vite | Nostr relay management dashboard |
| Repository | Stack | Description |
|---|---|---|
| keycast | Rust / Axum | OAuth 2.0 + NIP-46 remote signing + UCAN tokens (login.divine.video) |
| divine-login | TypeScript | OAuth client for Keycast authentication and Nostr signing |
| divine-signer | — | Nostr event signing service |
| divine-blossom | Rust / Fastly Compute | Content-addressed media storage via the Blossom protocol (media.divine.video) |
| divine-upload-server | — | Resumable upload data plane for Divine's Blossom storage |
| divine-relay-sync | Rust | Sync Nostr events between relays using NIP-77 negentropy |
| divine-push-service | — | Push notifications for the mobile app |
| divine-badges | Cloudflare Worker + D1 | Diviner of the Day/Week/Month — automated NIP-58 creator badges |
| divine-crosposter | Cloudflare Worker | Opt-in crossposting of Divine videos to other platforms |
| divine-clips | — | Clipping marketplace for distributing Divine videos across social platforms |
| Repository | Stack | Description |
|---|---|---|
| divine-moderation-service | Cloudflare Worker | Human-in-the-loop content moderation — NSFW, violence, AI-generated, and deepfake detection |
| divine-moderation-api | Cloudflare Worker | Public API for content moderation — queue producer + status checker |
| divine-realness | — | Multi-provider deepfake detection for Nostr video events |
| osprey | Rust | High-performance safety rules engine for real-time event processing |
| coop | — | Online safety dashboard — queues, routing, and enforcement rules |
| social-media-age-rules-db | — | Global social media age regulations database |
| Repository | Stack | Description |
|---|---|---|
| divine-router | Rust / Fastly Compute | Edge router for divine.video subdomains |
| divine-name-server | Cloudflare Worker | NIP-05 name server |
| divine-name-sync | — | NIP-05 name synchronization |
| divine-rest-gateway | Cloudflare Worker | REST API caching proxy for Nostr |
| divine-identify-verification-service | Cloudflare Worker | Identity and verification service |
| divine-sky | — | Divine sky services |
| divine-github-actions | GitHub Actions | Reusable CI/CD workflows for Divine repositories |
| Repository | Stack | Description |
|---|---|---|
| keycast_flutter_demo | Flutter / Dart | Keycast Flutter library and demo app for OAuth + PKCE + BYOK Nostr signing |
| c2pa-flutter | Flutter / Dart | Flutter wrapper for the official C2PA mobile SDKs |
| c2pa-rs | Rust | Fork of the C2PA Rust SDK for content provenance and authenticity |
| media-kit | Flutter / Dart | Fork of the cross-platform video & audio player for Flutter |
| Repository | Description |
|---|---|
| brand-guidelines | Divine brand DNA, tone of voice, and visual identity |
Nostr (Notes and Other Stuff Transmitted by Relays) is a simple, open protocol for decentralized social networking. Here's how Divine uses it:
-
Identity: You have a cryptographic keypair. Your public key is your identity, and you sign all your content with your private key. No email, no phone number, no company owns your account.
-
Content: Videos are published as Nostr events (kind 34236) containing metadata and links to the actual video files. These events are signed and can be verified by anyone.
-
Social Graph: Follows, likes, reposts, and comments are all Nostr events. Your social connections aren't locked into Divine — they work across the entire Nostr ecosystem.
-
Relays: Content is stored on relays — servers that accept and serve Nostr events. You can use any relay, run your own, or use multiple for redundancy.
Blossom is a protocol for decentralized media storage that complements Nostr. Since Nostr events are lightweight (just JSON), large files like videos are stored separately:
- Videos are uploaded to Blossom servers and addressed by their SHA-256 hash
- The hash is included in the Nostr event, linking the metadata to the media
- Multiple Blossom servers can host the same file, providing redundancy
- Anyone can verify file integrity by checking the hash
This separation keeps Nostr relays fast while enabling rich media content.
Divine integrates C2PA (Coalition for Content Provenance and Authenticity) to verify where media comes from — one of the tools we use to detect AI-generated and manipulated content and keep the playground human.
Keycast provides OAuth 2.0 authentication with NIP-46 remote signing, so you can log in and sign Nostr events without ever exposing your private keys. It issues UCAN tokens for cross-service authorization.
We're building this together, and we'd love your help — bug fixes, features, docs, or just telling us what's broken.
- Find an issue — Check the issues tab in any repository, or open a new one
- Fork & clone — Fork the repo and clone it locally
- Create a branch — Make your changes in a feature branch
- Submit a PR — Open a pull request with a clear description
divine-web:
git clone https://github.com/divinevideo/divine-web
cd divine-web
npm install
npm run devdivine-mobile:
git clone https://github.com/divinevideo/divine-mobile
cd divine-mobile
flutter pub get
flutter runRust services (keycast, divine-blossom, etc.):
git clone https://github.com/divinevideo/<repo-name>
cd <repo-name>
cargo build- Nostr: Follow us on Nostr for updates
- Web: divine.video
All Divine repositories are open source. Check individual repositories for specific license information.
Creative power belongs in human hands. Divine is part of the broader movement to build a more open, decentralized internet — we believe social media should be a protocol, not a platform.