shlogg · Early preview
Jason Park @jjpark987

CodeScript: AI-Powered Coding Problem Solver With FastAPI And React

CodeScript helps with coding problems by providing structured analysis, suggesting solution approaches & refining code implementations through LLM feedback.

One of the hardest parts of solving coding problems, especially for beginners, is figuring out the right approach or algorithm. Once you understand how to break down the problem and select an algorithm, translating it into code becomes much more manageable. 
CodeScript is designed to help with this exact challenge. It provides structured problem analysis, suggests potential solution approaches, and assists in refining code implementations.

  
  
  Workflow

The app works by pulling a random coding problem from a database of LeetCode problems and displaying it to the user. Once the user submit...