diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..de818f7b2a63663c0b978ecfecfc760e71de8b69 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# My little chat + +MLC is a little chat built on top of [MLS](https://www.rfc-editor.org/rfc/rfc9420.html). +All communication is E2E encrypted and is not stored on the backend. Deleted right after delivery. + +Currently it's a WIP prototype.