Skip to content
@vargHQ

varg.ai

Agent-native generative media platform
varg

AI-native video creation for agents and growth teams.


Quick Start

npm i vargai ai && vargai init
import { Render, Clip, Image, Video, render } from "vargai/react";
import { varg } from "vargai/ai";

const video = (
  <Render width={720} height={720}>
    <Clip duration={3}>
      <Video
        prompt={{
          text: "robot waves hello, friendly gesture",
          images: [
            Image({
              prompt: "a friendly robot waving hello, cartoon style",
              model: varg.imageModel("flux-schnell"),
            }),
          ],
        }}
        model={varg.videoModel("wan-2.5")}
      />
    </Clip>
  </Render>
);

await render(video, { output: "hello.mp4" });

Installing skills

# 1. Install the varg skill
npx skills add vargHQ/skills

# 2. Set your API key (get one free at app.varg.ai)
export VARG_API_KEY=varg_live_xxx

# 3. Create your first video
claude "create a 10-second product video
  for white sneakers, 9:16, UGC style,
  with captions and background music"

# That's it. Agent writes JSX, picks models,
# renders in cloud, returns video URL.

Core

  • sdk — TypeScript SDK with JSX video composition, CLI, and AI provider integrations
  • app — Claude Code for Video Ads. Web dashboard with auth, billing, and AI chat agent
  • skills - AI agent skills for video, image, speech & music generation. Works with Claude Code, Cursor, Windsurf, OpenCode, OpenClaw
  • seedance 2.0 tutorial - Build a cinematic sizzle reel with Seedance 2.0 AI video generation + Remotion
  • docs — Documentation
  • docs repo -- Documentation repo

Templates & Skills

  • templates — Remotion-based video templates (talking head, slideshow, product showcase)
  • skills — Agent Skills for AI media generation (Claude Code, Cursor, OpenCode)

Questions? Discord

P.S. Best contributors get swag from varg.ai :)

Popular repositories Loading

  1. sdk sdk Public

    AI video generation SDK — JSX for videos. One API for Kling, Flux, ElevenLabs, Sora. Built on Vercel AI SDK.

    TypeScript 252 15

  2. skills skills Public

    AI agent skills for video, image, speech & music generation. Works with Claude Code, Cursor, Windsurf, OpenCode, ClawHub.

    TypeScript 16 2

  3. seedance-sizzle-tutorial seedance-sizzle-tutorial Public

    Tutorial: Build a cinematic sizzle reel with Seedance 2.0 AI video generation + Remotion

    TypeScript 1

  4. cli-roadmap cli-roadmap Public

  5. .github .github Public

  6. docs docs Public

    MDX

Repositories

Showing 8 of 8 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…