diff --git a/README.md b/README.md
index f5339ed..5f1ccc7 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,11 @@ The client opens and maintains a WebSocket connection to the server. The server
- |
+ |
+
+
The server provides
- An API with
- Authentication via API keys
@@ -34,6 +36,9 @@ The client provides a persistent outbound connection to the server and forwards
|
+[Screenshots of the app can be seen here](docs/Screenshots.md)
+
+
## Projects
- `src/ReverseLlama.Server`: ASP.NET Core server. Exposes the public proxy endpoint and accepts the outbound client tunnel.
diff --git a/docs/Screenshots.md b/docs/Screenshots.md
new file mode 100644
index 0000000..c09a4ec
--- /dev/null
+++ b/docs/Screenshots.md
@@ -0,0 +1,6 @@
+# Clients view
+
+# Models view
+
+# API Keys view
+
\ No newline at end of file
diff --git a/docs/README_architecture.png b/docs/images/README_architecture.png
similarity index 100%
rename from docs/README_architecture.png
rename to docs/images/README_architecture.png
diff --git a/docs/images/Screenshots_website_apikeys.png b/docs/images/Screenshots_website_apikeys.png
new file mode 100644
index 0000000..6fde323
Binary files /dev/null and b/docs/images/Screenshots_website_apikeys.png differ
diff --git a/docs/images/Screenshots_website_clients.png b/docs/images/Screenshots_website_clients.png
new file mode 100644
index 0000000..de759f1
Binary files /dev/null and b/docs/images/Screenshots_website_clients.png differ
diff --git a/docs/images/Screenshots_website_models.png b/docs/images/Screenshots_website_models.png
new file mode 100644
index 0000000..9a96ab4
Binary files /dev/null and b/docs/images/Screenshots_website_models.png differ