Guapocado Docs
Config-first billing for products with real entitlement logic.
Guapocado lets teams define billing plans, entitlements, meters, and usage behavior in a JSON or TypeScript config file that lives inside their project.
The CLI pushes that config into sandbox or production, and the SDKs make the runtime checks simple:
await guap.has("advanced-analytics");await guap.usage.consume("api-calls", 1);What Guapocado Handles
Section titled “What Guapocado Handles”- Sandbox and production billing config sync.
- Entitlement checks for users, organizations, teams, workspaces, or projects.
- Metered usage consumption and event ingestion.
- Stripe-backed products, prices, checkout, and subscription webhooks.
- Framework integrations built on top of small core primitives.