Browser based code editor with chat UI and code autocompletion - lmed
- Chat UI - Easy access language model chat interface.
- Automatic code completion - basic copilot-like functionality. Press ctrl+enter to trigger.
- File System Access API - This feature allows you to open files from your local PC and save them in the browser. These files are saved on your local file system. Please be aware that this functionality is not supported by all browsers.
- Terminal - only available locally.
- Install the dependencies:
yarn install
- Run the development server:
yarn dev
This project is currently in Beta. Any help identifying bugs would be greatly appreciated.