Skip to content

Latest commit

 

History

3,777 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MaxVideoAI white monogram on a dark rounded square

MaxVideoAI

Compare AI video models. Know the price. Create in one workspace.

MaxVideoAI is a multi-model AI video production platform for turning a brief into finished, reusable work. Explore real examples, compare current engines side by side, review model capabilities and pricing, prepare characters and shots with production tools, generate video, image, or audio, and keep outputs and references together in the MaxVideoAI Library.

Plan a video with MaxVideoAI · Compare current models · Connect MaxVideoAI to your assistant or automation

Plugin repository · Plugin releases

Cinematic MaxVideoAI production direction with a professional camera and five distinct visual worlds

What does the MaxVideoAI workspace bring together?

MaxVideoAI brings model choice, prompts, references, settings, live pricing, previews, results, and next-shot context into one production workspace. That workspace is the main product; the GitHub plugin extends the same production path to Claude, ChatGPT, Codex, OpenClaw, and a bounded self-hosted n8n workflow later in this page.

Public MaxVideoAI home page with a colorful MiniMax H3 Max film preview and pay-as-you-go creation actions

The current public production experience, captured from production on September 16, 2026.

What can you make with MaxVideoAI?

Use MaxVideoAI to develop a single shot, animate an image, build a multi-shot sequence, create supporting images or audio, and continue from earlier work. The workspace keeps model selection, prompts, references, settings, price, previews, results, and the Library in one production path instead of scattering them across provider tabs.

MaxVideoAI examples gallery showing colorful Seedance cinematic and animated AI video stories

Every public example opens into its prompt, settings, model, duration, and recorded render cost. Browse the AI video examples gallery, then recreate a useful starting point in your own workspace.

Production goal Start here
Find a visual direction Preview varied examples and inspect the prompt and settings behind them.
Build with references Choose a workflow that supports the image, video, or audio material you want to use.
Plan several shots Keep one brief visible while comparing a consistent route with an intentional model mix.
Continue finished work Recover outputs and reusable media from the MaxVideoAI Library.

How do you compare current AI video models?

MaxVideoAI compares AI video engines by workflow, supported inputs, duration, resolution, audio, pricing, strengths, and a documented editorial score. The side-by-side hub is designed for an actual production decision: choose two engines, inspect the trade-offs, open the detailed matchup, and move to the model that fits the shot.

MaxVideoAI comparison page showing MiniMax H3 and Seedance 2.5 scores, strengths, and colorful video examples

The broader model directory adds recommended starting points and routes for video, image, audio, and preparation work.

MaxVideoAI model directory with colorful MiniMax and Kling examples beside current model discovery actions

Model families such as Sora, Veo, Kling, Seedance, LTX, MiniMax, Wan, Happy Horse, Gemini Omni, and Pika are examples rather than a frozen catalogue. Use the live directory for current availability and pricing.

How do project pricing and approval work?

MaxVideoAI is pay as you go. The pricing surface compares common scenarios across video, image, audio, and production tools, while the workspace shows the live price for the selected request before launch. In the assistant workflow, a concrete request becomes an exact quote and one explicit approval authorizes one paid attempt.

MaxVideoAI pricing page with three current video starting points and navigation across video, image, audio, and tools

  1. Choose the model, mode, duration, resolution, and supported extras.
  2. Compare the current AI video pricing.
  3. Review the live workspace price or assistant quote.
  4. Launch from the web app, or explicitly approve one prepared assistant attempt.

What can you prepare before generation?

The public production toolbox brings repeatable preparation and finishing work into the same product path. Build a consistent character sheet, explore camera angles, refine or remove an image background, and finish a video without pretending that every useful step needs a new generation model.

MaxVideoAI tools page showing a colorful character sheet, camera-angle work, image refinement, and video finishing options

Tool availability and price still come from the live product. The exact input, output, and billing boundary is shown before a tool runs.

How do references and continuity work?

Supported workflows can use image, video, or audio references for composition, subject, motion, timing, or sound direction. The selected model and mode determine the accepted reference roles and limits. Finished results and reusable assets remain in the connected MaxVideoAI Library, ready for the next shot or another production route.

Public MaxVideoAI MCP page showing a finished colorful video in Claude with confirmation that it was saved to the connected Library

Open the Library to browse saved media and continue where the production stopped.

Which assistants, agents and automations can use MaxVideoAI?

MaxVideoAI exposes one remote MCP production service through five public paths: Claude, ChatGPT, Codex, OpenClaw, and a tested self-hosted n8n workflow. A connected assistant or automation can help shape the brief, compare current model options, calculate project budgets, prepare an exact quote, wait for explicit approval, and recover the accepted result in the same MaxVideoAI account.

Public MaxVideoAI MCP integration grid for Claude, ChatGPT, Codex, OpenClaw, and n8n on a light background

Claude setup · ChatGPT setup · Codex setup · OpenClaw setup · n8n setup · MCP technical reference · Public plugin source

OpenClaw is tested with limits and has a listed ClawHub skill. n8n is tested on self-hosted n8n through a manual setup of the deterministic MCP Client workflow; n8n Cloud and MCP Client Tool agent invocation are not claimed. Cursor, GitHub Copilot, Gemini CLI, and Microsoft Copilot remain in preparation and do not yet have public setup paths.

Brief → compare models → budget shots → prepare exact quote → approve one attempt → recover result

The focused plugin repository carries tagged, checksum-backed releases. Use its release page for the current installable package; this product repository remains the authored source of the application and plugin bundle.

How is MaxVideoAI built?

This repository contains the production application, its public marketing and comparison surfaces, provider orchestration, billing controls, media workflows, model registry, remote MCP server, and the distributable MaxVideoAI plugin package.

flowchart LR
  B[Creative brief] --> W[Next.js workspace]
  B --> A[Assistant, agent or automation]
  A --> M[Remote MCP + OAuth]
  M --> W
  W --> C[Capability-driven model catalogue]
  W --> P[Server-owned provider orchestration]
  P --> J[Jobs, billing and refunds]
  J --> L[Private media Library]
  L --> W
Loading
Layer Technology and ownership
Web product Next.js App Router, React, TypeScript, Tailwind CSS
Authentication Supabase Auth
Application data Neon Postgres
Media storage Amazon S3
Billing Stripe and server-owned price/approval controls
Model execution Capability-driven registry plus provider adapters owned by the server
Assistant integration Remote Streamable HTTP MCP, OAuth, checked-in Claude/Codex manifests and skills, plus documented OpenClaw and n8n paths
Quality Node test contracts, Playwright browser checks, lint, typecheck, exposure and asset gates
Repository area Responsibility
frontend/app Routes, layouts, metadata, APIs, and route orchestration
frontend/components Shared product and marketing UI
frontend/lib Browser-safe product, pricing, routing, and SEO logic
frontend/server and frontend/src/server Server orchestration, providers, jobs, billing, and MCP
frontend/config/model-registry.json Authored model identity and publication policy
plugins/maxvideoai Public plugin package, skills, host guides, examples, and release assets
neon/migrations Application database migrations

Read the project structure, model registry workflow, MCP mode coverage, and private reference-import boundaries before changing those contracts.

Local development

The contributor path uses Node.js 22 and the repository-pinned pnpm version:

pnpm install
cp frontend/.env.local.example frontend/.env.local
pnpm dev

Focused validation for public GitHub and plugin work:

pnpm github:content:check
pnpm github:assets:check
pnpm github:score -- --require-after
npm run lint:exposure
git diff --check

Read local development for the frontend, contract server, Docker, migrations, model onboarding, scheduled jobs, and validation commands. The environment reference documents variables, health endpoints, and the Supabase/Neon/S3 ownership boundary.

Before an architecture or model-policy change, start with AGENTS.md, the LLM working guide, and the closest area-specific instructions.

Contributing, security, and license

Small, reviewable contributions are welcome when they preserve public URLs, the authored model registry, server/client boundaries, private-media handling, and the evidence contracts that keep public claims accurate.

Need Start here
Propose or implement a change CONTRIBUTING.md
Report a vulnerability privately Email security@maxvideoai.com; do not open a public issue.
Ask for product or repository help Contact MaxVideoAI
Review public/private boundaries docs/public-vs-private.md

The repository uses the Business Source License 1.1, with its terms and change date defined in the license file. Commercial deployments require a separate licence; see the dual-license guide, email licensing@maxvideo.ai, and review NOTICE.

Last reviewed: 2026-09-16.

About

Pay-as-you-go AI video generation and model comparison, with MCP workflows for compatible assistants.

Topics

Resources

Contributing

Stars

36 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages