Pricing System
Pricing System is the current billing-facing layer of LiVi.
Purpose
Its purpose is to centralize billing-related actions in a dedicated interface rather than embedding all payment logic directly inside the product UI.
Current role in the platform
At the current stage, Pricing acts as the billing center for the active Scriptwriter-related paid flow.
It handles plan selection, payment initiation and the entry point into payment confirmation logic.
Structural role
The Pricing System exists as a separate layer from the core Scriptwriter interface.
This split helps maintain clearer system boundaries between:
- product usage
- billing interaction
- payment processing
- access restoration
Current meaning in the architecture
Pricing is not just a pricing page in a visual sense.
In the current architecture, it is a functional billing layer that supports the transition from user intent to payment flow and then to entitlement restoration.
Future direction
As the platform expands, the pricing layer may later support:
- additional products
- broader account-linked access logic
- more structured plan management
- wider billing configuration