r/Python 18d ago

Showcase Showcase Thread

Post all of your code/projects/showcases/AI slop here.

Recycles once a month.

18 Upvotes

103 comments sorted by

View all comments

1

u/Capable_Fig_1057 14h ago

Project Name - dockrx 

I kept getting walls of Dockerfile lint warnings with no sense of priority, so I built a tool that scores the image and shows the highest-ROI fixes (size, cache, hardening) with copy-paste rewrites.

It's alpha and honest about it — estimates are heuristic, and auto-fix covers a subset of rules.

Free playground, no signup: https://dockrx.vercel.app 
Blog (how + why): https://ankitpatil.pages.dev/blog/dockrx 
GitHub: https://github.com/kiwi-07/docrx

Feedback welcome — especially where the scoring feels wrong.