Home

madison / open-git

public
Overview Code History Branches Pull requestsIssuesInsights Campfire Docs
main
HomeOverview Code PRsIssues

feat(billing): prepaid namespace compute credit wallets

last month

fb6278a
Authored
Madison7/30/2026, 12:30:28 AM
Add Stripe top-ups, millidollar metering, and entitlement checks so managed CI and Autopilot spend shared namespace credit without a monthly pack.

Parent91957fc

12 files changed
  • apps/web/app/api/stripe/billing-webhook/route.ts+77−0
  • apps/web/app/settings/account/account-settings-sections/payments.tsx+336−16
  • apps/web/app/settings/account/payments/billing-actions.ts+55−0
  • apps/web/db/pr-autopilot.ts+41−2
  • apps/web/db/wallet.ts+327−0
  • apps/web/lib/billing/checkout.ts+223−0
  • apps/web/lib/billing/entitlements.ts+202−0
  • apps/web/lib/billing/metering.ts+61−0
  • apps/web/lib/billing/pricing.test.ts+82−0
  • apps/web/lib/billing/pricing.ts+163−0
  • apps/web/lib/billing/stripe-billing-events.ts+36−0
  • apps/web/lib/stripe-platform.ts+170−0