diff --git a/Readme.md b/Readme.md index 026a1a3..2c5fa79 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,8 @@ # Chatto A self hosted chat application with end-to-end encrypted messaging. +![Chatto Preview](chatto-preview-main.png) + Documentation available [here](https://git.arcusiridis.com/nova/Chatto/wiki) The backend is written in Java, and uses Spring Boot. The app itself provides a front end written with thymeleaf templates. The chat AJAX logic is written in TypeScript without any JS framework. The app exposes a JSON API that the inbuilt front end uses to provide chat functionality. However, this API can also be used by a separate client app to provide the same functions. diff --git a/chatto-preview-main.png b/chatto-preview-main.png new file mode 100644 index 0000000..f0e3f17 Binary files /dev/null and b/chatto-preview-main.png differ