diff --git a/README.md b/README.md
index 147d6ee1..4c4acb0c 100644
--- a/README.md
+++ b/README.md
@@ -26,9 +26,9 @@
Kaoto is an integration editor to create and deploy workflows in a visual, low-code way, with developer-friendly features like a code editor and deployments to the cloud. Kaoto augments user productivity via Apache Camel. It accelerates new users and helps experienced developers.
-
+
-
+
### Features
diff --git a/images/catalog.png b/images/catalog.png
deleted file mode 100644
index d0972c8e..00000000
Binary files a/images/catalog.png and /dev/null differ
diff --git a/images/designer.png b/images/designer.png
deleted file mode 100644
index 2a84c61a..00000000
Binary files a/images/designer.png and /dev/null differ
diff --git a/images/kaoto-2.3.0.png b/images/kaoto-2.3.0.png
new file mode 100644
index 00000000..c89d4536
Binary files /dev/null and b/images/kaoto-2.3.0.png differ
diff --git a/images/kaoto-2.3.0_catalog.png b/images/kaoto-2.3.0_catalog.png
new file mode 100644
index 00000000..aac0f7e1
Binary files /dev/null and b/images/kaoto-2.3.0_catalog.png differ
diff --git a/resources/demo.camel.yaml b/resources/demo.camel.yaml
new file mode 100644
index 00000000..13c7c5b5
--- /dev/null
+++ b/resources/demo.camel.yaml
@@ -0,0 +1,58 @@
+- route:
+ id: route-8660
+ description: sensors-to-kafka
+ from:
+ id: from-4254
+ description: sensor_events
+ uri: amqp
+ parameters:
+ destinationName: sensor_events
+ steps:
+ - transform:
+ id: transform-3580
+ - choice:
+ id: choice-2856
+ otherwise:
+ id: otherwise-7547
+ description: any deviation?
+ steps:
+ - to:
+ id: to-2617
+ description: alert-service
+ uri: direct
+ parameters:
+ name: alerts
+ when:
+ - id: when-1621
+ description: in normal range?
+ steps:
+ - to:
+ id: to-2739
+ uri: kafka
+ parameters:
+ topic: x
+ expression:
+ simple:
+ expression: ${header.foo} == 1
+- route:
+ id: route-4232
+ description: alert-service
+ from:
+ id: from-3279
+ description: alert-service
+ uri: direct
+ parameters:
+ name: a
+ steps:
+ - setBody:
+ id: setBody-2152
+ description: set insert query
+ expression:
+ simple:
+ expression: a
+ - to:
+ id: to-1159
+ description: store alert
+ uri: jdbc
+ parameters:
+ dataSourceName: x