Skip to content

Commit ac5dac2

Browse files
committed
fix: Upstash Rate Limiter
1) Fixed a few minor issues. 2) Used existing Shadcn components to maintain UI consistency. 3) Implemented Upstash Rate Limiting and set up a Redis database to prevent spoofing(IP) and report spamming.
1 parent 0c288c4 commit ac5dac2

6 files changed

Lines changed: 218 additions & 204 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"@types/node": "^24.6.1",
3131
"@ungap/with-resolvers": "^0.1.0",
3232
"@upstash/ratelimit": "^2.0.5",
33+
"@upstash/redis": "^1.33.0",
3334
"@vercel/kv": "^3.0.0",
3435
"axios": "^1.8.4",
3536
"canvas": "^3.2.0",

0 commit comments

Comments
 (0)