diff --git a/hub/services/templates/services/pricelist.html b/hub/services/templates/services/pricelist.html index 7b4db36..a3a0c0c 100644 --- a/hub/services/templates/services/pricelist.html +++ b/hub/services/templates/services/pricelist.html @@ -160,245 +160,10 @@
Our pricing is built on a multi-dimensional model that combines infrastructure costs, service levels, scaling units, and additional services. This creates transparent, predictable pricing while maintaining flexibility for different use cases.
-
- Source: Cloud provider's raw compute pricing
- Includes: vCPUs, RAM, base storage
- Varies by: Cloud provider, region, term length
- Data source: ComputePlan model with Price objects
-
- Purpose: Fixed cost for service level guarantee
- Covers: Basic monitoring, alerting, support
- Varies by: Service level (Standard/Premium)
- Data source: VSHNAppCat model's sla_base field
-
- Purpose: Variable cost based on scale
- Units: Replicas, workers, connections, etc.
- Scaling: Linear or tiered discount models
- Data source: VSHNAppCat.sla_per_unit × calculated units
-
- Purpose: Required or optional additional services
- Types: Commercial licenses, additional features
- Pricing: Base fee or unit rate
- Data source: AddOn model (optional with mandatory=True)
-
- Purpose: Compare against AWS, GCP, Azure, etc.
- Data source: ExternalPriceComparison model
- Matching: Similar specs (vCPUs, RAM, storage)
- Display: Shows price difference and percentage
-
- Purpose: Compare same service on different cloud providers
- Logic: Same VSHNAppCat config, different ComputePlan
- Matching: Exact service specs and SLA levels
- Display: Shows cost difference between providers
-