Ready to Revolutionize Your Coding?
Experience the power of AI-assisted coding and transform your workflow today!
Experience the power of AI-assisted coding and transform your workflow today!
aiCoder is your AI-powered coding assistant, designed to revolutionize JavaScript development. With advanced merging logic and intelligent suggestions, aiCoder simplifies your workflow while maintaining your codebase's integrity.
You can just run it with npx without installing it globally.
Just cd myProject
in to your project folder and launch aiCoder with npx.
Follow these simple steps to install and start aiCoder:
Once started, open http://localhost:3000 in your browser to access the web UI and begin coding with AI assistance.
Using the power of ASTs (abstract syntax trees) we parse the code generated by the LLM and surgically replace sections that are modified in the original file.
This guarantees only syntactically correct code in merged and prevents code modifications that delete or mangle code unrelated to the edit.
Say goodby to copying and pasting code chucks between an LLM conversation and your existing editor.
The classic workflow. You know you do it.
All that copying and pasting between chatGPT and your IDE.
Its time consuming and error prone.
granite3.1-dense
. gpt-4o-mini
model.claude-3-5-haiku
works rather well but is a bit expensive.gemini-1.5-flash
for results similar to gpt-4o-mini
. You can get a free api key here. aiCoder
or a
in your project directory.🤖✎⚡
button../.aiCoder/
folder and restart aiCoder.npm update aicodertool -g
.