# RegexProof - llms.txt > LLM-readable manifest following the https://llmstxt.org spec. What we are, who we serve, what we do, and how we price it - in plain text for AI agents and crawlers. ## Name & positioning - Product name: RegexProof - Tagline: Describe the pattern, get a working regex - One-line value: RegexProof turns a plain-English description of the text you want to match into a correct regular expression for your language, with a part-by-part explanation and edge cases called out. - Domain: https://regexforge.lxsaihub.com/ - Language: English (en) ## What it does (capabilities) - Plain-English to regex for JS / Python / Go / PCRE / Rust - Part-by-part explanation of every token - Edge-case surfacing (international formats, greedy matches) - Optional test strings to guide generation - 10 free forges/mo across all flavors ## Pricing (USD, monthly unless noted) - **Free** - $0/mo - **Pro** - $19/mo - Checkout: https://regexforge.lxsaihub.com/api/checkout?cycle=monthly (monthly) / https://regexforge.lxsaihub.com/api/checkout?cycle=yearly (yearly) ## FAQ (high-signal Q&A for AI citation) Q1. What is RegexProof? A1. RegexProof turns a plain-English description of the text you want to match into a correct regular expression for your language, with a part-by-part explanation and edge cases called out. Q2. Which regex flavors are supported? A2. JavaScript, Python, Go, PCRE, and Rust — each emitted in the syntax that engine expects. Q3. How is it priced? A3. Free includes 10 forges per month across all five flavors. Pro is $19/mo for unlimited forges and saved history. Q4. How accurate are the generated patterns? A4. RegexProof produces a strong starting point, explains each token, and lists edge cases — but you should still test against your real inputs before shipping. Q5. Can I test against sample strings? A5. Yes. You can paste strings that should match and strings that should not, and RegexProof uses them to guide generation. Q6. Who is it for? A6. Developers, DevOps engineers, and data engineers who would rather describe the pattern than fight the syntax. Q7. Does it explain the regex? A7. Every significant token is annotated in plain language so you can verify the pattern does what you intended. Q8. What edge cases does it surface? A8. International formats, missing separators, and greedy matches that surprise you in production. Q9. Is there an API? A9. Pro includes saved history; checkout is handled through Waffo. Broader API access is on the roadmap. Q10. Is RegexProof a validator? A10. No — it is a generator and explainer. It is a developer utility, not a legal, compliance, or security auditor. ## Key pages (for LLM reference) - Home / landing: https://regexforge.lxsaihub.com/ - Blog: https://regexforge.lxsaihub.com/blog - This manifest: https://regexforge.lxsaihub.com/llms.txt ## Integration & delivery - Web app (Next.js) deployed on Vercel - Payments via Waffo Pancake (merchant of record) - Analytics via Umami ## Red lines (must respect) - Strong starting point, not a guarantee of correctness; test against real inputs. Developer utility, not a legal/compliance/security auditor. ## Contact - Open the app: https://regexforge.lxsaihub.com/