Tier Free with a Tier CLI and SDKs

Search for a command to run...

No comments yet. Be the first to comment.
Embracing the Power of Metered Pricing In the world of subscription-based businesses, finding the ideal pricing model that maximizes revenue while keeping customers satisfied is paramount. The emergence of metered pricing has opened new doors for bus...
One lesson we've learned talking to companies on their pricing journeys (and from our own in the past) is the importance of separating the concepts of "Billing Engine" and "Pricing Engine". It's one of those things that feels obvious when you see it,...
A new Tier release is ready, and Cloud has already been updated!v0.10.0 is here and it contains many features that have been requested by you. Tier Cloud Tier Cloud is available in Alpha and is now running v0.10.0. We’ve seen many users migrating fr...
We're excited to announce the release Tier 0.9.0, which brings several new features and improvements to our API. New Features Listing Payment Methods The new, experimental, /v1/payment_methods?org=org:acme API returns all payment methods associated w...
We're happy to announce the latest version of Tier. v0.8.0 is now available, and it has several exciting updates! Tier now supports Stripe Checkout using Tier plans, enabling both licensed and metered features in Stripe Checkout. Here is the full run...
We are proud to share Tier CLI, a tool that lets you define and manage your SaaS application's pricing model following best PriceOps practices.
Pricing is the most effective lever to unlock SaaS performance. However, attempts to iterate on pricing are too often hamstrung by complicated workflows, ad hoc conventions, and hidden cross-organization dependencies.
Tier helps you to define a single source of pricing truth that can be safely and easily updated, with a simple json definition optimized for SaaS use cases. This keeps everything aligned as you find the best product-market fit.
We are building Tier to bring sanity to the process of implementing and modifying software pricing.
It's a common pattern to build an app, API or service without any built-in logic to manage pricing, plans or customer access. At some point, it's time to charge money for your product. Eventually, you have to make a change to that pricing, either by modifying the features it grants access to or changing the price or both. Without a single source of truth, a change anywhere means making changes everywhere.
Typically there is no single point of truth for pricing in software. Do you know where to look to see which of your users are paying, what they are entitled to access, and how they will be impacted by future changes? Most of us don't.
If you are at this stage, you may be familiar with the different products out there:

Your app or service also likely has some type of user authentication and authorization service. You may be using a feature flagging service to manage feature enablement for end users.
Most of the time you will end up writing custom connectors between these tools. Keeping track of which tool holds the authoritative data for any given request is unwieldy.
As part of this release, we are also sharing more about pricing.json and our overall configuration-driven approach to Price Operations.
Our goal is to make software price operations safe, easy and reliable.
Safe
All pricing configurations are immutable and versioned within Tier. Once pushed, a plan version and its associated data cannot be changed. This protects against one system being updated, while another gets out of sync.
Easy
Streamlined interfaces are available for pricing configuration, processing and publishing.
Reliable
A pricing change or packaging reconfiguration will not be applied unless it can be done successfully.

Today's release is the Tier CLI. A powerful tool to manage your Stripe account using PriceOps patterns.
The Tier CLI will interface directly with your Stripe account in order to reliably manage your product, pricing, subscription and metering data.
You can then use a Tier SDK to implement usage limits and metering in your app or service.

Our design goal is to make using the Tier CLI easier than using Stripe itself. With the SDK implemented, you will be able to make pricing changes without having to make code changes.
"With the SDK implemented, you will be able to make pricing changes without having to make code changes."
By using pricing.json, the Tier CLI and our SDKs, you can begin safely and reliably applying pricing changes to your products and services. You can also request current limits for metered features, and report usage to stripe. The CLI will act as a sidecar in order to gracefully manage communication with Stripe.
We've spent a lot of time with many eager customers in the last 8 months. These testers have given us an endless amount of insight and have helped us continually improve our design and implementation of Tier, the Tier CLI and our SDKs.
There is much more coming that we are eager to share with you!
Jevon, Blake and Isaac.