I just launched the early version of LearnCodeGuide.
It's an AI tool that analyzes your code and gives it a health score with suggestions for improvement.
You paste your code, choose the analysis mode (debug, security, refactor, tests, explain or all-in-one), and the platform analyzes things like:
• logic issues • performance problems • security risks • maintainability problems
It then returns a score and detailed findings with suggested fixes.
The project is still evolving and I'm actively improving it based on feedback.
I would really appreciate thoughts from other developers.
AndreiDia•1h ago
I started building this tool because when writing or learning code it's often hard to know if the code is actually good or just "working".
LearnCodeGuide analyzes code and returns a health score with detailed findings and suggested fixes.
You can run different analysis modes like: • debug • security • refactor • tests • explain • all-in-one
The goal is to help developers quickly identify logic issues, performance problems, security risks and maintainability issues.
This is still the early version and I'm actively improving it based on feedback.
Happy to answer any questions.