Skip to main content
Everything is Apache 2.0 and self-hostable. The hosted platform at api.oanim.dev provides managed infrastructure so you don’t have to run your own.

Platform services

Console

Web dashboard at oanim.dev for generating media, managing API keys, tracking usage, and purchasing credits.

Media Gateway

Multi-provider AI image generation. Currently backed by fal.ai with Runway and other providers planned. Handles routing, cost metering, and usage tracking.

Cloud Rendering

oanim render --cloud sends your composition to hosted infrastructure (Remotion Lambda) and streams back the rendered MP4. No local Chromium or ffmpeg needed.

Authentication

Browser-based OAuth via oanim login. API keys (prefixed anim_) for CI/CD and programmatic access.

Usage & Billing

Pay-as-you-go credits with per-operation cost tracking. New accounts start with 5.00incredits.PurchasemoreviaStripewitha105.00 in credits. Purchase more via Stripe with a 10% bonus on purchases over 50.

How it connects

Authentication chain

Credentials resolve in this order:
  1. ANIMATE_API_KEY environment variable
  2. ~/.oanim/credentials.yaml (saved by oanim login)
  3. Direct provider key (ANIMATE_FAL_KEY) — bypasses platform, goes direct to fal.ai

Rate limits

Free vs Hosted

Getting started