Skip to content

Commit

Permalink
feat: add template
Browse files Browse the repository at this point in the history
  • Loading branch information
chronark committed Oct 8, 2024
1 parent 574ced6 commit 2f78c8f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions apps/www/app/templates/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const frameworks = [
"Bun",
"Echo",
"Flask",
"Django",
"Axum",
] as const;
export type Framework = StrArrayToUnion<typeof frameworks>;
Expand Down Expand Up @@ -49,6 +50,17 @@ export type Template = {
};

export const templates: Record<string, Template> = {
"python-django": {
title: "Django endpoint protection with Unkey",
description: "Django application implementing API key-verification with Unkey RBAC.",
authors: ["Ionfinisher"],
repository: "https://github.com/Ionfinisher/unkey-django-template",
image: "/images/templates/python-django.png",
readmeUrl:
"https://raw.githubusercontent.com/Ionfinisher/unkey-django-template/refs/heads/main/README.md",
language: "Python",
framework: "Django",
},
"rust-axum": {
title: "Secure your Rust Axum API",
description: "A Rust API service using Unkey for API key validation with the Axum framwork.",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2f78c8f

Please sign in to comment.