diff --git a/pom.xml b/pom.xml
index 5cb4eff7..99f1b924 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,6 +28,7 @@
spring-modulith-observability
spring-modulith-runtime
spring-modulith-starter-core
+ spring-modulith-starter-insight
spring-modulith-starter-jdbc
spring-modulith-starter-jpa
spring-modulith-starter-mongodb
diff --git a/spring-modulith-bom/pom.xml b/spring-modulith-bom/pom.xml
index a30599d0..b29c5213 100644
--- a/spring-modulith-bom/pom.xml
+++ b/spring-modulith-bom/pom.xml
@@ -79,6 +79,11 @@
spring-modulith-runtime
0.5.0-SNAPSHOT
+
+ org.springframework.experimental
+ spring-modulith-starter-insight
+ 0.5.0-SNAPSHOT
+
org.springframework.experimental
spring-modulith-starter-jdbc
diff --git a/spring-modulith-starter-insight/pom.xml b/spring-modulith-starter-insight/pom.xml
new file mode 100644
index 00000000..2b7ac5d6
--- /dev/null
+++ b/spring-modulith-starter-insight/pom.xml
@@ -0,0 +1,42 @@
+
+
+ 4.0.0
+
+
+ org.springframework.experimental
+ spring-modulith
+ 0.5.0-SNAPSHOT
+
+
+ spring-modulith-starter-insight
+ Spring Modulith - Starter Insight
+
+
+ org.springframework.modulith.starter.insight
+
+
+
+
+
+ org.springframework.experimental
+ spring-modulith-actuator
+ 0.5.0-SNAPSHOT
+ runtime
+
+
+
+ org.springframework.experimental
+ spring-modulith-observability
+ 0.5.0-SNAPSHOT
+ runtime
+
+
+
+ org.springframework.boot
+ spring-boot-starter-actuator
+ runtime
+
+
+
+
+