Autumn Billing
stackfoundry/autumn-billingFreeBlock
Autumn billing adapter for plan attach, checkout redirects, usage billing, and plan changes.
Install it
npx shadcn@latest add https://stackfoundry.dev/r/autumn-billing.jsonSource
1const deployChecks = [2 "Create Autumn products, plans, and features before wiring production actions",3 "Set AUTUMN_SECRET_KEY in preview and production environments",4 "Validate checkout redirects and saved-payment flows against sandbox customers",5 "Keep plan ids and price decisions in server-owned configuration",6];78export default function AutumnBillingPage() {9 return (10 <main className="flex flex-col gap-6 p-6">11 <div>12 <h1 className="text-2xl font-semibold">Autumn Billing</h1>13 <p className="text-muted-foreground">14 Optional Autumn adapter for plan attach, checkout redirects, usage billing, and plan changes.15 </p>16 </div>17 <div className="grid gap-3">18 {deployChecks.map((check) => (19 <div key={check} className="rounded-lg border p-4 text-sm">20 {check}21 </div>22 ))}23 </div>24 </main>25 );26}
What it pulls in
npm packages
Other registry items
Files it writes
More from stackfoundry
All 157 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Account Deletionaccount-deletion | stackfoundry | Blocks | Free | no deps · 3 files | |
| Account Modesaccount-modes | stackfoundry | Blocks | Free | no deps · 3 files | |
| Account Settingsaccount-settings | stackfoundry | Blocks | Free | no deps · 2 files | |
| Admin Consoleadmin-console | stackfoundry | Blocks | Free | no deps · 2 files | |
| Agent-Ready Installsagent-ready-installs | stackfoundry | Blocks | Free | no deps · 13 files | |
| AI Chatai-chat | stackfoundry | Blocks | Free | 3 deps · 4 files | |
| AI Chatbot SDKai-chatbot-sdk | stackfoundry | Blocks | Free | 3 deps · 2 files | |
| AI Elementsai-elements | stackfoundry | Blocks | Free | no deps · 5 files |
