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
103 lines • 2.04 kB
YAML
saasName: Planable
day: 24
month: 5
year: 2019
currency: USD
hasAnnualPayment: false
features:
posts:
description: ""
valueType: BOOLEAN
defaultValue: true
type: DOMAIN
pages:
description: ""
valueType: BOOLEAN
defaultValue: false
type: DOMAIN
workspaces:
description: ""
valueType: BOOLEAN
defaultValue: true
type: DOMAIN
advancedFeatures:
description: ""
valueType: BOOLEAN
defaultValue: false
type: DOMAIN
realTimeCustomerSupport:
description: ""
valueType: BOOLEAN
defaultValue: false
type: SUPPORT
usageLimits:
usersLimit:
description: ""
valueType: NUMERIC
defaultValue: 3
unit: user
type: NON_RENEWABLE
linkedFeatures: null
postsLimit:
description: ""
valueType: NUMERIC
defaultValue: 1000000000000
unit: post
type: NON_RENEWABLE
linkedFeatures:
- posts
pagesLimit:
description: ""
valueType: NUMERIC
defaultValue: 1000000000000
unit: page
type: NON_RENEWABLE
linkedFeatures:
- pages
workspacesLimit:
description: ""
valueType: NUMERIC
defaultValue: 1
unit: worspace
type: NON_RENEWABLE
linkedFeatures:
- workspaces
plans:
STARTER:
description: ""
monthlyPrice: 24
annualPrice: 24
unit: user/month
features: null
usageLimits: null
PREMIUM:
description: "For small agencies & brands"
monthlyPrice: 99
annualPrice: 99
unit: user/month
features:
pages:
value: true
usageLimits:
usersLimit:
value: 7
workspacesLimit:
value: 5
ENTERPRISE:
description: "For large organizations"
monthlyPrice: Contact Us
annualPrice: Contact Us
unit: user/month
features:
pages:
value: true
advancedFeatures:
value: true
realTimeCustomerSupport:
value: true
usageLimits:
usersLimit:
value: 1000000000000
workspacesLimit:
value: 1000000000000
addOns: null