saas-billing-system
v1.0.0SaaS综合计费系统,支持订阅与用量计费、发票管理、Stripe支付、催款、按比例计费及多平台集成。
Installation
Please help me install the skill `saas-billing-system` from SkillHub official store.
npx skills add Sunshine-del-ux/saas-billing-system
SaaS Billing System
Complete billing solution for SaaS businesses.
Features
- Subscriptions - Monthly/yearly plans
- Usage-based billing - Track metered usage
- Invoicing - Auto-generate invoices
- Payments - Stripe integration
- Dunning - Failed payment recovery
- Proration - Plan changes
Quick Start
# Initialize billing
./billing.sh init
# Create plan
./billing.sh create-plan basic --price 29 --interval monthly
# Setup Stripe
./billing.sh stripe --key $STRIPE_KEY
# View dashboard
./billing.sh dashboard
Plans
- Free tier
- Monthly/Annual
- Usage-based
- Enterprise
Integrations
- Stripe
- PayPal
- Square
Requirements
- Node.js 18+
- Stripe account
Author
Sunshine-del-ux