Add SnapAPI project structure + CEO skill
This commit is contained in:
parent
ee17a77309
commit
1e1d7e6678
6 changed files with 306 additions and 0 deletions
18
projects/snapapi/memory/financials.json
Normal file
18
projects/snapapi/memory/financials.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"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": {
|
||||
"free": { "limit": 100, "price": 0 },
|
||||
"starter": { "limit": 1000, "price": 9 },
|
||||
"pro": { "limit": 5000, "price": 29 },
|
||||
"business": { "limit": 25000, "price": 79 }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue