Features
Media Playground
Generate images, edit photos, remove backgrounds, upscale, generate video, and audio — all from the browser. Supports 30+ AI models.
API Keys
Create and manage API keys (prefixed
anim_) for programmatic access. View last-used timestamps and revoke keys instantly.Usage & Billing
Track per-model costs, daily API call breakdowns, and aggregate spending. Purchase credits via Stripe.
Templates
Browse video templates (Product Launch, Explainer, Logo Reveal, and more) with links to source code.
Getting started
- Sign in at oanim.dev with your GitHub or Google account
- Your account starts with $5.00 in free credits
- Head to the Generate page to try image and video generation
- Create an API key to use with the CLI or SDK
Agent integration
The dashboard home page includes install snippets for popular coding agents:Self-hosting
The console is a standard Next.js app. To self-host:| Variable | Description |
|---|---|
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY | Clerk publishable key |
CLERK_SECRET_KEY | Clerk secret key |
NEXT_PUBLIC_API_URL | Backend API URL (default: https://api.oanim.dev) |