DevPayr Documentation
Your payment-agnostic licensing and enforcement platform for developers, designers, agencies, and startups. DevPayr helps you protect your work, enforce ethical usage, and make sure clients cannot use your software unless they’ve paid for it — no matter what payment method you use.
import { DevPayr } from '@xultech/devpayr';
DevPayr.bootstrap({
license: 'YOUR-LICENSE',
secret: 'your secret key',
base_url: 'https://api.devpayr.com',
action: 'boot',
injectables: true,
invalidBehavior: 'modal',
onReady: (res) => console.log('✅', res)
});

Learn more about DevPayr
Browse guides, explore examples, and learn best practices for integrating DevPayr into your client projects or SaaS products.
How license validation works
Using callbacks to activate licenses after payment
Enforcing access with kill-switch patterns
SDK examples for PHP, PYTHON and JS
Join our community
We’re building a community of developers, designers, and creators who value who do not want their software pirated.
Last updated


