Inspiration Most indie hackers and builders spend weeks writing code, only to stall at launch because they don't have a marketing kit, ad copy, or cohesive visual branding. We wanted to build a hyper-fast, edge-native utility that solves this instantly, giving builders everything they need to launch an ad campaign in seconds.

What it does BrandPulse is an Instant Ad Campaign Kit Maker. A user enters their product name, a brief description, and a target audience. Powered by AI on the edge, the app instantly generates tailored copywriting (headlines, Instagram/Meta captions, and X/Twitter hooks) along with beautiful, real-time visual ad previews with a dynamic color palette matched to the brand's vibe.

How we built it The application is built completely on Cloudflare's serverless infrastructure. The frontend is a snappy single-page interface deployed on Cloudflare Pages. For the heavy lifting, we used Cloudflare Pages Functions to spin up lightweight edge API routes that directly invoke Cloudflare Workers AI, running the @cf/meta/llama-3-8b-instruct model instantly on global edge networks.

Challenges we ran into The main challenge was parsing raw AI responses within a tight time window under strict JSON formats to inject live CSS color codes dynamically. We handled this by engineering structural defensive prompt boundaries and coding immediate fallback states so that the UI never crashes, even if the model drops a bracket.

Accomplishments that we're proud of We successfully built and deployed a fully functional, production-ready full-stack AI marketing tool entirely within a 3-hour deadline. The application has zero traditional server or external API management overhead, running entirely close to the user on Cloudflare’s edge computing network.

What we learned We learned the extreme power of building with Cloudflare infrastructure—by cutting out decoupled frontend-backend hops and leveraging native Workers AI models, you can prototype and deploy responsive web applications globally in an afternoon with near-zero latency.

What's next for Brand Pulse We want to expand BrandPulse into an automated distribution engine. The next major iteration will allow users to instantly push their generated ad creatives and copy bundles directly to social platforms or advertising platforms like Meta or X Ads via API keys with one click.

Built With

Share this project:

Updates