Changelog

What's shipped, and what's next.

ReliPay is in public beta, so this changelog is grouped by phase rather than version date. Once v1.0 ships and the repo goes public, this page becomes a per-release log generated from git tags.

Phase 1 · v1.0Planned

General availability

MIT source code released, hosted-plan pricing + SLA announced, and general availability.

  • Planned

    Hosted plan — pricing + SLA

    Per-app + usage pricing model (likely). Specific rates announced at launch.

  • Planned

    Source code release (MIT)

    ReliPay ships as a published Docker image during Beta 1; the MIT-licensed source code is released after Beta 1 concludes.

Phase 0 · Public betaShipped

Beta-ready stack — auth, billing, usage, panel, SDKs

The full Phase 0 surface is in beta and being onboarded to design-partner teams.

  • New

    Stripe, PayPal, and Razorpay — all live behind one interface

    BillingProvider abstraction with BYO credentials per Tenant. Geographic routing across providers is supported.

  • New

    Plan.kind — SUBSCRIPTION / LICENSE / USAGE

    Plans declare what they bill for. License keys auto-issue on activation of LICENSE plans; USAGE plans bill against tracked meters.

  • New

    Per-Application end-user RBAC

    End-user roles scoped per Application with default-role enforcement.

  • New

    MFA with TOTP + downloadable backup codes

    Enrollment via QR; recovery codes downloadable from the panel. Per-Application 2FA policy (off / optional / required) for end-users.

  • New

    WebAuthn / passkeys

    Passkey enrollment + authentication for both operator accounts and end-users, alongside TOTP.

  • New

    Prepaid credits + credit packs

    CREDIT plan kind backed by an atomic, idempotent balance ledger — one-time top-ups that draw down per use.

  • New

    Transactional email + editable templates

    Verification, password-reset, and magic-link email via BYO or ReliPay-managed Resend, with a template editor in the panel.

  • New

    Coupons + self-service provider webhooks

    Percentage/amount coupons with redemption idempotency, plus one-click webhook registration for Stripe/PayPal from the panel.

  • New

    5+ OAuth providers via OIDC

    Google, GitHub, and additional providers behind the same OIDC interface.

  • New

    Multi-workspace + operator accounts

    Tenants own Workspaces with independent billing config. Operators invite teammates with role assignment.

  • New

    @relipay/{node,react,nextjs,cli,mcp,shared-types}

    Typed SDKs + a non-interactive CLI + a read-only MCP server for Claude / Cursor / Claude Code — all live on npm under the @relipay scope (beta).

  • Improvement

    Admin panel — Stripe-style sidebar + 7-tab application inspector

    Full CRUD across plans, coupons, keys, end-users, and workspace settings. Built fresh in Next.js.