# ClipForge AI - Company and Product Reference > ClipForge AI is a professional AI-powered short-form video production platform that uses Claude AI to detect viral moments, generate hook variants, predict virality, and optimize clips for social media publishing. This file is the company, product and services reference. It carries no per-post blog index on purpose: the complete blog archive, one entry per published post, lives at https://clip-forge.io/long-llms.txt and the short index lives at https://clip-forge.io/llms.txt ## What ClipForge Does ClipForge transforms long-form video content into high-performing short-form clips for TikTok, YouTube Shorts, Instagram Reels, Twitter/X, and LinkedIn. The platform handles the entire workflow from upload through publish. Primary workflow: 1. Upload a long-form video (MP4, MOV, WebM up to 2GB). 2. AI detects the highest-virality moments using Claude (Anthropic's AI). 3. Each clip receives a virality score with breakdown (hook strength, emotional peak, pacing, standalone value, trending alignment). 4. Captions are automatically generated in 5 animated styles. 5. AI Hook Writer generates 5 hooks per clip across different psychological styles. 6. Smart trim suggestions refine clip timing for maximum retention. 7. Viral forecast predicts performance across platforms with probability scores. 8. Export in platform-specific formats (9:16 vertical, 1:1, 16:9). 9. Publish directly to connected social accounts or schedule via content calendar. 10. Track performance with the analytics dashboard. ## Intended Users **Podcasters:** Extract highlight clips from long episodes, add captions, create short-form discovery content across TikTok and Shorts. **YouTubers:** Repurpose YouTube videos into Shorts, identify the moments that drive subscriptions, maintain publishing cadence without extra effort. **Social media agencies:** Manage multiple clients, batch-process videos, white-label the platform, and deliver branded clip packages at scale. **Content marketing teams:** Turn webinars, product demos, and thought leadership videos into evergreen social content. Shared workspaces, brand kits, and batch export allow teams to maintain consistent output without proportional headcount growth. **Educators and course creators:** Extract short-form discovery clips from lectures, tutorials, and live sessions to grow audience and drive course enrollment. Exports reframe talking-head content to vertical with a center crop; slide-heavy segments suit a 1:1 export. **TikTok creators:** Process long-form content into a week's worth of TikTok-ready clips with animated captions, virality scoring, and hook writer, maintaining the 3-5x/week posting frequency TikTok's algorithm rewards. **Solo creators and influencers:** Maximize the value of each video without spending hours in a traditional editor. ## AI Features (Powered by Claude AI) ### AI Clip Detection Claude analyzes the full video transcript and identifies segments with the highest viral potential. Each clip is scored on five dimensions: hook strength, emotional peak, pacing, standalone value, and trending alignment. ### AI Hook Writer For each clip, Claude generates 5 alternative hook texts using different psychological patterns: - **Curiosity hooks**: Create a knowledge gap ("You won't believe what...") - **Shock hooks**: Lead with a surprising fact or statement - **Story hooks**: Open with a narrative moment ("I was at...") - **Humor hooks**: Use irony, self-deprecation, or absurdity - **Authority hooks**: Establish credibility ("After 10 years of...") - **Relatable hooks**: Tap into universal experiences Each hook variant includes the target platforms and an explanation of why it works. ### Viral Forecast Claude analyzes the clip transcript and predicts viral probability for each social platform, estimates expected views, and recommends the optimal cross-posting strategy. Results are stored and tracked over time for learning. ### Smart Trim Suggestions Claude recommends micro-adjustments to clip start/end times: trim dead air from the start, extend to include a better ending, or suggest splitting a long clip into two higher-performing clips. ### AI Thumbnail Suggestions Claude reads the clip's transcript and timing and proposes four thumbnail moments, each with a confidence score, a reason, and a suggested text overlay. It does not look at the pixels: no frame is sent to a model, and nothing measures facial expression, composition or brightness. Extracting the frame itself needs FFmpeg, which Cloudflare Workers do not provide, so the returned frame images are placeholders until extraction moves into the render container. ## AI Models, Providers & BYOK ClipForge runs every AI feature through a unified server-side AI gateway with a provider-agnostic interface, a per-feature model registry, encrypted key resolution, a usage ledger, and normalized error handling. Included AI usage: Every plan includes a generous monthly AI allowance metered in estimated cost (credits), Free $0.50, Creator $5, Pro $20, Agency $50 per month. The allowance covers Claude-, OpenAI-, and Gemini-powered features (clip detection, viral analysis, hook writer, trim suggestions, thumbnails, viral forecast, translations, transcription) plus AI image generation. Bring Your Own Key (BYOK): Power users can connect their own API key for any supported provider to unlock unlimited usage and model choice: - Anthropic (Claude), bring your own Claude key - OpenAI, bring your own GPT/Whisper key - Google Gemini, Gemini text, embeddings, and image generation (also platform-funded, included with your plan) - OpenRouter, a single key unlocks hundreds of models across providers - HuggingFace, open-source and hosted models via the HF inference router - Replicate, image and video generation models (e.g. MiniMax), billed to your Replicate account - fal, fast image and video generation models (e.g. FLUX, MiniMax Hailuo-02), billed to your fal account When a user sets a provider as their active key, ClipForge routes generation through that provider and model; until then the included allowance is used first, then BYOK continues seamlessly once the allowance is exhausted. Keys are AES-256-GCM encrypted at rest, never exposed to the browser or logs, and can be tested or removed at any time from the dashboard Settings (AI & API Keys tab). AI media generation (image & video): ClipForge generates images and videos from a text prompt through the same gateway. Image generation is powered by Google Gemini and is included with your plan (metered against your monthly allowance), ideal for generating thumbnails and visuals directly from a description. Video generation, plus premium/alternative image models, runs on your own Replicate or fal API key (BYOK), so you control the model and pay the provider directly. Generation is asynchronous and job-based: you submit a prompt, ClipForge creates a job and runs it (synchronously for Gemini, or via a secure signed provider webhook for Replicate/fal), stores the finished artifact in private object storage, and notifies you in real time the moment it is ready to view and download. A dedicated Media studio (Dashboard -> Media) offers image and video tabs plus a gallery of everything you have generated, and the flagship thumbnail workflow can generate a thumbnail image for any clip in one click. ## Product Features by Tier ### Free Plan ($0/month) - 3 projects/month - Up to 30-minute source videos - Basic clip detection (3 clips/video) - Standard caption generation - 720p export ### Creator Plan ($19/month) - 20 projects/month - Up to 2-hour source videos - Advanced clip detection (10 clips/video) - Animated caption styles (5 styles) - Viral score breakdown - AI thumbnail selector - 1080p export - Basic analytics ### Pro Plan ($49/month) - 100 projects/month - Unlimited video length - Advanced clip detection (unlimited clips) - All caption styles - AI Hook Writer - Smart trim suggestions - Viral forecast - Social publishing (TikTok, YouTube, Instagram, Twitter, LinkedIn) - Content calendar - AI Studio (content strategist + predictive intelligence) - Pro Studio (multi-track editor) - 4K export - Full analytics dashboard - Priority processing ### Agency Plan ($149/month) - Everything in Pro - Unlimited projects - White-label (custom domain and branding) - Team workspaces - Client review portals - API access - SSO (SAML) - Dedicated support - Custom integrations ## Technical Architecture - **Frontend**: Next.js 16, React 19, TypeScript, Tailwind CSS - **Backend**: Next.js API routes deployed on Cloudflare Workers via OpenNext - **Database**: Supabase (PostgreSQL) with Row Level Security - **Auth**: Supabase Auth (email/password, Google OAuth) - **AI**: Anthropic Claude API (claude-sonnet-4-6 for clip detection/analysis, claude-haiku-4-5 for forecasting) - **Payments**: Stripe (subscriptions, usage-based billing) - **Email**: Resend - **Storage**: Supabase Storage - **CDN/Edge**: Cloudflare Workers with smart placement - **Realtime**: Supabase Realtime subscriptions ## Public URLs - Homepage: https://clip-forge.io/ - Pricing: https://clip-forge.io/pricing - Live demo: https://clip-forge.io/demo - Blog: https://clip-forge.io/blog - Compare (index): https://clip-forge.io/compare - Compare, ClipForge vs OpusClip: https://clip-forge.io/compare/clipforge-vs-opus-clip - Compare, ClipForge vs Vizard: https://clip-forge.io/compare/clipforge-vs-vizard - Compare, ClipForge vs Descript: https://clip-forge.io/compare/clipforge-vs-descript - Compare, ClipForge vs VEED: https://clip-forge.io/compare/clipforge-vs-veed - Compare, ClipForge vs Munch: https://clip-forge.io/compare/clipforge-vs-munch - Compare, ClipForge vs Captions.ai: https://clip-forge.io/compare/clipforge-vs-captions-ai - Solutions (Podcasters): https://clip-forge.io/solutions/podcasters - Solutions (YouTubers): https://clip-forge.io/solutions/youtubers - Solutions (Agencies): https://clip-forge.io/solutions/agencies - Solutions (TikTok Creators): https://clip-forge.io/solutions/tiktok-creators - Solutions (Content Teams): https://clip-forge.io/solutions/content-teams - Solutions (Educators): https://clip-forge.io/solutions/educators - Creator Partner Program (Affiliates): https://clip-forge.io/affiliates - Launch record: https://clip-forge.io/launch - Privacy Policy: https://clip-forge.io/privacy - Terms of Service: https://clip-forge.io/terms ## Launch Record URL: https://clip-forge.io/launch ClipForge AI launched on Product Hunt in April 2026 (https://www.producthunt.com/products/clipforge-ai). The launch is over: there is no waitlist, no countdown and no launch-week offer. The page records the launch, quotes the founder's rationale for building ClipForge, and lists what the free plan includes, read from the same plan table /pricing renders. The free plan needs no credit card. ## Creator Partner Program (Affiliates) URL: https://clip-forge.io/affiliates ClipForge runs a two-tier referral program designed for creators, agencies, and consultants who want to monetize the tool they already use. - **Customer Referral:** 1 free ClipForge month for each paid referral. Referee gets 20% off their first 3 months. 30-day attribution window, unique tracking link per account, real-time dashboard, automated credit delivery. - **Creator Partner (Pro tier):** 25% recurring commission on every paid referral for the lifetime of the subscription. No cap, no expiry. 90-day cookie window, monthly payouts via Stripe/PayPal, custom promo codes, co-marketing opportunities. Partners access their dashboard, tracking links, promotional assets, and payout history at https://clip-forge.io/dashboard/affiliate. Program is open to anyone, no follower minimums, no application approval queue. ## SEO and Crawl Signals - Sitemap: https://clip-forge.io/sitemap.xml - RSS Feed: https://clip-forge.io/rss.xml - Robots: https://clip-forge.io/robots.txt - Short index: https://clip-forge.io/llms.txt - Company and product reference (this file): https://clip-forge.io/llms-full.txt - Complete blog archive: https://clip-forge.io/long-llms.txt - Machine-readable pricing: https://clip-forge.io/pricing.md ## Publisher - Company: Strategia-X - Main website: https://www.strategia-x.com - Support: support@strategia-x.com ## Competitive Positioning ClipForge competes with tools like Opus Clip, Vidyo.ai, Descript, Munch, and Captions.ai. Differentiators include: - Deeper AI integration (Claude for hook writing, viral forecasting, trim suggestions) - Professional Pro Studio with Premiere Pro-style timeline editing - White-label capability for agencies - Virality score with actionable breakdown (not just a number) - Persistent learning across forecasts to improve predictions over time ## Competitor Comparison Pages ClipForge publishes detailed, feature-by-feature comparison pages against each major competitor. There are six as of August 2026. Every comparison page includes: an honest verdict, a 12 to 14 row feature comparison table marking which tool wins each capability, a pricing tier comparison carrying the date the competitor's pricing was last verified against that vendor's own pricing page, "why creators switch" reasons, four deep-dive feature walkthrough sections of roughly three paragraphs each, three real-world pricing scenarios with monthly cost arithmetic, a verdict-by-audience matrix across five user types recommending ClipForge, the competitor, or "either" with rationale, a step-by-step migration guide, a 6 to 7 question FAQ section also emitted as FAQPage JSON-LD, and a related-reading section linking the other five comparisons. Measured from the built HTML on 2026-08-22, each page renders between 3,000 and 4,200 words. Three of these pages name scenarios in which the competitor is the better purchase, and mark competitor wins in the feature table. That is deliberate: a comparison whose every row favours the vendor hosting it carries no information. - **ClipForge AI vs OpusClip**, https://clip-forge.io/compare/clipforge-vs-opus-clip ClipForge wins 7 of 14 compared features; OpusClip wins 7. The decisive difference is the usage meter, not a feature. OpusClip charges 1 credit per minute of source video imported, so a 90-minute podcast costs 90 credits regardless of how many clips result. ClipForge charges per project regardless of source length. That gives an exact break-even: ClipForge Creator at 20 projects against OpusClip Starter at 150 credits breaks even at a 7.5-minute average source; ClipForge Pro at 100 projects against OpusClip Pro at roughly 300 credits a month breaks even at 3 minutes. Both tools ship virality scoring, so that is not a differentiator, and OpusClip reaches it more cheaply at $15 against $19. OpusClip is ahead on AI B-roll, video dubbing, speech enhancement, export to Adobe Premiere Pro and DaVinci Resolve, a published API with an MCP connector, 10 to 30 GB uploads against ClipForge's 2 GB, and export above 1080p, which ClipForge does not offer at any tier. ClipForge is ahead on the meter for long sources, no export or storage expiry, LinkedIn and X publishing, bring-your-own model keys, and white-label output with per-client workspaces at a published $149/mo. Pricing (verified 2026-08-22 against opus.pro/pricing): OpusClip Free $0 with 60 credits/mo, Starter $15/mo monthly-only with 150 credits, Pro $29/mo or $174/yr which is $14.50/mo with 3,600 credits/yr, Business quoted. OpusClip Pro on annual billing is the cheapest paid plan either company sells. Verdict: OpusClip for short sources and for anyone needing B-roll, dubbing or 4K; ClipForge for podcasts, webinars and agency client work. - **ClipForge AI vs Vizard**, https://clip-forge.io/compare/clipforge-vs-vizard ClipForge wins 6 of 12 compared features; Vizard wins 6. Same meter question as OpusClip, different crossover. Vizard charges 1 credit per minute of uploaded video with 600 credits a month included on Creator; ClipForge Creator gives 20 projects. Those are equal at an average source length of exactly 30 minutes, so the cheaper tool flips at that point. Vizard also ships virality scoring, and adds a threshold feature ClipForge does not match: you can set a minimum viral score a clip must clear before auto-posting publishes it. Vizard is ahead on 4K export, 30 GB uploads against ClipForge's 2 GB, 20 connected social accounts on Business, extra seats at $5/mo each, and unlimited storage on Business. ClipForge is ahead on the meter for long sources, the AI Hook Writer's 5 labelled variants per clip, the cross-platform viral forecast, bring-your-own model keys, persistence with no storage expiry, and white-label output with a workspace per client. Pricing (verified 2026-08-22 against vizard.ai/pricing): Vizard Free $0 with 60 credits/mo, 720p, 10-minute export cap and storage cleared after 3 days; Creator $29/mo or $14.50/mo billed yearly at $174; Business $39/mo or $19.50/mo billed yearly at $234 with seats at $5/mo. The annual rates are a standing 50 percent promotion. Verdict: Vizard for many short videos and for small single-brand teams, where it is cheaper and exports higher; ClipForge for long-form sources and for agencies delivering under client branding, which Vizard does not support at any tier. - **ClipForge AI vs VEED**, https://clip-forge.io/compare/clipforge-vs-veed ClipForge wins 7 of 12 compared features; VEED wins 5. These are adjacent products rather than substitutes. VEED is a general AI video creation suite: AI avatars, text-to-video, image-to-video, voice cloning, text to speech, lip sync, AI dubbing into 50-plus languages, a screen recorder, a teleprompter, branded video hosting with embeds and analytics, and clipping as one tool among dozens. ClipForge is a repurposing pipeline only. VEED has no virality scoring and no hook writer at any tier, and its Clips feature is trial-only on the free plan. ClipForge cannot generate footage, translate, or dub. An important correction to a common misreading: VEED credits meter generative AI at roughly 4 credits per generated video and do NOT cap clipping, editing or subtitling, so nothing in VEED limits how many source videos you clip; credits do not carry over between cycles. The other structural difference is commercial. VEED is priced per user and caps editors at 3 on Creator and Pro and 5 on Studio; ClipForge is priced flat per workspace. One VEED Pro seat is $265/yr against $468 for ClipForge Pro, so a solo user pays less on VEED, but three VEED Pro seats is $795/yr against the same $468. Pricing (verified 2026-08-22 against veed.io/pricing): Free $0 with a 10-minute export cap, 720p, 2GB storage and watermark; Creator $25/user/mo or $12.25/user/mo billed yearly at $147; Pro $45/user/mo or $22.08/user/mo at $265; Studio $79/user/mo or $38.75/user/mo at $465; Enterprise quoted. Verdict: VEED if you need to create video that does not exist yet or localise it; ClipForge if you have recordings and need to know which 90 seconds to post. Many teams run both. - **ClipForge AI vs Descript**, https://clip-forge.io/compare/clipforge-vs-descript ClipForge wins 9 of 12 compared features; Descript wins 3. Descript's primary strength is full podcast/episode editing with overdub and transcript-based editing, a use case ClipForge does not target. For the short-form clip extraction workflow, ClipForge adds virality scoring, AI hook writing, animated captions (5 styles), and one-click social publishing. Both have a permanent free plan, though ClipForge Free includes full clip detection where Descript Free covers basic editing and transcription. Pricing (verified 2026-08-22): Descript has a free plan, with Hobbyist from $24/mo, Creator $35/mo and Business $65/mo; ClipForge is free with Creator from $19/mo. Verdict: use Descript for full-episode podcast editing; use ClipForge for systematic short-form clip production and distribution. - **ClipForge AI vs Munch**, https://clip-forge.io/compare/clipforge-vs-munch ClipForge wins 8 of 12 compared features; Munch wins 4. A verification pass on 2026-08-23 corrected this entry, which previously claimed a 12 of 12 sweep on the strength of two statements that were simply false: Munch ships an AI Virality Score of its own, and it inserts hooks during clip assembly, both of which this page had recorded as absent. Both tools auto-extract clips from long recordings, score them, reframe to vertical and publish direct to social, so those four rows are conceded. ClipForge is ahead on the hook variant set, five hook variants per clip with platform targeting against a single automatic insertion; five animated caption styles against standard captioning; the cross-platform viral forecast; the AI Studio strategy tools; unbranded exports with a workspace and brand kit per client; a permanent free tier; and per-project pricing rather than a repurposing-minute allowance. Munch Studio Premium is ahead on included team seats, which are unlimited, and on storage at 1 TB, neither of which ClipForge matches at any tier. Pricing (verified 2026-08-22): Munch has rebranded to Munch Studio and now sells a done-for-you social service, with Essential at $38/mo and Premium at $60/mo, a 7-day trial and no permanent free plan; ClipForge is free with Creator from $19/mo. Verdict: Munch Studio if you want the work done for you or need many seats; ClipForge if you want to run the pipeline yourself on long-form sources. - **ClipForge AI vs Captions.ai**, https://clip-forge.io/compare/clipforge-vs-captions-ai ClipForge wins 8 of 12 compared features; Captions.ai wins 4. Captions.ai is a focused, well-executed captioning product, and the auto-caption row is conceded to it: its style library is deeper and its animation engine more polished. The vertical reframing row is conceded too: ClipForge applies a fixed center crop, which does no more than Captions.ai's crop tools beyond saving the manual step. ClipForge includes comparable captioning quality with 5 animated styles (Captions.ai wins on caption animation polish specifically) and wraps it inside a complete short-form production system: AI clip detection from raw footage, virality scoring, hook writing, viral forecast, and social publishing. Key distinction: Captions.ai requires clips to be pre-identified and cut; ClipForge analyzes raw recordings and surfaces the top clips automatically. Pricing (verified 2026-08-22): Captions.ai has a free tier with Max from $24.99/mo, rising to $279.99/mo at Scale 4x (iOS plans); ClipForge Creator is $19/mo for the full workflow including captions, AI clip detection, virality scoring, and hook writer, so ClipForge is the cheaper of the two at the entry paid tier.