Paigo Documentation
  • Paigo Dashboard
  • 🏠Overview
    • Home
    • Getting Started with Paigo
    • Key Concepts
  • 💰SaaS Pricing
    • Pricing Basics
      • Product Items
      • Product Plans
    • Model Pricing Structure
      • Pay-as-you-go (Like EC2)
      • Subscription Tier
      • Custom Unit (Like Snowflake)
      • Seat-based Pricing
      • Top-Up Pricing (like OpenAI)
    • Manage Customer Profile
  • 🧩Usage Metering
    • Meter Usage Data at Scale
    • Usage Measurement Template
    • Manage Measurement
    • Infrastructure-based Method
    • Agent-based Method
    • API-based Method
    • Datastore-based Method
    • Configure IAM Role
  • 💳Invoicing and Payment
    • Issue Invoice
      • Automatic Line Item Formatting
    • Process Payment with Stripe
    • Cloud Marketplace Invoicing
    • Handle Tax and Compliance
  • Business Analytics
    • Business Analytics Overview
    • Usage-based Cost Insights
    • Profit Margin Analytics
    • Product Unit Cost
      • Unit Cost for Data Storage
      • Unit Cost for Kubernetes
    • Enable Business Analytics
  • Other
    • Sandbox
    • Customer Wallet and Credits
  • API
    • API Docs
Powered by GitBook
On this page
  • Overview
  • Implement Replit Personal Plan

Was this helpful?

  1. SaaS Pricing
  2. Model Pricing Structure

Subscription Tier

PreviousPay-as-you-go (Like EC2)NextCustom Unit (Like Snowflake)

Last updated 1 year ago

Was this helpful?

Overview

Subscription tiers are very common among SaaS businesses. It's usually the go-to pricing strategy for new businesses. It's easier for both businesses and customers to understand, reasonable and predictable for paying customers. Commonly there are three tiers represent low/medium/high willingness to pay. Replit personal plan is a well-known example of implementing a fixed subscription tier. Its pricing can be found on . The core of this pricing plan is a fixed payment every month, and users are set for the usage limit on various things such as storage, transfer or the number of Repl instances. The billing schema behind is a fixed subscription payment with usage entitlement.

Implement Replit Personal Plan

Replit personal plan can be implemented in Paigo with an offering called Replit Personal Plan with subscription price $20. This offering will be attached with 4 usage dimensions with configurations below.

Dimension Name
Consumption Unit
Usage Entitlement

Account Storage

Gigabyte

10

Outbound Data Transfer

Gigabyte

100

Always On Repl

Count-based

1

Boosted Repl

Count-based

1

💰
this page