Autumn Entitlements
stackfoundry/autumn-entitlementsFreeBlock
Autumn entitlement adapter for feature checks, metered usage, check-and-consume, and upgrade context.
Install it
npx shadcn@latest add https://stackfoundry.dev/r/autumn-entitlements.jsonSource
1const deployChecks = [2 "Model boolean, metered, and credit features in Autumn before enforcing gates",3 "Use check before work and track after successful work unless check-and-consume is intentional",4 "Set AUTUMN_SECRET_KEY in preview and production environments",5 "Keep local entitlement names mapped to Autumn feature ids",6];78export default function AutumnEntitlementsPage() {9 return (10 <main className="flex flex-col gap-6 p-6">11 <div>12 <h1 className="text-2xl font-semibold">Autumn Entitlements</h1>13 <p className="text-muted-foreground">14 Optional Autumn adapter for feature checks, metered usage, credits, and upgrade context.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 |
