Trusted by 1,200+ SaaS builders

Launch your billing + auth in minutes, not months

One API key. Customer auth, subscription plans, and billing — ready to ship. No Stripe account needed.

2 API calls to ship
API key auth
Real-time MRR

No Stripe account needed • Free to start • Ship in 1 hour

Try the API
No signup required

Request

POST /v1/customers/register
X-Api-Key: lp_live_abc123xyz

{
  "email": "user@example.com",
  "password": "securepassword",
  "name": "Jane Smith"
}

Response

{  "success": ,true  "token": "eyJhbGciOiJIUzI1NiJ9...",  "customer_id": "cus_4f8a9b2c",  "email": "user@example.com",  "created_at": "2026-03-27T10:00:00Z"}
API Online
< 80ms response
v1.4.2
Trusted Worldwide

Leading the industry in performance and reliability

See why SaaS builders choose Xe Launchpad to power their billing infrastructure

1,200+
Workspaces

SaaS builders using Xe Launchpad to power their billing infrastructure

50M+
API Calls

Processed securely every month across all customer workspaces

99.9%
Uptime

Enterprise-grade reliability with global redundant infrastructure

< 1hr
To Ship

Average time from signup to first paying customer for new builders

Advanced Capabilities

What sets us apart

More than just an API — complete infrastructure for billing, auth, and revenue analytics

Customer Auth

Production-grade authentication baked into every workspace

  • JWT tokens with configurable expiry
  • bcrypt password hashing
  • Refresh token rotation
  • Email verification flows

Subscription Engine

Everything your billing layer needs to handle real customers

  • Plans, billing cycles, trial periods
  • Proration and mid-cycle changes
  • Cancellation and pause flows
  • Grace period and dunning logic

Analytics & MRR

Real-time revenue visibility without a third-party analytics tool

  • Real-time MRR dashboard
  • Churn rate tracking
  • Cohort analysis and LTV
  • Subscriber growth charts

Ready to ship your billing in under an hour?

Join 1,200+ builders who chose Xe Launchpad over months of Stripe integration

Powerful Features

Everything you need to ship billing fast

From customer auth to real-time MRR — production-ready billing infrastructure from day one.

6 features · Customer auth in 2 API calls

Customer Registration

Register users with email, password, and metadata. Returns JWT + customer ID instantly.

Customer Login

Authenticate returning customers and issue fresh JWT tokens with configurable expiry.

JWT Auth

Stateless RS256-signed tokens. Works with any backend language.

API Key Auth

Protect your own endpoints using Xe Launchpad API keys. Validate with a single lookup.

Password Reset

Full email-verified password reset flow with secure token handling and expiry.

Session Management

Refresh token rotation, session revocation, and multi-device logout via API.

Enterprise Features

Webhook Delivery

Guaranteed delivery with auto-retries, backoff, and delivery logs.

White-label

Custom domains, email senders, and dashboard branding.

99.9% SLA

Uptime SLA backed by financial credits. Dedicated infrastructure.

HOW IT WORKS

From zero to billing in under an hour

Most developers go from signup to charging real customers the same day. Here is exactly how.

1
60 seconds

Sign up

Create your workspace, get your API key instantly. No credit card required to start.

Your workspace comes pre-configured with a sandbox environment, test customers, and example plans so you can explore the API before writing a single line of code.

Instant API key
Sandbox included
No card needed
step-1.ts
// Your API key is ready immediately
const client = new XeLaunchpad({
  apiKey: 'lp_live_YOUR_KEY_HERE'
})
2
5 minutes

Define your plans

Create Free, Pro, and Business plans with pricing, feature flags, and trial periods from your dashboard.

Use the visual plan builder or the API to define plan limits, features, and pricing. Plans are live immediately — no deploy required.

Visual plan builder
Feature flags
Instant live
step-2.ts
// Or create plans via the API
await client.plans.create({
  name: 'Pro',
  price: 2900, // $29.00
  interval: 'month',
  features: ['api_access', 'exports']
})
3
30 minutes

Add 2 API calls

Register customers + check subscription. Drop into any app — Node, Python, PHP, mobile, or any HTTP client.

One call registers your user and returns a JWT. One call checks their plan. That is all you need to gate every feature in your product.

2 endpoints total
Any language
Returns JWT
step-3.ts
// Register user (returns JWT)
const { token } = await fetch('/v1/customers/register', {
  headers: { 'X-Api-Key': YOUR_KEY },
  body: JSON.stringify({ email, password })
})

// Gate features by plan
const { active, plan } = await fetch(
  `/v1/subscriptions/${userId}`
)
if (plan === 'pro') showProFeatures()
4
Ongoing

Watch MRR grow

Customers pay, you get paid. Your dashboard shows real-time MRR, active subscribers, and churn as they happen.

No Stripe dashboard, no analytics setup, no spreadsheets. Xe Launchpad tracks every payment, plan change, and cancellation and surfaces it as clean revenue metrics.

Real-time MRR
Churn tracking
Revenue API
step-4.ts
// Revenue metrics available via API
const metrics = await client.analytics.mrr({
  period: 'last_30_days'
})
// { mrr: 12400, growth: '+18%',
//   active: 428, churned: 12 }

Ready to start your clock?

Most builders ship in under 60 minutes. You could be next.

Builder Testimonials

Loved by SaaS builders worldwide

Hear from developers and founders who chose Xe Launchpad to power their billing

We went from 0 to charging customers in 45 minutes. The API was so clean we barely had to read the docs. Xe Launchpad just works — it is the billing infrastructure I wish I had for every SaaS I have ever built.

AK
Alex Kumar
Founder, DocuFlow AI
DocuFlow AI
+340%
Faster Launch
Pricing

One rate. Full access. No monthly fee.

No tiers. No limits. No surprises. You pay nothing until your customers pay — then we take a small cut.

Standard rate
5%per
transaction

That is all. No monthly fee, no setup fee, no per-seat charge. If your customers pay $0 this month, you owe $0.

  • Full API access — every endpoint, no restrictions
  • Unlimited subscribers, unlimited plans
  • Customer auth with JWT (register, login, profile)
  • Subscription engine (create, cancel, check status)
  • Real-time MRR dashboard
  • Webhook event delivery to your endpoints
  • Revenue analytics & CSV export
  • Stripe Connect payout account
  • Priority support
  • Sandbox environment included
Start for free

No credit card required

How money moves

Customer pays$29.00
Stripe processing (2.9% + $0.30)−$1.14
Xeboki platform fee (5%)−$1.45
You receive (weekly)$26.41

Auto-transferred to your Stripe Connect account weekly. Xeboki handles tax collection, chargebacks, and compliance — you just build.

Processing high volume?

Once you are moving serious revenue through Xe Launchpad, the 5% rate is negotiable. Contact us and we will agree on a custom rate for your workspace.

Talk to us about volume pricing
No monthly fee
No Stripe account needed
No subscriber limits
Cancel anytime
Consultation

Book a Consultation

Ready to scale? Let's talk revenue share, integration, and custom rates.

Why book a call?

  • Custom rate for high-volume workspaces
  • Technical integration walkthrough
  • Go live within a day
  • Full Stripe Connect payout setup

Prefer email?

contactus@xeboki.com

We read every message.

0/4000

We'll reach out within one business day.