Wild Ventures has a production SaaS platform with a FastAPI backend, Next.js frontend, and Supabase infrastructure — deployed on Railway + Netlify with 30 API endpoints live. AI engines generate creative, deploy campaigns, and optimize spend autonomously across channels.
Full-stack SaaS platform wrapping four AI engines. Brand context flows in, optimized campaigns flow out. The loop closes automatically.
┌─────────────────────────────────────────────────────────────────────────┐ │ SAAS PLATFORM LAYER │ │ Next.js Frontend · FastAPI Backend · Supabase Auth + Storage │ │ Dashboard · Onboarding Wizard · Creative Gallery · Campaigns │ └──────────┬──────────────────┬──────────────────┬──────────────────────┘ │ │ │ ┌──────────▼──────────────────────────────────────────────────────────────┐ │ INTELLIGENCE LAYER │ │ Creative Taxonomy · Performance Patterns · Cross-Brand Learning │ └──────────┬──────────────────┬──────────────────┬──────────────────────┘ │ │ │ ┌──────────▼──────────┐ ┌─────▼──────────┐ ┌────▼─────────────────────┐ │ CREATIVE ENGINE │ │ MEDIA ENGINE │ │ ANALYTICS ENGINE │ │ │ │ │ │ │ │ Ad Images (Gemini) │ │ Meta Deployer │ │ Performance Collector │ │ Ad Copy (Claude) │ │ Google Deploy │ │ Creative Taxonomy │ │ AI Video (Kling) │ │ TikTok Deploy │ │ Attribution Tracking │ │ Advertorials │ │ Native Deploy │ │ Report Generation │ │ Landing Pages │ │ Budget Control │ │ Shopify / GA4 / Klaviyo │ │ Endcards / UGC │ │ Safety Rails │ │ Insightful MCP │ └──────────┬──────────┘ └───────┬────────┘ └────────────┬──────────────┘ │ │ │ ┌──────────▼───────────────────▼──────────────────────────▼──────────────┐ │ BRAND CONTEXT LAYER │ │ Brand Guide · Product Data · Audience Segments · Voice/Tone │ └──────────┬──────────────────────────────────────────────────────────┘ │ ┌──────────▼──────────────────────────────────────────────────────────┐ │ ONBOARDING PIPELINE │ │ Intake Wizard → Data Pull → Brain Builder → First Campaign │ └────────────────────────────────────────────────────────────────────┘
Full-stack web application live on Railway (backend) + Netlify (frontend) + Supabase (auth, database, storage). Not a prototype — production infrastructure with 30 API endpoints.
8 route modules, 30+ endpoints. Python 3.12 on Railway with PostgreSQL via Supabase.
Routes:
Brands CRUD • Generations (async jobs) • Creatives (approval workflow) • Campaigns (deploy/pause/scale) • Dashboard (KPIs, recommendations) • Onboarding (intake → brain build) • Assets (upload + metadata) • Files (Supabase Storage)
Services: Generator wrapper (routes CLI tools as background jobs), BrandWorkspace manager, Campaign deployer, Brain builder
Next.js 14 + React 18 + Tailwind CSS 4. App Router architecture, deployed on Netlify.
Pages:
Dashboard • Onboarding wizard • Brand settings • Creative gallery • Campaign manager • Asset library • Settings • Login
Auth: Supabase JS client, JWT tokens, admin/client role-based access control
Auth + PostgreSQL + Storage. Managed database with 11 core tables.
Data Models:
User (auth + roles) • Brand (config, avatars, SKUs, channels, compliance) • Asset (uploads + metadata) • Creative (draft → approved → deployed → archived) • Generation (batch jobs + cost tracking) • Campaign (cross-channel + performance) • Connection (OAuth tokens + auto-refresh)
14 generators. AI-powered ad creative at scale.
Generators:
Ad images (Gemini + Placid) • Ad copy (Claude) • Video scripts • Advertorials • Landing pages • Carousel ads • Endcards • Captions • Content calendars • Native ads • Reel scripts
Output: 50-100+ creative variants/week per brand vs 5-10 from traditional agency
AI-powered cross-channel budget allocation and autonomous optimization.
Components:
Allocation engine • Budget controller • Decision engine (pause/scale/graduate) • Performance collector • Safety rails • Anomaly detection
Status: Running daily. Auto-reallocating budget across Meta, Google, TikTok based on CPA/ROAS.
5 ad platform integrations. Push campaigns live via API.
Platforms:
Meta Ads API (Facebook SDK) • Google Ads API • TikTok Marketing API • Taboola API • Outbrain API
Safety: Default deploys PAUSED. $500/day cap requires explicit override. Full dry-run mode.
Kling AI integration for 15-16 second video ad generation with TTS voiceover.
Pipeline:
Script structurer → Hook bank (variants) → TTS voiceover → Kling video generation → Video assembler → Compliance check
Architecture: Hybrid AI + static pipeline. Asset resolver pulls product images + clips. Full compliance layer for health/supplement claims.
End-to-end client onboarding from intake form to first campaign launch.
Pipeline:
Intake wizard → Data puller (Shopify, Meta Ads Library, site crawl) → Brain builder (auto-generates SKUs, avatars, compliance, channels, social proof, brand context) → First ads launcher
Intelligence: Synthesizes founder interview + auto-pulled data + uploaded files into complete brand intelligence layer.
Brand-agnostic context system. Onboard any DTC brand.
Pipeline:
brand_loader.py → brand_context_builder.py → prompt_builder.py
Ingests brand guide, product catalog, audience data, voice/tone. Outputs structured context for all generators. Multi-brand architecture validated across ecommerce + info products.
Download + transcribe + synthesize educational and competitor content at scale.
Sources:
YouTube • TikTok • Instagram • Skool (Loom/Mux) • Any video URL
759 knowledge files ingested — 603 transcripts + 148 course files + 15 synthesis docs (36,851 lines). 19 educators covered. OpenAI Whisper API. ~$0.006/min.
Standalone microservice for quiz-based lead generation funnels.
Stack:
FastAPI + SQLAlchemy backend • Deployed on Railway • Independent service architecture
First proof of microservice pattern. Plugs into main platform for lead capture → brand onboarding flow.
How much of each process runs autonomously today.
Remaining % is intentional human review (QA, compliance, strategic decisions), not missing automation.
| System | Language | Infrastructure | Status |
|---|---|---|---|
| Platform Backend | Python (FastAPI) | Railway + Supabase PostgreSQL | DEPLOYED |
| Platform Frontend | TypeScript (Next.js + React) | Netlify | DEPLOYED |
| Creative Generators | Python | 14 generators, async job runner | LIVE |
| Media Buying Engine | Python | Cron-based, multi-channel | LIVE |
| Campaign Deployers | Python | 5 ad platform APIs | LIVE |
| Video Engine | Python | Kling AI + TTS pipeline | BUILT |
| Onboarding Pipeline | Python | Data puller + brain builder | BUILT |
| Transcription Pipeline | Python | Whisper API, multi-source | BUILT |
| Quiz Funnel Builder | Python (FastAPI) | Railway (microservice) | BUILT |
| Brand Engine | Python | Context builder pipeline | BUILT |
| Service | Purpose | Integration | Status |
|---|---|---|---|
| Anthropic (Claude) | Copy generation, strategy, analysis, brand brains | API + Claude Projects + MCP | LIVE |
| Google Gemini | AI image generation for ad creatives | gemini-2.5-flash-image API | LIVE |
| OpenAI | Whisper transcription + GPT image gen | API | LIVE |
| Supabase | Auth, PostgreSQL database, file storage | Supabase JS + Python SDK | LIVE |
| Meta Ads | Campaign deployment, audience management | Facebook Business SDK (System User) | LIVE |
| Google Ads | Search/Shopping/PMax deployment | Google Ads API (GAQL) | BUILT |
| TikTok Ads | Campaign deployment, Spark Ads | TikTok Marketing API | BUILT |
| Kling AI | AI video generation (15-16s ads) | Kling API | BUILT |
| ElevenLabs | Text-to-speech voiceover for video ads | TTS API | BUILT |
| Placid | Template-based image rendering | REST API | LIVE |
| Shopify | Product data pull, store connection | Shopify Admin API | BUILT |
| Insightful MCP | Cross-platform performance data in Claude | MCP protocol | LIVE |
| Netlify | Frontend hosting + landing pages | CLI + API | LIVE |
200+ ad creatives generated across v10/v11 algorithms. 12 landing page / funnel variants. 4 advertorial styles for native channels. SKU-level brand context (Energy, Boost, Chill, Refresh).
Different product lines validated against the same brand engine. Gemini image generation + Placid template rendering pipeline. Custom font library for design consistency. Full campaign config schema built.
40+ ads, 7 generators, 84KB brand context. Email welcome sequence. Sales page copy. YouTube thumbnails. Competitive intelligence.
Different vertical (info products vs ecommerce) — validates multi-vertical brand engine. Stan Store integration. Meta + TikTok channels.
| Layer | Technology | Details |
|---|---|---|
| Frontend | Next.js 14 + React 18 + Tailwind CSS 4 | App Router, Supabase JS, deployed on Netlify |
| Backend | FastAPI + SQLAlchemy + Pydantic | Python 3.12, async workers, deployed on Railway |
| Database | PostgreSQL (Supabase managed) | 11 ORM models, SQLite fallback for local dev |
| Auth | Supabase Auth | JWT tokens, admin/client RBAC, OAuth connections |
| Storage | Supabase Storage | Asset uploads, creative outputs, brand materials |
| AI Models | Claude + Gemini + GPT + Kling + ElevenLabs | Copy, images, video, voice, transcription |
| Ad Platforms | Meta + Google + TikTok + Taboola + Outbrain | Campaign deployment, budget optimization, reporting |
| Container | Docker (Python 3.12-slim) | Procfile for Railway/Heroku compatibility |
| Analytics | Insightful MCP | Cross-platform performance aggregation |
What's built, what's shipping now, and what's coming next.
Full creative generation (14 generators), media buying engine, campaign deployers (5 platforms), transcription pipeline, and brand intelligence system. Running in production on 2 clients.
A deployed SaaS platform with FastAPI backend, Next.js frontend, and Supabase infrastructure. 14 AI creative generators, an autonomous media buying engine, 5 ad platform deployers, AI video generation, and automated client onboarding — all wrapped in a production web app with auth, dashboards, and async job processing.
Platform hardening: self-serve OAuth connections, client portal (spend allocation + AI recommendations + approval-to-deploy), tracking pixel injection, and influencer connector. Then the intelligence network — cross-brand learning, predictive scoring, and benchmarks. The engines and the platform exist. Now we scale.
This is the platform that kills the marketing agency. AI creative generation + autonomous media buying + closed-loop optimization — already built and deployed. The data network effects compound with every brand. Most AI marketing tools do one thing. We do the whole loop.
Questions? Let's talk.
Aden Lambert — wildventures.ai
CONFIDENTIAL — MARCH 2026