STEP #1

Create a Salable account

Create a free Salable account if you don't already have one.

STEP #2

Create an API Key

From the settings section of the Salable dashboard create a new API Key.

A screenshot form the Salable app backend illustrating where the "Create New API Button" can be found
STEP #2b
Skip this step if you intend on making a free Trello Power-Up

Add Payment Integration

From the settings section of the Salable dashboard create a new payment integration.

STEP #3

Clone the Github repo

STEP #4

Add environment variables

Replace the API key on line 20 of js/client.js with your Salable API key.

A screenshot of javascript code awaiting a Salable API Key on line 20

Add your Salable API key and product UUID to the pricing.html config.

A screenshot of html code awaiting a Product UUID on line 12 and a Salable API Key on line 13

Add your Trello API key to the script in index.html.

A screenshot of html code awaiting a Salable API Key on line 14
STEP #5

Build your Power-Up!

Get to it my friend!

STEP #6

Create a Product

Back in the Salable backend, create a new product. You can call this whatever you want.

A screenshot form the Salable app backend illustrating where the "Create New Product" can be found
STEP #7

Create capability

Add a "Delete" capability to the product you just created.

A screenshot form the Salable app backend illustrating where the "Create Capability" can be found
STEP #7

Create a plan

Create a plan and add the new capability "Delete" to it.

Create more plans if you intend to offer paid and free versions of your Trello Power-Up.

A screenshot form the Salable app backend illustrating the creation of a Product's Plan with a highlight over the "Capabilities" section
STEP #8

Start making money!

Now go integrate your new Trello Power-Up and watch the money roll in!