MicrocosmWorksデジタルコスモスの革新と設計
会社情報お問い合わせ
MicrocosmWorksデジタルコスモスの革新と設計

重要なITソリューションを提供します。技術、セキュリティ、信頼性のある革新的なITインフラを通じてビジネスの成長を支援することに情熱を持っています。

[email protected]
+91 7011868196
New Delhi, India

AI成長ハブ

AIハブスタートアップイノベーションエンタープライズアクセラレーター

ソリューション

すべてのソリューションウェルネス&フィットネスアプリAIビデオプラットフォームAIエージェント開発

リソース

インサイト業界ガイドユースケースブループリントアーキテクチャパターンケーススタディ

会社

私たちについてお問い合わせ私たちの仕事

サービス

デジタルコンサルティングクラウドインフラストラクチャSaaS開発AI開発ビデオ技術
ERP開発ZohoカスタマイズOdoo開発Salesforce統合カスタムCRM開発
QuickBooks統合IoTソリューションブロックチェーン開発
サイバーセキュリティコンサルティングITサポート - L3

© 2026 MicrocosmWorks. 無断複写・転載を禁じます。

プライバシーポリシー利用規約
プロジェクト一覧に戻る
SaaS Development
Live
Web

Adstacker: AI Video Ad Generator

An AI-powered SaaS that transforms a single video upload into hundreds of branded ad variations — coordinated across a Next.js Web App, an Admin Dashboard, a NestJS API, a Remotion render service, and a BullMQ generation worker. Drives automated combination generation, GPU-accelerated rendering, multi-style subtitles, real-time WebSocket progress, and Stripe-powered subscription billing.

他のプロジェクトを見る
17+
Technologies
11+
Key Features
Web
Platform
Adstacker: AI Video Ad Generator

主な機能

AI combination engine generating all Hook x Body x CTA permutations6 animation types — fade, slide-up/down, scale, typewriter, bounce6 subtitle styles — Hormozi, MrBeast, GaryVee, Abdal, TikTok Viral, Clean CorporateAll 4 aspect ratios — 9:16, 16:9, 1:1, 4:5GPU-accelerated Remotion + FFmpeg renderingBullMQ async job queue with concurrency control

開発ハイライト

Full NestJS backend architecture with Mongoose and modular CRUDCombination engine with Cartesian product generationRemotion video composition engine with 6 animation typesBullMQ generation pipeline with concurrency controlReal-time WebSocket progress trackingStripe subscription lifecycle with webhook-driven creditsMongoDB aggregation analytics for admin dashboard

技術スタック

Next.jsReactTypeScriptTailwind CSSshadcn/uiNestJS 11MongooseMongoDBRedisBullMQRemotionFFmpegAWS S3WebSocketStripe

私たちの貢献

Backend Architecture

Architected the full NestJS backend from scratch — Mongoose schemas, modular CRUD APIs, DTO validation, and the mapping layer translating frontend flat arrays into backend embedded documents.

Combination Engine

Built the combination calculator engine that enumerates all valid Hook x Body x CTA x Subtitle permutations and enqueues each as an independent BullMQ job.

Video Rendering Pipeline

Developed the Remotion compositions (VideoComposition, HookOverlay, BodyOverlay, CtaOverlay) with 6 animation types and bundled them at server startup for fast job execution.

Generation Worker

Implemented the BullMQ generation processor: S3 download, Remotion renderMedia(), FFmpeg encoding optimization, thumbnail generation, S3 upload, and DB update, with error handling and retries.

Subtitle System

Built 6 subtitle rendering styles in SubtitleRenderer.tsx covering Hormozi, Abdal, MrBeast, GaryVee, TikTok Viral, and Clean Corporate across all 4 aspect ratios.

Real-Time Progress

Integrated the WebSocket gateway for real-time generation progress with SSE fallback, enabling live job status updates on the frontend without polling.

Billing Integration

Implemented the full Stripe subscription lifecycle — checkout sessions, billing portal, webhook handler with raw body and signature verification, credit allocation on subscription, and monthly credit reset cron.

Share & Download System

Built the share and download system — nanoid-based shareable tokens, public S3 signed URL access without auth, link revocation, and Content-Disposition download headers.

Admin Module

Developed the admin module with MongoDB aggregation pipelines for dashboard analytics, time-series chart data, user management, and subscription administration.

Full Integration

Led full frontend-backend integration across the user app and admin panel — replaced all mock stores with live API calls, wired up WebSocket progress, and validated the complete user journey end-to-end.

成果

Ad Variations: Hundreds from a single uploadRendering: GPU-accelerated Remotion + FFmpegStyle Coverage: 6 subtitle styles x 6 animations x 4 ratiosArchitecture: Five-component coordinated platform

このプロジェクトの特徴

Transforms a single video upload into hundreds of branded ad variations through automated combination generation, GPU-accelerated rendering, and multi-style subtitle support — purpose-built for performance marketers.

ギャラリー

Adstacker: AI Video Ad Generator - Image 1
Adstacker: AI Video Ad Generator - Image 2
Adstacker: AI Video Ad Generator - Image 3
Adstacker: AI Video Ad Generator - Image 4
Adstacker: AI Video Ad Generator - Image 5
Adstacker: AI Video Ad Generator - Image 6
Adstacker: AI Video Ad Generator - Image 7
Adstacker: AI Video Ad Generator - Image 8
Adstacker: AI Video Ad Generator - Image 9
Adstacker: AI Video Ad Generator - Image 10

同様のプロジェクトをお考えですか?

同じレベルの専門知識と献身で、あなたのビジョンを実現する方法について話し合いましょう。

お問い合わせ他のプロジェクトを見る
Real-time WebSocket progress with SSE fallback
Presigned S3 direct-to-cloud uploads
Stripe subscription billing with webhook-driven credits
Shareable public video links with revocation
Admin dashboard with MongoDB aggregation analytics
Zod
Swagger
Adstacker: AI Video Ad Generator - Image 11
Adstacker: AI Video Ad Generator - Image 12
Adstacker: AI Video Ad Generator - Image 13
Adstacker: AI Video Ad Generator - Image 14
Adstacker: AI Video Ad Generator - Image 15
Adstacker: AI Video Ad Generator - Image 16

よくある質問

MicrocosmWorks built the combination calculator engine that computes the Cartesian product of all Hook x Body x CTA x Subtitle permutations. Each input element (hooks, body segments, CTAs) is defined by the user, and the engine enumerates every valid combination, then enqueues each as an independent BullMQ job. This approach means a video with 5 hooks, 3 bodies, 4 CTAs, and 6 subtitle styles generates 360 unique ad variations automatically.

MicrocosmWorks implemented 6 subtitle rendering styles in Adstacker: Hormozi, MrBeast, GaryVee, Abdal, TikTok Viral, and Clean Corporate. Each style has distinct font, color, animation, and positioning characteristics matching the popular creator formats that performance marketers recognize. The SubtitleRenderer handles all 4 aspect ratios (9:16, 16:9, 1:1, 4:5) and 6 animation types (fade, slide-up, slide-down, scale, typewriter, bounce) within Remotion compositions.

MicrocosmWorks built the rendering pipeline using Remotion compositions bundled at server startup for fast job execution, combined with FFmpeg for encoding optimization. BullMQ manages the async job queue with configurable concurrency control, so multiple variations render in parallel across available GPU resources. Each job handles the full pipeline: S3 download, Remotion renderMedia, FFmpeg encoding, thumbnail generation, S3 upload, and database update, with error handling and automatic retries.

MicrocosmWorks integrated a WebSocket gateway that pushes real-time generation progress for every queued variation to the frontend, with SSE (Server-Sent Events) fallback for environments where WebSocket connections are unavailable. Users see live status updates for each variation including queued, processing, rendering percentage, and completed states. This eliminates the need for polling and provides immediate feedback on the generation pipeline status.

MicrocosmWorks implemented Stripe subscription billing with webhook-driven credit allocation. When a user subscribes or renews, the webhook handler allocates generation credits based on their plan tier. Each video variation generation consumes one credit, and a monthly cron job resets credit balances. The admin dashboard provides MongoDB aggregation analytics showing credit usage patterns, subscription revenue, and per-user consumption to inform pricing decisions.