Made and maintained with love by Appsmith. Contribute to this page by raising a PR on Github.
Website: https://usage-based-pricing.vercel.app/
- Create a new
mdx
file inside the/vendors
folder as<vendor_name>.mdx
- Add the vendor details in the folloing format.
--- title: Appsmith url: https://www.appsmith.com/pricing (Link to their pricing page) industry: Internal Tools usage_metrics: Hours (w/ a cap) links: https://www.appsmith.com/blog/usage-based-pricing (Annoucemnts / Related links) oss: OSS/NO type: Transactional date_updated: 21-04-2023 ---
- Create a PR
- Add a new item inside
billing_vendors/vendors.json
file. - Use the following format:
{ "name": "", "url": "" },