17 lines
397 B
JSON
17 lines
397 B
JSON
{
|
|
"budget": {
|
|
"total": 0,
|
|
"spent": 0,
|
|
"remaining": 0,
|
|
"note": "Runs on shared K3s cluster — no extra infra cost. Budget needed only for domain + Stripe fees."
|
|
},
|
|
"revenue": {
|
|
"mrr": 0,
|
|
"subscribers": 0
|
|
},
|
|
"pricing": {
|
|
"starter": { "limit": 1000, "price": 9 },
|
|
"pro": { "limit": 5000, "price": 29 },
|
|
"business": { "limit": 25000, "price": 79 }
|
|
}
|
|
}
|