AlexDev

Join the Gang Gang and have the latest AI and Tech content.

Home page View on GitHub

CodeHint Webapp

Posted on 2 September 2023.
webdev llm svelte javascript firebase vercel

About

The CodeHint Webapp is part of the CodeHint plugin I implemented for NeoVim CodeHint. The goal of this project is to make a simple web interface for ChatGPT and Llama2 models to suggest hints for code. And to make it easy for other developers to make API based extensions for other editors.

Usage

The application has 3 pages.

Initially you will get 10 free hints. You can buy 100 credits for $1 and each time you use the hint generation you use 1 credit.

Technologies

To implement this app I have used the FKIT stack.

The application is built using sveltekit.

The application uses firebase to handle authentication and database storage.

For deployment I have used vercel.

Conclusion

This webapp is a good alternative to the neovim plugin I developed, or if you prefer to use the browser.