Lemi AI is a super simple desktop application that serves as a web wrapper for a Custom GPT specializing in Helpdesk Customer Support. Made using Tauri and Rust.
To use it, you need to have ChatGPT Plus account.
- Seamless integration of a Custom GPT for Helpdesk Customer Support
- Desktop application with web technologies
- Cross-platform compatibility (Windows, macOS, Linux)
This project uses Tauri with vanilla HTML, CSS, and JavaScript. To get started with development:
- Ensure you have Rust and Node.js installed on your system.
- Clone this repository.
- Run
npm install
to install dependencies. - Use
npm run tauri dev
to start the development server.
To build the application:
- Run
npm run tauri build
- Find the built application in the
src-tauri/target/release
directory
- VS Code with the following extensions:
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.