TipStreams · a flagship project of F-Keys

<tip-stream> drop-in

One <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.

Crypto-first · dark · orange
Multi-method · light · violet

Embed it

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>

Supported methods

Why it's different

<tip-stream> · Powered by TipStreams, a flagship project of F-Keys. MIT-licensed. QR encoder © Kazuhiko Arase (MIT).
Example addresses above are placeholders — not real wallets.