Vibe-coded side project (USING SAID METHODS).
A flask server that pretends to be a Vscode fork.
You can write code in natural language that gets interpreted by a locally running AI model, which then translates it to an actual programming language and runs it on your computer.
- Have python installed
- Have pip installed
- dependencies to install from a terminal:
pip install flask requests - run main.py by running it into an IDE or by running in the terminal:
python main.py - visit http://127.0.0.1:5000/
If you don't have modules installed on your computer it will probably not work.
Don't run this in public for too long since if you can access the flask webserver from a different device someone can execute code on your computer simply by writing pseudo-code into the environment.
As always you can find me on https://haxs.dev/