DEV Community

Coder Acco
Coder Acco

Posted on • Edited on

I created an AI code search tool made in Flask called Codel.

#ai

What My Project Does
Codel lets you search code not just from Github, Gitlab or Gitea, But from any reference of that code on the internet. From reddit posts to blog posts containing code.

Target Audience
This is aimed at developers trying to find code, reliably, and not relying on AI to generate new code, But using AI to find code, makimg you more productive.

Comparison
Codel doesn't justlet you search code snippets but entire git repositories, Something most code search tools can't do, relying on you to go to the individual website like Github to search for the repo, Codel simplfies it.

https://codel-search.vercel.app
https://github.com/usero1a/codel-python-public

Top comments (1)

Collapse
 
dotallio profile image
Dotallio

Love the idea of searching for code across the whole internet, not just repos - I've wasted so much time digging through random forums for the right snippet. Does it support searching private repos too?