FAQ

Common questions.

Everything you need to know before you start. Still stuck? Email us.

What does LearnCodeGuide analyze?

It analyzes pasted or uploaded code for bugs, security risks, refactor opportunities, code explanations, and test ideas — depending on the selected mode. All-in-One runs everything at once.

Do I need to upload a full project?

No. You can start with a single function, file, or snippet. LearnCodeGuide works on whatever you paste — no project setup or full codebase required.

What modes are available?

Debug, Security, Refactor, Explain, Tests, and All-in-One. There is also a Double Check option that runs a second AI model on the same code for extra verification — available on Pro and PAYG plans.

What is Double Check?

Double Check re-runs your code through a second, independent AI model and compares the verdicts. When both models agree you get higher confidence; when they differ, the disagreement is surfaced so you can review it. It is available on Pro and Pay-as-you-go plans.

How does the GitHub Actions integration work?

You add a small workflow file and an API key secret to your repository, and every new pull request is reviewed automatically with findings posted inline — no manual steps. Every account gets 5 free PR reviews to try it; after that, the GitHub Actions plan ($12/month) gives you 30 reviews per month.

How is this different from a normal AI chat tool?

LearnCodeGuide is structured around code analysis. Every result includes severity levels, exact line numbers, and replacement code — without needing to write a prompt or interpret an open-ended answer.

How long is the free trial?

14 days, with no credit card required. You get access to all analysis modes during the trial so you can evaluate the full product before deciding.

What languages are supported?

JavaScript (including TypeScript and JSX), Python, Java, C#, and C++.