From 4d7609abb98bd54fb067fb1a611df128b381d9bb Mon Sep 17 00:00:00 2001 From: Jack Chakany Date: Tue, 28 May 2024 13:24:23 -0400 Subject: [PATCH] Initial Commit --- index.html | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..41dac58 --- /dev/null +++ b/index.html @@ -0,0 +1,61 @@ + + + + Hoot + + + +

What is Hoot?

+ Hoot is a email client built from the ground up to be simpler both for the user, and for keeping your data safe. +
+

Why?

+ Modern email protocols are increasingly complex, leading to security vulnerabilities. Hoot aims to fix this by introducing a new email protocol based on the NOSTR protocol. +
+
+

What is NOSTR?

+ Nostr is a simple, key based social protocol. It uses JSON messages that are signed by private keys that are sent to servers (called relays). + Nostr allows for portability between different relays, which ultimately means that anyone can start a relay and copy all of their data onto it in one click. + This also means that running a private relay for your own use is dead simple. +
+
+

Where?

+ If you are interesting in seeing current progress, there are two GitHub repositories you may be interested in. + +
+ + +