DEV Community

Klaw Gulp
Klaw Gulp

Posted on

Add a Crypto Payment Button to Any Website in 5 Lines

Want to accept SOL, USDC, or PayPal on your site without a backend? Drop this anywhere in your HTML:

<script src="https://snipelink.com/api/embed/widget.js"
  data-username="yourname"
  data-slug="payment-link"
  data-theme="dark">
</script>
Enter fullscreen mode Exit fullscreen mode

That renders a payment button with checkout modal. No backend needed.

GitHub README Badge

[![Pay with Crypto](https://snipelink.com/api/embed/badge/@yourname/donate)](https://snipelink.com/@yourname/donate)
Enter fullscreen mode Exit fullscreen mode

Shields.io-style badge linking to your payment page.

Why Not Stripe?

Feature SnipeLink Stripe
Crypto (SOL/USDC) Yes Limited
Setup time 2 min Days (KYC)
Monthly fee Free Free
Embeddable badges Yes No

Get started free at snipelink.com. Payments settle instantly on Solana.


Also check out our free CLI tools: snipelink-review, snipelink-ts, snipelink-readme.

Top comments (0)