Skip to content

Latest commit

 

History

History
87 lines (55 loc) · 2.12 KB

File metadata and controls

87 lines (55 loc) · 2.12 KB

Hintify

While everyone is thinking about creating apps in just one prompt, we are thinking of how to be better developers. Hintify, unlike other AI tools won't give you direct code to your needs. Instead, it gives you hints about your logic error in code and then you figure the error out!

Demo

Watch the video

Key Features

  • Code help: We scrape your active session code and give you hints on what's wrong with your code. Be it logical or compile time error.

  • Voice Query: While it will gives you suggestions every minute, you have the ability to query it anytime you want.

  • Language Support: You can talk to it 90+ languages.

Stuck on how to write a binary search? Ask it and get a response in Mickey Mouse, Yoda and more voices

Dependencies

☐ axios
☐ dotenv
☐ elevenlabs
☐ openai

Locally installed dependencies

☐ sox
☐ afplay (Mac Specific, comes pre-installed)

Running Hintify Locally

Follow these steps to set up and run the Hintify VS Code extension on your computer.

1. Clone the GitHub repo

git clone git@github.com:HandsomeSB/Hintify.git
cd Hintify

2. Install npm packages

npm install

3. Install local dependencies

Mac

brew install sox

Windows

  • Download and install Sox.
  • Add Sox to your system's PATH environment variable.

4. Open the project in VS Code

code .

5. Add .env file and API keys

create a .env file in the project root directory and add elevenlabs and openai api keys.

OPENAI_KEY=
ELEVEN_KEY=

6. Run the extension in VS Code's Extension Host

npm run test

Alternatively, press F5 in VS Code to start a new Extension Development Host window.

Usage

  • Once installed, Hintify runs automatically in the background.
  • Click on the Hintify's icon on the left pane to bring up the Hintify panel.
  • Press the Push to talk Button and start conversing with Mickey Mouse, your personal coding Buddy