Integrate wallet‑native subscriptions in minutes.
// pseudo example
POST /api/plans
{
"name": "Pro",
"priceUSD": 10,
"interval": "monthly"
}
<script src="dripflow.js"></script>
<button id="subscribe">Subscribe with Wallet</button>
<script>
DripFlow.subscribe({ planId: "pro-monthly" })
</script>
Deploy the example contract, set your USDC address, and connect your dashboard.