Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kinotio/gelda
Gelda is a revolutionary AI-powered helpdesk assistant designed to provide users with an efficient and personalized support experience. 🤖
https://github.com/kinotio/gelda
ai helpdesk helpdesk-chatbot helpdesk-ticketing helpdesk-tools nextjs self-hosted shadcn-ui supabase typescript
Last synced: about 2 months ago
JSON representation
Gelda is a revolutionary AI-powered helpdesk assistant designed to provide users with an efficient and personalized support experience. 🤖
- Host: GitHub
- URL: https://github.com/kinotio/gelda
- Owner: kinotio
- License: mit
- Created: 2024-06-08T10:40:13.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T14:43:07.000Z (3 months ago)
- Last Synced: 2024-09-17T13:03:20.463Z (3 months ago)
- Topics: ai, helpdesk, helpdesk-chatbot, helpdesk-ticketing, helpdesk-tools, nextjs, self-hosted, shadcn-ui, supabase, typescript
- Language: TypeScript
- Homepage: https://gelda.kinotio.io
- Size: 1.35 MB
- Stars: 10
- Watchers: 0
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![build](https://github.com/kinotio/gelda/workflows/build/badge.svg)
![license](https://img.shields.io/github/license/kinotio/gelda?color=success)Gelda is a revolutionary AI-powered helpdesk assistant designed to provide users with an efficient and personalized support experience. 🤖
## Usage
Pull directly the Gelda image from the Github Container Registry:
```sh
docker pull ghcr.io/kinotio/gelda:latest
```And run it
```sh
docker run --name kinotio_gelda -p 3000:3000 -d ghcr.io/kinotio/gelda:latest
```## Build from source
You can use Docker to use it as service inside a container or test it in your local machine
Clone the repository and change directory to be inside of the repository directory and run these commandsBuild the Docker image with this command
```sh
docker build -t kinotio/gelda .
```And, run it with this
```sh
docker run --name kinotio_gelda -p 3000:3000 -d kinotio/gelda
```## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.