WayToClawEarn
#Ai-Tool-Case#Case study

Solo Founder Builds AI Carousel Tool in 10 Days, Hits $5K MRR

An Argentinian product designer turned layoff anxiety into a $5K/month AI Micro SaaS in just 10 days — no formal programming background required.

Shared source notes · From author disclosures · AI-assisted summary · Jul 20, 2026

Monthly revenue band

$5,000/mo MRR

Startup cost

~$0

Payback

10 d

Difficulty: Beginner

$5K/mo MRR from an AI tool built in 10 days by a non-developer

TL;DR

Fernando Pessagno, an Argentinian product designer with no formal programming education, built aiCarousels.com in just 10 days during a #buildinpublic challenge. The AI-powered social media carousel generator now generates $5,000/month in MRR (Monthly Recurring Revenue), reached in approximately 8 months post-launch. Total annual recurring revenue: $15,200 ARR. This case breaks down exactly how a non-developer shipped a profitable AI Micro SaaS by combining product design instincts with AI-powered development — and replicable steps for builders using modern AI coding tools like Cursor, Claude Code, and v0.

Core Insight

The most important lesson from this case is not the $5K MRR number. It is the speed-to-revenue ratio: a non-technical founder shipped a working, revenue-generating product in 10 days. The secret was not exceptional coding skill — Fernando describes himself as "a product designer with a passion for coding." He leveraged:

  1. AI as the product itself — the tool generates carousels using AI, solving a real pain point for marketers and creators
  2. Build-in-public momentum — the 10-day challenge created accountability and early audience
  3. Design-first thinking — his product design background meant the UX was polished from day one, a key differentiator in the AI tool space

For indie hackers building AI Micro SaaS products in 2026, aiCarousels proves that shipping fast with AI tools, validating with real users, and iterating on feedback can turn a "distraction project" into a full-time income replacement.

Project Background

The Trigger: Layoff Fears

In late 2023, Fernando was working as a product designer at a company experiencing instability. Rumors of layoffs circulated. Rather than wait passively, he decided to channel his anxiety into a #buildinpublic challenge: build and launch something in 10 days.

He chose social media carousels as his niche for three reasons:

  • Personal pain point: He frequently created carousels for his own LinkedIn content and found existing tools either too complex (Canva, Figma) or too generic
  • Growing demand: Carousel posts were consistently outperforming single-image posts on LinkedIn and Instagram, driving 3-5x more engagement
  • AI adjacency: AI image generation (DALL-E, Midjourney) and text generation (GPT-4) were maturing, making it possible to automate the full carousel creation pipeline

The MVP: 10 Days of Focused Shipping

The 10-day timeline forced ruthless prioritization. Fernando's build diary reveals the progression:

DayFocus
1-2Core concept + wireframes + AI prompt engineering for slide content
3-4Frontend: carousel editor with drag-and-drop + template system
5-6Backend: AI generation pipeline (topic → outline → slide text → image suggestions)
7-8Payment integration + user accounts
9Landing page + Product Hunt preparation
10Launch on Product Hunt + social media announcement

The key technical decisions that enabled this speed:

  • Used a component library (shadcn/ui with Tailwind CSS) to avoid building UI from scratch
  • Leveraged OpenAI's GPT-4 API for slide content generation and DALL-E/Stable Diffusion for image generation
  • Deployed on Vercel with Supabase as the backend — both with generous free tiers
  • Used AI coding assistants (ChatGPT at the time, though Cursor and Claude Code would be the 2026 equivalents) to accelerate development

The Product

aiCarousels solves a specific problem: non-designers want professional-looking carousel posts but lack design skills and time. The product:

  1. Takes a topic or prompt
  2. Generates an outline with slide-by-slide content
  3. Creates AI-generated images or lets users upload their own
  4. Produces a downloadable carousel formatted for LinkedIn, Instagram, or TikTok

The pricing: subscription-based with tiers starting at a low entry point to capture casual users, scaling up for power users who generate multiple carousels per month.

Tool Stack

For indie hackers looking to replicate this in 2026, here is the equivalent modern AI tool stack:

FunctionFernando's Stack (2023)2026 Equivalent
AI CodingChatGPT + manual codingCursor + Claude Code
FrontendReact + Tailwind CSSNext.js + shadcn/ui + v0
Backend/DatabaseSupabaseSupabase (still best-in-class)
HostingVercelVercel
AI Content GenGPT-4 APIGPT-4o / Claude 4 Opus
AI Image GenDALL-E / Stable DiffusionSeedream 4.5 / Flux
PaymentsStripeStripe + Lemon Squeezy
AuthSupabase AuthClerk / Supabase Auth
AnalyticsPlausiblePlausible / PostHog

Total monthly infrastructure cost at $5K MRR: approximately $150-200/month (API costs + hosting + tools). That is a 96%+ gross margin — the defining characteristic of profitable AI Micro SaaS products.

Revenue Sources

aiCarousels generates revenue through a pure subscription model with multiple tiers. Based on publicly available data and Fernando's interviews:

MetricValue
MRR (monthly)~$5,000
ARR (annualized)~$15,200
Gross margin96%+
Team size1 (solo founder, no employees)
Funding$0 (bootstrapped)
Time to $5K MRR~8 months
Customer acquisitionOrganic (social media, Product Hunt, word-of-mouth)

The revenue trajectory was not linear. Key growth moments:

  • Month 1: Product Hunt launch → ~50 paying users → ~$500 MRR
  • Month 3: Viral LinkedIn post about the build story → ~$1,500 MRR
  • Month 5: Introduced annual pricing with discount → improved retention → ~$3,000 MRR
  • Month 8: SEO content + creator partnerships → ~$5,000 MRR

Revenue concentration risk: The business depends heavily on a single product and a single founder. However, the simplicity is also its strength — low overhead, high margins, no team coordination overhead.

Replicable Steps

Here is the exact process an indie hacker can follow in 2026 to replicate the aiCarousels playbook:

Step 1: Pick a "Boring" Niche with AI Adjacency (Days 1-3)

Do not try to build the next ChatGPT. Instead, find a specific content format that is tedious to create manually. Carousels, infographics, email signatures, social media banners, presentation decks — anything that combines text + layout + visual design. Validate by checking:

  • Are people already paying for templates/tools in this space? (search Gumroad, Etsy, Product Hunt)
  • Is there a subreddit or community complaining about the manual effort? (r/socialmedia, r/marketing)
  • Can AI meaningfully accelerate the creation process?

Step 2: Define the MVP in One Sentence (Day 3)

Write: "[Product] lets [specific user] create [specific output] by [AI-powered action] in [time saved]."

Example: "aiCarousels lets social media managers create LinkedIn carousels by entering a topic and getting AI-generated slides in under 2 minutes."

This sentence is your north star. Everything that does not serve this sentence gets cut from the MVP.

Step 3: Build with AI Coding Tools (Days 4-10)

In 2026, a non-developer can ship faster than Fernando did in 2023. Modern tools compress the timeline:

  1. Start with v0 or Bolt.new to generate the initial UI from a text description
  2. Switch to Cursor for fine-tuning, connecting the backend, and adding business logic
  3. Use Claude Code for complex tasks like setting up the AI generation pipeline, payment webhooks, and deployment scripts
  4. Deploy early — put a working prototype on Vercel by Day 5, even if incomplete

The key is to stay in the AI-assisted flow. Do not spend hours debugging manually — ask Claude Code or Cursor to debug for you. The 2026 solo founder's superpower is knowing when to delegate to AI.

Step 4: Launch with Build-in-Public Momentum (Day 10+)

Fernando's #buildinpublic challenge was his primary marketing channel. Document your build journey:

  • Post daily updates on X (Twitter) and LinkedIn
  • Share screenshots of early prototypes
  • Ask for feedback — people who give feedback are more likely to become paying users
  • Launch on Product Hunt with a strong story (the "I built this in 10 days" angle consistently performs well)

Step 5: Iterate Based on Paying User Feedback (Months 1-8)

After launch, the work shifts from building to listening:

  • Read every support email and feature request
  • Prioritize features that reduce churn (e.g., better export formats, more templates)
  • Use AI to analyze user behavior patterns and suggest improvements
  • Raise prices gradually as you add value — Fernando started low and increased as retention proved product-market fit

Risks & Pitfalls

1. AI Dependency Risk

aiCarousels relies on third-party AI APIs (OpenAI, image generation services). If these APIs change pricing, quality, or availability, the product's core value proposition is affected. Mitigation: Build abstraction layers that can swap AI providers. In 2026, use OpenRouter to route between multiple models.

2. Copycat Risk

A 10-day MVP can be replicated in 10 days by someone else. The moat is not the technology — it is the brand, user base, and iteration velocity. Fernando maintained a lead by shipping features faster than potential competitors and building a loyal user community.

3. Single Founder Burnout

Running a solo SaaS means handling development, support, marketing, and operations alone. At $5K MRR, the revenue may not yet justify hiring help. Mitigation: Automate support with AI chatbots, batch content creation, and set firm boundaries on response times.

4. Platform Dependency

Social media carousels are a specific format. If LinkedIn or Instagram changes their carousel display algorithm or format, the tool's value diminishes. Mitigation: Expand to adjacent formats (presentations, infographics, email templates) to diversify the product surface area.

Key Takeaways

  1. Speed is the ultimate advantage: In the AI era, shipping in 10 days is not just possible — it is the standard that separates winners from dreamers
  2. Non-technical founders have an edge: Product designers and marketers who learn AI tools can build better products than engineers who do not understand users
  3. The product IS the marketing: A polished, useful free tool generates organic growth through word-of-mouth and social sharing
  4. AI Micro SaaS is a 96% margin business: With modern tools (Next.js + Supabase + Vercel + Stripe), operational costs are negligible compared to revenue
  5. Start ugly, iterate fast: Fernando's first version was basic, but he shipped it and improved based on real feedback — not hypothetical perfection

Related WTC Resources

Disclaimer: this site shares educational insights only, for inspiration and reference. No outcome guarantee; external execution and decisions are your own responsibility.

Related cases

Ai-Tool-Case

How a Solo Developer Built an AI Mobile App Designer and Hit $10K MRR in 6 Weeks with Zero Ad Spend

Mattia Pomelli identified an underserved niche in AI mobile app design, repurposed code from 3 previous tools to ship in 21 days, and reached $10K MRR in 6 weeks using only content marketing — no ads, no PR, no launch.

$25K+/mo MRR

Ai-Tool-Case

Non-Technical Founder Hits $30K MRR with 48-Hour AI Build

How a Toronto-based Amazon FBA veteran used Cursor, Claude Code, and borrowed distribution to build a $30K/month Chrome extension in a single weekend — without writing production code.

$30K/mo MRR

Ai-Tool-Case

How a Solo Founder Built Meerkats.ai to $3K MRR in 4 Weeks with AI Vibe Coding

Santanu Dasgupta spent 20 years in B2B go-to-market, then built Meerkats.ai solo using vibe coding — hitting $3,000 MRR in 4 weeks. Here's the full playbook.

$3,000/mo MRR

Ai-Micro-Saas

Solo Founder Hits $30K MRR in 4 Months with AI Reddit Tool

Solo founder Richard Wang went from employee to $30K MRR in 4 months by building an AI-powered Reddit marketing tool — all with $0 ad spend.

$30K/mo MRR

Ai-Tool-Case

How a Non-Technical Founder Built a $30K/Month AI SaaS in 48 Hours

An Amazon FBA seller taught himself to code in 9 months with AI, built a SaaS in 48 hours, and hit $30K/month — all without a technical co-founder or ad spend.

$30,000/mo MRR

Ai-Tool-Case

How Danny Postma Built HeadshotPro to $300K/Month Solo Using AI

From $0 to $300K/month MRR in under a year — a solo developer's blueprint for wrapping open-source AI models into a high-margin consumer SaaS.

$300K/mo MRR