ReelifyDocs
  • Quickstart
  • SDKs
  • Authentication
  • Data Sources
  • API Reference
  • Guides
  • Quickstart
    • Node.js Quickstart
    • React Quickstart
  • SDKs
    • Node.js SDK
      • Client Configuration
      • Sessions
      • Feed
      • Events
      • Engagement
      • API Keys
      • Error Handling
    • React SDK
      • ReelifyProvider
      • ReelifyFeed
      • ReelifyStories
      • VideoCard
      • Hooks
      • Theming
      • Adaptive Streaming
  • Authentication
    • API Keys
    • Scopes and Permissions
    • Publishable vs Secret Keys
    • Key Management
    • Threat Model
  • Data Sources
    • AWS S3
    • Google Cloud Storage
    • Azure Blob Storage
    • S3-Compatible Storage
    • HTTP
    • YouTube Video
    • YouTube Channel
  • API Reference
    • Sessions
    • Feed
    • Engagement
    • Analytics
    • Content
    • Auth
  • Guides
    • Embed a Feed in React
    • Server-Side Integration
    • Webhooks
    • Rate Limiting
    • RBAC

Reelify Developer Documentation

Everything you need to integrate video intelligence into your application.

Get Started →

SDKs

Node.js Stable

Server-side SDK for session management, feeds, analytics, and key management.

React Stable

Drop-in components, hooks, and providers for video feeds in React apps.

Go Coming Soon

Native Go client with gRPC and REST transport.

Rust Coming Soon

Async-first Rust client for high-performance backends.

Python Coming Soon

Pythonic client with sync and async interfaces.

Swift Coming Soon

Native iOS/macOS client with SwiftUI support.

Dart Coming Soon

Flutter-ready SDK with offline support.

Kit (Svelte) Coming Soon

Svelte components and stores for SvelteKit apps.

Quick Links

Quickstart

Get your first video feed running in 5 minutes.

Authentication

API keys, scopes, and security best practices.

Data Sources

Connect S3, GCS, YouTube, and more.

API Reference

Complete REST API documentation.

Get Started in 30 Seconds

npm install @reelify/sdk @reelify/sdk-react
import { ReelifyProvider, ReelifyFeed } from '@reelify/sdk-react';

function App() {
  return (
    <ReelifyProvider
      apiKey="pk_test_your_publishable_key"
      baseUrl="https://api.reelify.dev"
    >
      <div style={{ height: '100vh' }}>
        <ReelifyFeed />
      </div>
    </ReelifyProvider>
  );
}
© 2026 Reelify. All rights reserved.
  • GitHub
  • Dashboard
  • Privacy
  • Terms