<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Craig</title>
    <description>The latest articles on DEV Community by Craig (@craig223).</description>
    <link>https://dev.to/craig223</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3816837%2Fadf314dc-bc77-408b-8cbf-43cd56a0e030.png</url>
      <title>DEV Community: Craig</title>
      <link>https://dev.to/craig223</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/craig223"/>
    <language>en</language>
    <item>
      <title>We built an ad creative workflow tool for marketers — here's our tech stack</title>
      <dc:creator>Craig</dc:creator>
      <pubDate>Tue, 10 Mar 2026 12:24:33 +0000</pubDate>
      <link>https://dev.to/craig223/we-built-an-ad-creative-workflow-tool-for-marketers-heres-our-tech-stack-43b</link>
      <guid>https://dev.to/craig223/we-built-an-ad-creative-workflow-tool-for-marketers-heres-our-tech-stack-43b</guid>
      <description>&lt;p&gt;I spent the last few months building &lt;a href="https://hooksy.ai" rel="noopener noreferrer"&gt;Hooksy&lt;/a&gt; with my team — a creative workflow platform that helps marketers collect, organize, and break down winning ad creatives across Meta, TikTok, YouTube, and LinkedIn.&lt;/p&gt;

&lt;p&gt;Here's the tech stack we chose and why.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Every marketer we talked to had the same workflow: screenshot ads into Google Drive, dump links in Slack threads, copy scripts into spreadsheets. Inspiration scattered everywhere, impossible to find when you actually need it.&lt;/p&gt;

&lt;p&gt;We wanted to build a single workspace where you can save any ad in one click, auto-extract the script, and organize everything into collections — so when it's time to brief your creative team, everything is right there.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Frontend
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Next.js 15&lt;/strong&gt; with TypeScript — fast iteration with SSR out of the box&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tailwind CSS&lt;/strong&gt; — rapid UI development without context-switching&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Radix UI&lt;/strong&gt; — accessible, unstyled components we can fully customize&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;React Query&lt;/strong&gt; — clean server state management&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Backend
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;FastAPI (Python)&lt;/strong&gt; — async and perfect for AI/video workloads&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Supabase (PostgreSQL)&lt;/strong&gt; — auth, database, and storage in one&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stripe&lt;/strong&gt; — payments that just work&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  AI &amp;amp; Media Processing
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;OpenAI Whisper&lt;/strong&gt; — auto-extracts scripts from video ads&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Vision AI models&lt;/strong&gt; — analyzes ad creatives, detects hooks and key frames&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;FFmpeg + OpenCV&lt;/strong&gt; — video processing for thumbnails and previews&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;yt-dlp&lt;/strong&gt; — reliable media downloading across platforms&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Chrome Extension (Manifest V3)
&lt;/h3&gt;

&lt;p&gt;One-click saving from any ad library — Meta, TikTok Creative Center, etc. Captures 50+ data fields automatically so marketers don't have to copy-paste anything.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why These Choices
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;FastAPI over Node?&lt;/strong&gt;&lt;br&gt;
The backend is mostly video processing and AI inference. Python's ML ecosystem is unmatched here.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Supabase over custom auth?&lt;/strong&gt;&lt;br&gt;
We wanted to focus engineering time on core product features, not boilerplate. Auth + row-level security + real-time out of the box.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Chrome Extension as core UX?&lt;/strong&gt;&lt;br&gt;
Marketers browse ad libraries daily. Instead of making them switch tools, we brought the tool to where they already work.&lt;/p&gt;

&lt;h2&gt;
  
  
  Lessons Learned
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Build around the existing workflow.&lt;/strong&gt; Marketers already browse ad libraries — the Chrome extension just adds a save button to what they're already doing.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI should be invisible.&lt;/strong&gt; Script extraction happens automatically after saving. Users don't think about AI, they just get the transcript.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Keep the stack simple.&lt;/strong&gt; We started with a microservices setup and consolidated into a Next.js + FastAPI monorepo. Shipping speed went way up.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  What's Next
&lt;/h2&gt;

&lt;p&gt;Building out smarter collections and creative briefing features — the goal is to make the jump from "I saved this great ad" to "here's the brief for our next creative" as seamless as possible.&lt;/p&gt;

&lt;p&gt;If you work in performance marketing or creative strategy, we'd love your feedback — &lt;a href="https://hooksy.ai" rel="noopener noreferrer"&gt;hooksy.ai&lt;/a&gt;.&lt;/p&gt;




&lt;p&gt;What tools do you use to organize creative inspiration? Curious how other builders approach this.&lt;/p&gt;

</description>
      <category>marketing</category>
      <category>productivity</category>
      <category>showdev</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
