pricing4ts
Version:
 Pricing4TS is a TypeScript-based toolkit designed to enhance the server-side functionality of a pricing-driven SaaS by enabling the seamless integration of pricing plans into the application logic. T
34 lines (33 loc) • 625 B
YAML
saasName: Test
version: '2.0'
url: https://test.com
createdAt: 2024-01-15
currency: EUR
features:
feature1:
description: Feature 1 description
valueType: BOOLEAN
defaultValue: true
type: DOMAIN
feature2:
description: Feature 2 description
valueType: BOOLEAN
defaultValue: false
type: DOMAIN
usageLimits: null
plans:
BASIC:
description: Basic plan
price: 0.0
unit: user/month
features: null
usageLimits: null
PRO:
description: Advanced plan
price: 5.0
unit: user/month
features:
feature2:
value: true
usageLimits: null
addOns: null