Easily monetise TRELLO POWER-UPS

With Salable you can turn your Power-Ups in to money making businesses by adding paid subscription models that can apply to Users, Boards and Workspaces.

Pain-free payments

With Salable, monetising your Power-Ups is a breeze. We handle all the payment and subscription flow, so you can focus on creating amazing power-ups.

Flexible & licensing-free

Easily authorise features and functionalities in your app based on licenses. Licenses can be assigned to individual users, boards, and workflows.

Easy integrations

Integrating with Salable is as easy as using one of our Software Development Kits (SDKs) or querying our REST API.

Pain-free payments

With Salable, monetising your Power-Ups is a breeze. We handle all the payment and subscription flow, so you can focus on creating amazing power-ups.

Flexible & licensing-free

Easily authorise features and functionalities in your app based on licenses. Licenses can be assigned to individual users, boards, and workflows.

Easy integrations

Integrating with Salable is as easy as using one of our Software Development Kits (SDKs) or querying our REST API.

Get statered here!

Monetising your first Trello Power-Up

In the following guide we will show you how to put together a basic Power-Up using our Github Template, and then integrate it with Salable.

  • For this example we have put together a basic Trello Power-Up called "Delete Card".
  • This example is totally configurable so youcan build whatever Power-Up upi are thinking of and monetise it however you want.
  • To get the most out of this guide you'll need some familiarity with the basics of Trello Power-Up development and integration. If you’re not there yet, we suggest starting here.
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.

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

You can find it here.

Step #4

Add environment variables

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

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

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

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.

Step #7

Create capability

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

Step #8

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.

Step #9

Start making money!

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