This is the source code for the bulk of PearAI's functionality. Founded by nang and FryingPan
To download the full product: visit https://trypear.ai To see the parent repository: visit https://github.com/trypear/pearai
PearAI currently only supports OpenAI (more to come soon). It requires an OpenAI API key. You can get an OpenAI API key from platform.openai.com/account/api-keys.
AI Chat | Generate Code | Explain Code | Generate Tests | Find Bugs | Diagnose Errors
Chat with PearAI about your code and software development topics. PearAI knows the editor selection at the time of conversation start.
Instruct PearAI to generate code for you.
Change the selected code by instructing PearAI to create an edit.
Ask PearAI to explain the selected code.
Generate test cases for the selected code.
Find potential defects in your code.
Let PearAI identify error causes and suggest fixes to fix compiler and linter errors faster.
Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes.
To help you get your feet wet and become familiar with our contribution process, we have a list of good first issues that contains things with a relatively limited scope. This is a great place to get started!
- ModelFusion - AI library
- Prism.js - Syntax highlighting
- React - UI rendering
- RubberDuck - The foundation for this is from the open-sourced project RubberDuck. We hope to be much more than this.