diff --git a/apps/www/app/templates/data.ts b/apps/www/app/templates/data.ts index 1916f618fb..2eec5b7c66 100644 --- a/apps/www/app/templates/data.ts +++ b/apps/www/app/templates/data.ts @@ -40,6 +40,17 @@ export type Template = { }; export const templates: Record = { + "unkey-trpc-ratelimit": { + title: "Unkey ratelimiting with TRPC + Drizzle", + description: "Quickstart using tRPC, Drizzle and Unkey Ratelimiting", + authors: ["Michael"], + repository: "https://github.com/unkeyed/examples/tree/main/unkey-ratelimit-trpc", + image: "/images/templates/unkey-ratelimit-trpc.png", + readmeUrl: + "https://raw.githubusercontent.com/unkeyed/examples/main/unkey-ratelimit-trpc/README.md", + language: "Typescript", + framework: "Next.js", + }, "echo-middleware": { title: "Middleware for golang's Echo framework", description: "Add API key authentication to your Echo API routes", diff --git a/apps/www/public/images/templates/unkey-ratelimit-trpc.png b/apps/www/public/images/templates/unkey-ratelimit-trpc.png new file mode 100644 index 0000000000..ad2fec3f62 Binary files /dev/null and b/apps/www/public/images/templates/unkey-ratelimit-trpc.png differ