Coming Soon

Instant monetization for your SaaS

A Stripe integration that works out of the box on your APIs and frontend

Setup recurring billing

Manage your subscription plans on ROQ's console, along with the rules of access and usage limits on each plan.

Plan based access to features on your app

Setup access rules for each plan that grant or restrict access to entities on your database.Also protect access to parts of your frontend or API based on the user's billing plan.


import { usePaymentApi } from "@roq/nextjs"
function MyPremiumFeature() {
  const { hasAccess } = usePaymentApi()
  return (
    <>
      { hasAccess("my_premium_feature") ? 
      	(<Button>Download Media</Button>)
        :
        (<span>Upgrade your plan to access this content</span>)
      }
    </>
  )
}

Ready to launch your SaaS
in a week?