Code AI authorship detection and analysis in five clicks.
Codetective is a purely client-side WASM app built with the awesome Leptos framework + Tailwind CSS, and is packaged with Trunk; this, I believe, is the best way to develop client-side applications as of now.
Try it out at: https://josehu.com/apps/codetective
Open live reload for development with:
trunk serve --open
Build with minimization optimizations with:
trunk build --release -M --public-url="/apps/codetective"
Over 70% of Codetective's own code is written by LLMs. I took it as an opportunity to learn AI-aided front-end development, and it's fair to say that the experience is pretty good.