The problem Quill solves
Developer's favourite Code Reviewer application that releases you from the boundaries of opening multiple tabs to debug and just switch to a single application to analyse not just errors but also your code quality. Apart from Devs, the application is build for escalating interview rounds at organisations rather than spending hours to review candidate's code cleanliness & robustness.
Challenges we ran into
- Well, this was the first time us choosing to integrate AI in a project. Just as a beginner would do, we landed up in openAI's site looking to get free credits to start with. Funny part being we kept generating secret tokens & obviously landed up getting errors as openAI stopped giving free credits actually. That was a time we regret choosing this project. Our mentor informed us about Anthropic's ClaudeAI API and trust me that was a life-saver as we received our free credits and yup, here we are.
- Secondly , we did struggle choosing the perfect UI for our application but Aceternity UI,Three.js paved a smooth path.
- The client & server were working fine locally but we faced some CORS error while deploying , so basically we went to server & added a CORS origin so that it can accept request from any domain.
- We faced minor issues in coming out with the perfect prompt by doing reverse prompt engineering.