Skip to main content

Servers

The following are example backend projects that are preconfigured to work with Deep Chat. Each one includes a variety of endpoints that can be used to host your own service or act as a proxy for the following AI APIs - OpenAI, HuggingFace, Cohere.

The projects are setup to work with the example UI project. Once the server and UI are both running - they should be able to communicate with each other right out of the box.

Express

JavaScript project that uses Node's ExpressJS framework:

Nest

JavaScript project that uses Node's NestJS framework:

Click for GitHub Project

Click for GitHub Project

Spring Boot

Java project that uses the Spring Boot framework:

Click for GitHub Project

Go

Go project that uses the native http package:

Click for GitHub Project

Flask

Python project that uses the Flask framework:

Click for GitHub Project

Next

JavaScript project that uses the Next framework. This project does not need to use the UI example mentioned above as it already contains all of the required code. Additionally, it is ready to be deployed to a hosting platform such as Vercel:

Click for GitHub Project

SvelteKit

TypeScript project that uses the SvelteKit framework. This project does not need to use the UI example mentioned above as it already contains all of the required code. Additionally, it is ready to be deployed to a hosting platform such as Vercel:

Click for GitHub Project

Troubleshooting

If you are experiencing issueswith any of the examples - please see github issues or create a new issue ticket and we will look into it as soon as possible.