Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions oss.gg/7_create_a_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,25 @@ Your turn 👇
////////////////////////////

» 04-October-2024 by Harsh Bhat [Flask RBAC route protection using unkey](https://github.com/harshsbhat/unkey-flask.git)

» 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/)

» 08-October-2024 by Teddy ASSIH [Django Rest Framework + Unkey](https://github.com/Ionfinisher/unkey-django-template)

» 09-October-2024 by Nazar Poshtarenko [Limit Your API Calls with Unkey Usage-Limited Keys](https://github.com/unrenamed/unkey-rust-rocket.git)

» 10-October-2024 by Novin Noori [Protect and Rate Limit Rust + Actix Web API with Unkey](https://github.com/djnovin/unkey-rust-actix)

» 10-October-2024 by Devansh Baghel [Deno Unkey Ratelimit Starter](https://github.com/Devansh-Baghel/deno-unkey-ratelimit-starter)

» 10-October-2024 by Harsh Bhat [FastAPI Unkey Boilerplate](https://github.com/harshsbhat/unkey-fastapi-boilerplate)

» 11-October-2024 by Prabin Subedi [Starter template for Unkey Route protecttion in Hono Webframework in Cloudflare workers ](https://github.com/prabincankod/hono-unkey-cflare)

» 13-October-2024 by Nazar Poshtarenko [Protect your Feathers API with Custom Key Auth Strategy](https://github.com/unrenamed/unkey-feathers.git)

» 10-October-2024 by Novin Noori [Protect and Rate Limit Rust + Actix Web API with Unkey](https://github.com/djnovin/unkey-rust-actix)
Expand All @@ -57,4 +66,6 @@ Your turn 👇

» 10-October-2024 by Devansh Baghel [Deno Unkey Ratelimit Starter](https://github.com/Devansh-Baghel/deno-unkey-ratelimit-starter)

» 29-October-2024 by Khaan25 [Google Gemini Plant Identifier Nextjs API with Unkey](https://github.com/Khaan25/ai-plant-detector)

Comment on lines +69 to +70
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codebase verification

Repository does not meet side quest requirements

The verification reveals several issues with the submitted repository:

  • Missing LICENSE file which is a required component
  • README.md contains only the default Next.js template content without any project-specific documentation
  • No evidence of Google Gemini or Unkey integration as claimed in the title
  • Repository appears to be a basic Next.js starter template without the promised functionality
🔗 Analysis chain

Verify repository meets side quest requirements.

Let's verify that the linked repository meets all the requirements specified in the side quest.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the repository meets the side quest requirements

# Test 1: Check if repository exists and is public
echo "Checking repository accessibility..."
gh repo view Khaan25/ai-plant-detector

# Test 2: Check for README.md and LICENSE
echo "Checking for required files..."
gh api repos/Khaan25/ai-plant-detector/contents/README.md
gh api repos/Khaan25/ai-plant-detector/contents/LICENSE

# Test 3: Check if this is a unique template
echo "Checking for duplicate templates..."
rg -i "plant.*identifier|plant.*detect" 

Length of output: 5076

🧰 Tools
🪛 LanguageTool

[uncategorized] ~43-~43: The official spelling of this programming framework is “Next.js”.
Context: ...Khaan25 [Google Gemini Plant Identifier Nextjs API with Unkey](https://github.com/Khaa...

(NODE_JS)

---