vietnamese mud crabsoft-shell crab
3
3 Comments

I built an AI regex tool for overseas users – here’s the stack and what’s working so far

Hey IH đź‘‹

I built Forge Regex: describe a pattern in plain English → get a working regex, with live testing, explanations, replace preview, and code export.

đź”— https://regex.ststudio.top

Why I built it

I was tired of the “ChatGPT writes regex → paste into regex101 → tweak → repeat” loop. I wanted one place that both generates and lets you verify.

What’s live

  • NL → JS-compatible regex (DeepSeek)
  • Live match highlighting + short explanations
  • Replace preview
  • Export to JS / Python / Go / Java / .NET
  • Free: 5 gens/day
  • Pro: $9/mo via Paddle (MoR) – unlimited + share links
  • Email magic-link login to keep Pro across devices

Stack

Next.js, DeepSeek, Paddle Billing, SQLite, Resend, self-hosted

What’s hard / what I learned

  1. Payment for a China-based indie: Stripe / Lemon Squeezy were painful; Paddle worked better as MoR.
  2. Checkout price bugs are easy: UI said $9 while Price ID still pointed at a $1 test price. Always verify the live Price ID.
  3. “Paid but plan not showing” needs email login + webhook sync, not only a browser cookie.
  4. Shipping CN WeChat/Alipay early was a distraction – I’m focusing on overseas customers first.

Where I need feedback

  • Is $9/mo reasonable vs free 5/day?
  • What’s the #1 feature you’d need before paying?
  • Any dealbreakers vs regex101 + ChatGPT?

Thanks – happy to share more on Paddle, quota design, or SEO.

on August 3, 2026
  1. 1

    I tried the guest flow, and the “2 trials left” counter makes the limit easy to understand. One thing confused me, though: the post says Free includes 5 generations a day, while the live pricing page says 8 a day after sign-in. That makes the $9 question harder to judge because people aren’t evaluating the same free plan. I’d make the three states explicit in one line near the counter: “2 guest tries • 8/day with a free account • Pro: unlimited, cloud history, and share links.” Then repeat it after a successful generation, when upgrading becomes relevant. $9 doesn’t feel obviously high to me; the bigger issue is whether repeat users understand the Pro value before they hit the limit.

  2. 1

    The pricing question may depend less on whether $9 feels reasonable and more on what actually pushes someone past the free workflow.

    Have you seen any pattern yet in what frequent users are doing that makes 5 generations/day meaningfully limiting, rather than enough for most regex work?

  3. 1

    Looks nice!
    My #1 feature would be a history or library I generated.
    Many things I need multiple times, but with time between and building a library in the tool would be important to come back to the tool and continue using it

Trending on Indie Hackers
How to rank #1 on ChatGPT? User Avatar 111 comments I Tested Agenmatic for Finding Customers in Communities — Here’s What I Learned User Avatar 63 comments I built a startup-idea scanner. It just told me none of my 3,400 ideas are easy wins. User Avatar 53 comments A chat assistant that runs your server so you don't have to live in the terminal User Avatar 43 comments Building a Shopify bundles app for stores with real fulfillment: here's the wedge User Avatar 42 comments “I’ll just post on Upwork” is not a client strategy. Here’s what I built instead. User Avatar 36 comments