Arcjet Security
stackfoundry/arcjet-securityFreeBlock
Arcjet request protection starter for bot detection, shielding, and rate limits.
Install it
npx shadcn@latest add https://stackfoundry.dev/r/arcjet-security.jsonSource
1const deployChecks = [2 "Create the provider project and add production env vars",3 "Run the included smoke route after deploy",4 "Document alerting, retries, and rollback behavior",5];67export default function ArcjetSecurityPage() {8 return (9 <main className="flex flex-col gap-6 p-6">10 <div>11 <h1 className="text-2xl font-semibold">Arcjet Security</h1>12 <p className="text-muted-foreground">Application-layer protection for bots, abuse, and expensive endpoints.</p>13 </div>14 <div className="grid gap-3">15 {deployChecks.map((check) => (16 <div key={check} className="rounded-lg border p-4 text-sm">{check}</div>17 ))}18 </div>19 </main>20 );21}
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 |
