Add SnapAPI project structure + CEO skill

This commit is contained in:
Hoid 2026-02-18 20:07:45 +00:00
parent ee17a77309
commit 1e1d7e6678
6 changed files with 306 additions and 0 deletions

View 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 }
}
}