Replace system wording with application

This commit is contained in:
2026-09-07 00:48:19 -03:00
parent e89550b675
commit a0ca910f1c
+4 -5
View File
@@ -10,7 +10,7 @@ plus some extras to help you use Duckity more efficiently and effectively.
## What Duckity Is ## What Duckity Is
Duckity simplifies your API's protection, makes it predictable, and increases the cost an attacker Duckity simplifies your API's protection, makes it predictable, and increases the cost an attacker
has to pay to abuse your system. has to pay to abuse your application.
<Cards> <Cards>
<Card title="Impose a Cost on Abuse" icon={<LiHandCoins />}> <Card title="Impose a Cost on Abuse" icon={<LiHandCoins />}>
@@ -34,7 +34,7 @@ has to pay to abuse your system.
By layering dynamic CPU cost on top of configurable access rules and real-time adaptive costs, users By layering dynamic CPU cost on top of configurable access rules and real-time adaptive costs, users
stop being annoyed by intrusive CAPTCHA puzzles while abusers get an increasing cost. stop being annoyed by intrusive CAPTCHA puzzles while abusers get an increasing cost.
Optimized for scale and heavy concurrent access, Duckity automatically scales with your system Optimized for scale and heavy concurrent access, Duckity automatically scales with your application
without hassle. without hassle.
## Benefits Over CAPTCHAs and Alternatives ## Benefits Over CAPTCHAs and Alternatives
@@ -44,8 +44,8 @@ Duckity provides several improvements over standard CAPTCHAs and CAPTCHA alterna
<Accordions> <Accordions>
<Accordion title="Predictable, Invisible Behavior"> <Accordion title="Predictable, Invisible Behavior">
By relying on modern verifiable delay functions, Duckity is able to provide hands-off By relying on modern verifiable delay functions, Duckity is able to provide hands-off
security to your system and customers without sacrificing on user experience. Abuse cost security to your application and customers without sacrificing on user experience. Abuse
scales dynamically while your users get a predictable application experience, unlike cost scales dynamically while your users get a predictable application experience, unlike
alternatives where delays vary substantially depending on randomness. alternatives where delays vary substantially depending on randomness.
</Accordion> </Accordion>
<Accordion title="Set Up Once, Use Everywhere"> <Accordion title="Set Up Once, Use Everywhere">
@@ -87,4 +87,3 @@ learn how to integrate with your stack in some minutes, head over to the Quick S
<Card href="/quick-start" title="Quick Start" icon={<LiPencil />}> <Card href="/quick-start" title="Quick Start" icon={<LiPencil />}>
Integrate Duckity in less than 5 minutes. Integrate Duckity in less than 5 minutes.
</Card> </Card>