drop-inOne <script> tag. Zero dependencies. Nothing leaves the browser. A branded, scannable tip QR + method picker that deep-links straight to your wallets and payment links — embeddable in any site, bio page, or OBS browser source.
Copy two lines. That's the whole integration.
<!-- 1. load once --> <script src="https://tipstreams.com/widget/tip-stream.js"></script> <!-- 2. drop it anywhere, configure with JSON --> <tip-stream name="@you" accent="#f7931a" theme="dark"> <script type="application/json"> { "heading": "Tip me", "methods": [ { "type": "bitcoin", "address": "YOUR_BTC_ADDRESS" }, { "type": "paypal", "handle": "yourname" }, { "type": "cashapp", "handle": "$yourtag" } ] } </script> </tip-stream>
bitcoin, ethereum, litecoin, dogecoin, bitcoincash, monero, solana — scan opens the viewer's wallet with your address pre-filled.paypal, cashapp, venmo, kofi, or any { "url": "..." }.accent, theme, and per-method labels.<tip-stream> · Powered by TipStreams, a flagship project of F-Keys. MIT-licensed. QR encoder © Kazuhiko Arase (MIT).