Subscrio Web Admin

The Subscrio library will always be free and open source. Web Admin is an optional commercial app that gives your team a console to look up accounts, change plans, and grant features without writing code or waiting on a deploy.

01

Visual Catalog

Customers, products, plans, billing cycles, subscriptions, and features each have a screen. Look up an account, change a plan, or grant a feature without writing code or waiting on a deploy.

02

Full Subscription Management

You have full visual control over every subscription. Set or override dates, or override feature access on a single record.

03

Dashboard and Reporting

See subscriptions by plan, recent activity, and a searchable audit trail of every customer and subscription change, including Stripe events.

04

Stripe

Point Stripe at the Server App webhook. Subscriptions update from billing events without a custom integration layer.

  • The Server App can act as the full interface between the app and Stripe.
  • Fully automated subscription management.
  • Revenue tracking.
05

Emails

Send mail from subscription events, wrap it in your brand template, and decide who gets which message with visual rules instead of one-off cron jobs.

  • Send customer emails based on subscription events.
  • Fully brandable emails.
  • Comprehensive event rule management system.
06

Pricing Tables

Build a pricing table from the plans you already keep in Subscrio, then drop it on the marketing site instead of hand-syncing feature lists.

  • Helper utility for generating website pricing tables.
07

Remote Library Access

Expose the standard Subscrio library through a secure REST API. Authenticate with an API key, then create customers, manage subscriptions, and check entitlements over HTTP so you can build a web-based subscription model without embedding the package in every service.

API key request
GET /api/customers
Authorization: Bearer $SUBSCRIO_API_KEY
List customers curl
curl https://your-host/api/customers \
  -H "Authorization: Bearer $SUBSCRIO_API_KEY"
Read a feature curl
curl https://your-host/api/customers/demo-cust-013/entitlements \
  -H "Authorization: Bearer $SUBSCRIO_API_KEY"

Pricing

Start with the open-source library. Add the Server App when you want a web console for the same catalog.

Open Source Library

Free

Embed entitlements in your app with TypeScript or .NET

MIT open-source entitlement engine

npm: subscrio

NuGet: Subscrio.Core

Docs and community support via GitHub

Get the Library
Server App

$4,995

one-time

+ $499/year optional

Ongoing support and upgrades

Web console for customers, products, plans, and subscriptions

REST API access with an API key

Stripe, emails, dashboard, and transaction logs

Optional $499/year renewal for support and upgrades

Get Server App License

Frequently Asked Questions

What's free vs paid?

The Subscrio entitlement library is open source and free to use. The Server App is a commercial add-on: a web console and REST API for the same catalog, licensed for $4,995 one-time.

Does this replace the library?

No. Your application still uses the open-source Subscrio library to resolve entitlements. The Server App is the web console and REST API for managing that catalog.

Is the $499 yearly renewal required?

The $499 yearly renewal is optional. It covers ongoing support and upgrades for the Server App.