Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appsmithorg/usage-based-pricing
A list of companies and revenue models with usage based billing
https://github.com/appsmithorg/usage-based-pricing
List: usage-based-pricing
awesome-list billing pricing
Last synced: about 2 months ago
JSON representation
A list of companies and revenue models with usage based billing
- Host: GitHub
- URL: https://github.com/appsmithorg/usage-based-pricing
- Owner: appsmithorg
- Created: 2023-04-25T09:28:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-11T13:25:43.000Z (10 months ago)
- Last Synced: 2024-05-23T04:14:28.214Z (8 months ago)
- Topics: awesome-list, billing, pricing
- Language: JavaScript
- Homepage: https://www.usagebased.org
- Size: 349 KB
- Stars: 16
- Watchers: 11
- Forks: 12
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-developer-first-channels - usage-based-pricing
README
# Usage-based Pricing Done Right
The repo behind [UsageBased](https://usagebased.org/), helping people discover products that put customers first with usage-based pricing.
# Contributions welcome!
We're looking for contributions around:
- Compiling products that have a usage-based pricing model
- Compiling usage or metered billing infrastructur vendors### Adding Usage-based pricing vendors
1. Create a new `mdx` file inside the `/vendors` folder as `.mdx`
2. Add the vendor details in the following format.Example submission:
```
---
company: Appsmith
url: https://www.appsmith.com/pricing
category: Internal Tools
usage_metrics: Hours
links: https://www.appsmith.com/blog/usage-based-pricing
oss: OSS
type: Transactional
date_updated: 21-04-2023
---
```Fields:
```
company: company or product name in case specific products follow usage based pricing
url: url of the pricing page
category: category (the more granular the better)
usage_metrics: unit of billing
links: supporting content e.g url of annoucement post
oss: oss/no
type: transactional/ub subscription (transactional if there is no minimum commitment for e.g Appsmith; ub subscription if there is a minimum commitment for e.g Hubspot Marketing)
date_updated: dd-mm-yyyy
```3. Raise a PR, and we'll add it to the list.
### Adding billing vendors
1. Add a new item inside `billing_vendors/vendors.json` file.
2. Add the venfor details in the following format:
```json
{
"name": "",
"url": ""
}
```
3. Raise a PR, and we'll add it to the list.# Run by Appsmith
We're an open source development platform to build and launch internal apps quickly. [Have a look!](https://appsmith.com/)