
repo-slopscore
Detect AI/LLM generated code in git repositories via commit history analysis.
ava · Lobsters
The full gallery
Tech stack
60 projects

Detect AI/LLM generated code in git repositories via commit history analysis.
ava · Lobsters

Track trending AI/ML repositories on GitHub with real-time alerts and commit analytics.
@g_saikumar_ · X
Real-time GitHub intelligence for developers, founders, and open-source enthusiasts.

Look up any IPv4 or IPv6 address across geolocation, ASN, registry, and IP reputation sources in one clear report.
@fatwang2ai · X
做了一个 IP 检测工具: 开源。一次查询汇总 13 个数据源的风险评分、代理/机房类型和网络归属。不同平台的判断经常不一样,有些数据库甚至提供付费修正机制。与其只信某一家,不如把共识和差异放在一起看,更全面地了解你的 IP

Upload a photo to get AI critique on composition, lighting, and color, then generate visual references for your next shoot.
PicSpeak — 基于 AI 的摄影点评 Web 应用,上传一张照片,几秒钟内即可获得对构图、光线与色彩的专业分析,同时可以向社区展示你的优秀作品。

Drop PDFs or file folders to create shareable links with password/email gating and visitor analytics.
@emironic · X
- free plugin for Claude and Codex to put your work as public website with single line `publish to Revdoku` prompt.

Find local business leads on Google Maps and automate personalized outreach campaigns.
@azeem_sh123 · X

Generate a personal portfolio website directly from your LinkedIn profile.
u/KevinBell102 · Reddit
Spent too many weekends coding portfolio sites for friends, so I made it automatic instead A few friends who were job hunting for internships and new grad roles had asked me to make them a portfolio site. After building the first few sites, more kept asking me, at which point I wanted to see if I could automate most of the work. That led to me making a tool ( linkdfolio.com ) that takes any LinkedIn and puts together a unique personal site based on your profile. Anyone can use

Organize your tools, workflows, and resources into one accessible workspace.
@mj_jimmi · X

Find beginner-friendly open source issues on GitHub and track your contributions.
@anni_i02 · X

Track trending indie products across GitHub, Hacker News, Product Hunt, and YouTube.
jameshuang23 · Product Hunt
OpenProduct All in one AI product tracer.

Turn HTML, Markdown, notebooks, or PDFs into private, shareable websites instantly.
@thryvate · X
My AI built something cool, let’s share it with some friends.

Embeddable visual workflow builder for web apps with optional AI assistance.
tahazsh · HN
Hi! I’m Taha. In many agentic products that support workflows (including one I worked on), I noticed they either don’t support node-based editors, or use React Flow and go through the difficult work of integrating it into their product to run it and work with their existing logic. So I thought about creating a tool that could help with this by closing the gap between the editor and the runtime. That’s why I created Wayflow. The basic architecture is simple: you just need to create a graph (which is a JSON object) that the runtime knows how to run. The runtime doesn’t care where that graph is coming from, it just needs the right schema. And with the help of the editor, you can create the graph, and then export it or directly save it on your backend in your database. And then when you want to execute it, you just hand it to the runtime. The runtime can either stream the execution (which is useful for the editor), or give you the final result. How you execute the graph is up to you: t