diff --git a/README.md b/README.md
index 6a02cb58..303ad315 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,7 @@ Some requirements in this alpha stage are that your Nextcloud:
- **๐ Profile info:** No need to fill out more profiles โ your info from Nextcloud will be used and extended.
- **๐ Own your posts:** Everything you post stays on your Nextcloud!
- **๐ธ Open standards:** We use the established [ActivityPub](https://en.wikipedia.org/wiki/ActivityPub) standard!
+- **๐จ Nice illustrations:** Made by [Katerina Limpitsouni of unDraw](https://undraw.co).
## Development setup
diff --git a/img/undraw/direct.svg b/img/undraw/direct.svg
new file mode 100644
index 00000000..e05224b7
--- /dev/null
+++ b/img/undraw/direct.svg
@@ -0,0 +1 @@
+
diff --git a/img/undraw/global.svg b/img/undraw/global.svg
new file mode 100644
index 00000000..500b086b
--- /dev/null
+++ b/img/undraw/global.svg
@@ -0,0 +1 @@
+
diff --git a/img/undraw/likes.svg b/img/undraw/likes.svg
new file mode 100644
index 00000000..ac852647
--- /dev/null
+++ b/img/undraw/likes.svg
@@ -0,0 +1 @@
+
diff --git a/img/undraw/local.svg b/img/undraw/local.svg
new file mode 100644
index 00000000..6f9bf0a0
--- /dev/null
+++ b/img/undraw/local.svg
@@ -0,0 +1 @@
+
diff --git a/img/undraw/notifications.svg b/img/undraw/notifications.svg
new file mode 100644
index 00000000..84f3f1c9
--- /dev/null
+++ b/img/undraw/notifications.svg
@@ -0,0 +1 @@
+
diff --git a/img/undraw/posts.svg b/img/undraw/posts.svg
new file mode 100644
index 00000000..0804e4b5
--- /dev/null
+++ b/img/undraw/posts.svg
@@ -0,0 +1 @@
+
diff --git a/img/undraw/profile.svg b/img/undraw/profile.svg
new file mode 100644
index 00000000..7133e5b5
--- /dev/null
+++ b/img/undraw/profile.svg
@@ -0,0 +1 @@
+
diff --git a/img/undraw/setup.svg b/img/undraw/setup.svg
new file mode 100644
index 00000000..ba0eab52
--- /dev/null
+++ b/img/undraw/setup.svg
@@ -0,0 +1 @@
+
diff --git a/src/components/Composer.vue b/src/components/Composer.vue
index 11f20a0e..1bdb78b6 100644
--- a/src/components/Composer.vue
+++ b/src/components/Composer.vue
@@ -33,7 +33,7 @@
+ placeholder="What would you like to share?" @keyup.enter="keyup" />
diff --git a/src/components/EmptyContent.vue b/src/components/EmptyContent.vue
new file mode 100644
index 00000000..82e62ef0
--- /dev/null
+++ b/src/components/EmptyContent.vue
@@ -0,0 +1,56 @@
+
+
+
+