Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/darkokuzmanovic/lemi-ai

Super simple web wrapper for a Custom GPT specializing in Helpdesk Customer Support. Made using Tauri and Rust.
https://github.com/darkokuzmanovic/lemi-ai

chatgpt customgpt helpdesk tauri

Last synced: about 2 months ago
JSON representation

Super simple web wrapper for a Custom GPT specializing in Helpdesk Customer Support. Made using Tauri and Rust.

Awesome Lists containing this project

README

        

# Lemi AI

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.__

## Features

- Seamless integration of a Custom GPT for Helpdesk Customer Support
- Desktop application with web technologies
- Cross-platform compatibility (Windows, macOS, Linux)

## Development

This project uses Tauri with vanilla HTML, CSS, and JavaScript. To get started with development:

1. Ensure you have Rust and Node.js installed on your system.
2. Clone this repository.
3. Run `npm install` to install dependencies.
4. Use `npm run tauri dev` to start the development server.

## Building

To build the application:

1. Run `npm run tauri build`
2. Find the built application in the `src-tauri/target/release` directory

## Recommended IDE Setup

- [VS Code](https://code.visualstudio.com/) with the following extensions:
- [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode)
- [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for details.