diff --git a/apps/www/app/templates/data.ts b/apps/www/app/templates/data.ts index c5fcca3c70..d6150c7760 100644 --- a/apps/www/app/templates/data.ts +++ b/apps/www/app/templates/data.ts @@ -9,6 +9,7 @@ export const frameworks = [ "Bun", "Echo", "Flask", + "Axum", ] as const; export type Framework = StrArrayToUnion; // id -> label @@ -48,10 +49,21 @@ export type Template = { }; export const templates: Record = { + "rust-axum": { + title: "Secure your Rust Axum API", + description: "A Rust API service using Unkey for API key validation with the Axum framwork.", + authors: ["unrenamed"], + repository: "https://github.com/unrenamed/unkey-rust-axum", + image: "/images/templates/rust-axum.png", + readmeUrl: + "https://raw.githubusercontent.com/unrenamed/unkey-rust-axum/refs/heads/main/README.md", + language: "Rust", + framework: "Axum", + }, "cost-ratelimit": { title: "Cost based Ratelimiting", description: "Ratelimit your AI application based on estimated cost", - authors: ["unrenamed"], + authors: ["hashsbhat"], repository: "https://github.com/harshsbhat/ordox", image: "/images/templates/cost-ratelimit.png", readmeUrl: "https://raw.githubusercontent.com/harshsbhat/ordox/refs/heads/main/README.md", diff --git a/apps/www/public/images/templates/rust-axum.png b/apps/www/public/images/templates/rust-axum.png new file mode 100644 index 0000000000..791058417d Binary files /dev/null and b/apps/www/public/images/templates/rust-axum.png differ diff --git a/oss.gg/7_create_a_template.md b/oss.gg/7_create_a_template.md index 8f28531802..7c0b07fb31 100644 --- a/oss.gg/7_create_a_template.md +++ b/oss.gg/7_create_a_template.md @@ -31,6 +31,7 @@ Your turn 👇 » 04-October-2024 by Nazar Poshtarenko [Time-Sensitive API Keys for Digital Content Access](https://github.com/unrenamed/unkey-pdf-view.git) +» 06-October-2024 by Nazar Poshtarenko [Protect your Rust + Axum API with Unkey](https://github.com/unrenamed/unkey-rust-axum.git) » 06-October-2024 by Harsh Bhat [Cost Based ratelimiting](https://github.com/harshsbhat/ordox) [Live](https://ordox.vercel.app/) ---