Home›Launches›Autumn
27

Autumn 🍂 build any pricing model with a few lines of code

A layer over Stripe that lets you charge your users however you want. It's the easiest way to set up and iterate on pricing.

TLDR; Autumn is an open-source layer over Stripe that allows you to implement any pricing model in just a few lines of code. We track feature usage & user access, deal with all your billing logic, manage custom plans and more.

https://www.youtube.com/watch?v=V4cwLNyNMCg

The Problem

  1. Today, there are more ways than ever to monetize software. The best companies change their pricing multiple times a year.
  2. Building a pricing model is hard. Dealing with subscription states, webhooks, and usage-tracking can take weeks.
  3. Maintaining it is worse. It’s prone to breaking with pricing changes, new features, etc.

Our Solution

Autumn is an open-source layer over Stripe that abstracts this into a few lines of code. Here’s how it works:

First, create a pricing model in Autumn

Define your product’s features and pricing in our UI. You have the power to charge however you want:

  • Subscriptions + add-ons
  • Usage-based + overage charges
  • Credits + top-ups
  • Bill upfront or end period
  • Flexible billing and reset cycles.

Autumn synchronizes the pricing you create into Stripe.

Then, integrate the pricing model into your application

When your user chooses a plan, call Autumn’s attach function and a corresponding Stripe checkout URL will be returned.

When your user tries to use a feature, check if they have access by calling Autumn’s entitled function.

If it’s a usage-based feature, you can also send us usage events to track.

That’s it. We take care of the subscription state, what the customer has access to, upgrading/downgrading plans, and all other logic.

How Autumn is different

Historically, feature flagging and metered billing have been separate products. Autumn combines them into a seamless experience, allowing you to fully decouple pricing and billing logic from your code.

AI is changing the way we think about software’s value, and enterprise clients are demanding optionality. Today’s software demands more flexible pricing, our customers are choosing Autumn to handle it all while moving faster.

It’s fully open-source, and easy to self-host. You can take the reigns at any point and customize Autumn to your every need.

Our Ask

  • Sign up here for free—we want to hear your feedback!
  • Read our docs and star our Github repo.
  • If you want to talk about integration, chat with us. We’ll help you build your pricing and integrate it live.