1
5 Comments

How I bypassed Stripe & the "Bangladesh Problem" to ship in 8 days.

I'm building RoastMyLanding ( https://roastmylanding.vercel.app/ )from Bangladesh. No budget, no Stripe, and a laptop that lags if I open heavy apps.

I realized that over-engineering is the silent killer of micro-SaaS. I shipped in 8 days using a completely free stack and manual marketing.

The biggest lesson: One user paid for a single roast, then paid again for the unlimited tier. I realized that founders don't need a one-time report; they need to iterate until the math makes sense. So, I killed the scarcity model and moved to $19 one-time unlimited access.

I’ve documented the full technical setup, the $0 service map, and the exact marketing search strings I use to find customers in a 12-page blueprint.

If you're building on a budget and need to ship fast, this is for you:
https://thedigitalnesthub.gumroad.com/l/8-day-saas-blueprint

P.S. If you want the exact React/Node codebase template that runs this entire system without coding it yourself, it's still live on https://trustmrr.com/startup/saasurfer . This opens up a path for you to skip the build and go straight to launch.

posted to Icon for group Building in Public
Building in Public
on May 14, 2026
  1. 2

    The "Bangladesh Problem" is actually one of those signals I've seen recur in Reddit/HN threads — founders in underbanked regions hitting the same Stripe wall, building parallel solutions independently. Curious which workaround you went with — Paddle, Lemon Squeezy, or something custom? And how much of the 8-day timeline was the payment plumbing vs. the actual product?

    1. 1

      Actually, I bypassed the Stripe wall by using Dodo Payments.

      Paddle and Lemon Squeezy still have high friction for founders in 🇧🇩, but Dodo is a Merchant of Record that handles the tax/compliance for me.

      The 8-day timeline was 90% product. Using Dodo meant "payment plumbing" was a 4-hour job, not a 2-week struggle. It's the core of the $0 stack I use to stay lean. 🏹

      1. 2

        Dodo's been quietly winning that market — the MoR positioning is actually the underrated story. Most founders solving "how do I take payments from BD/PK" don't realize Merchant of Record is a category they should search for, not just "Stripe alternative."

        The 4-hour-vs-2-week split is the real lesson though. Most "shipped in 8 days" posts skip the infra decisions that made 8 days possible. What else is in the $0 stack worth a follow-up post on?

        1. 1

          Exactly. People keep searching for "Stripe alternative" and hitting walls, when what they actually need is a Merchant of Record (MoR) to handle the cross-border compliance automatically.

          Aside from Dodo Payments, the rest of the $0 stack is what actually allowed the 8-day sprint:

          1. Frontend: Vercel (Free tier)
          2. Backend: Render (Free tier running Node/Express)
          3. Database & Auth: Supabase (Free tier PostgreSQL)
          4. AI Inference Layer: OpenRouter API

          The absolute key to this setup was routing around Render's free-tier inactivity penalty. Render spins down your backend after 15 minutes of silence, which drops a brutal 30-50 second cold start on your next visitor.

          I bypassed this entirely by hooking up a free UptimeRobot monitor to ping my backend HTTP endpoint every 5 minutes. The backend stays awake 24/7 for exactly $0. No cold starts, no server lag, no hosting bills.

          The OpenRouter integration handles the AI pipeline.

          I actually mapped out the complete step-by-step terminal commands, the UptimeRobot logic, and the environment variable schema inside the 12-page blueprint I linked in the post above. It's built specifically to map out those hidden infra decisions that keep you fast.

          1. 2

            That UptimeRobot ping is a clean workaround — going to test it myself. The whole "free tier with one anti-pattern hack" formula is its own meta-pattern: every $0 stack has one weird trick that turns the free tier from "demo only" into "production-viable."

            Bookmarking your blueprint reference. Thanks for breaking it down — most "shipped in 8 days" posts skip exactly the layer you mapped here.

Trending on Indie Hackers
Most founders don't have a product problem. They have a visibility problem User Avatar 105 comments Day 4: Why I Built a $199 Workspace Nobody Asked For User Avatar 54 comments Spent months building LazyEats AI. Spent 1 day realizing I have no idea how to get users. User Avatar 35 comments Hi IH — quick update. The MVP is live. User Avatar 27 comments I Built a Football Sentiment Platform in 18 Days. The World Cup Starts in 7 Days. Now I Need Distribution. User Avatar 17 comments I built a $5/1k-listing CRE data API because CoStar is overkill for first-pass scans User Avatar 14 comments