sathxum/stripe-auto-hitter-v2 — reverse-engineered prompt
Reverse engineered prompt
Build me a small self hosted web app for educational QA testing of payment form automation, something I can run on a VPS or in Termux on Android and expose with a Cloudflare tunnel. I want a simple mobile friendly page where I can paste a checkout style test URL, enter a fake BIN or test card pattern, choose how many attempts to run and the delay between them, then start and watch live progress, logs, and results update in the browser. It should handle expired sessions by refreshing and let me export the results to CSV at the end.
Please keep it easy to launch with a Node server, include a basic setup script, an env example, and a quick way to start the public tunnel. Use browser automation in headless mode, but keep everything limited to sandbox or mock payment flows and test data only, not real transactions. If anything is unclear, check current docs online and make it work end to end.
Want more depth? Deep Reverse