A simple, stylish, Bitcoin donation page built with HTML, CSS, and JavaScript. Designed for developers and open-source enthusiasts to receive donations via Bitcoin.
Check out a working version here: https://html-preview.github.io/?url=https://github.com/SKOHscripts/donate.github.io/blob/main/donate%2Fredirect.html
- Stylish orange-dark “dev” theme
- Coffee ☕ + Bitcoin ₿ icons with glowing effect
- QR code generated locally (no external trackers)
- Automatic language detection (EN, FR, ES, DE, IT, PT)
- Click-to-copy Bitcoin URI
- Buttons to open wallet, Bitcoin.org, and Lightning Network
- Fully responsive and scrollable on small screens
- Clone the repository:
git clone https://your-username.github.io/your-repo
cd your-repo- Edit the Bitcoin URI in
index.html:
const texts = {
uri: "bitcoin:?lno=YOUR_OWN_BITCOIN_ADDRESS_HERE",
en: { title: "...", subtitle: "...", devMessage: "...", thanksMessage: "...", copied: "Copied! ☕" },
// other languages...
};Replace "YOUR_OWN_BITCOIN_ADDRESS_HERE" with your own Bitcoin address or LNURL.
- Deploy to GitHub Pages:
- Go to your repository → Settings → Pages → Select
mainbranch and/rootfolder → Save. - Wait a few minutes. Your donation page will be available at:
https://your-username.github.io/your-repo
- Optional: Update the README screenshot to reflect your own page.
MIT License – feel free to reuse and modify.
