diff --git a/app/javascript/shared/components/CardButton.vue b/app/javascript/shared/components/CardButton.vue
new file mode 100644
index 000000000..c03443dbf
--- /dev/null
+++ b/app/javascript/shared/components/CardButton.vue
@@ -0,0 +1,60 @@
+
+
+ {{ action.text }}
+
+
+
+
+
+
+
diff --git a/app/javascript/shared/components/ChatCard.vue b/app/javascript/shared/components/ChatCard.vue
new file mode 100644
index 000000000..15f7b0827
--- /dev/null
+++ b/app/javascript/shared/components/ChatCard.vue
@@ -0,0 +1,83 @@
+
+
+
+
+
+ {{ title }}
+
+
+ {{ description }}
+
+
+
+
+
+
+
+
+