An AI code completion system similar to GitHub Copilot - but instead of relying on remote servers, it can use fast and free models such as those on Chutes, Targon, Openrouter, or Groq, or even local models if you have a beefy enough PC.
Eventual plans are to create plugins for popular editors like VSCode, Vim, etc.
Note: README.md is written via AI
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Made the actual server for completions, along with a static endpoint for testing via a CodeMirror code editor.
Also made a test.py for testing that the server actually works, without opening a web browser.