A web app that generates a UPI payment QR after the user enters an amount.
Designed to be easy to deploy, self-host, and customize.
- Upload
index.html,config.js,style.cssandscript.jsto any static hosting service - Or open it directly in a browser for local use
- HTTPS is recommended for best sharing support
UPI details are hard-coded inside config.js.
Edit the following values :
- Payee Name: THE BLACK ENTERPRISES
- UPI ID: theblackenterprises@idbi
- Currency: INR
Amount is always entered by the user.
| File |
|---|
Index.html |
style.css |
config.js |
script.js |
- Runs fully in the browser
- No backend required
- No data storage or tracking
This project is licensed under the MIT License.