diff --git a/.gitmodules b/.gitmodules
index 5ac647fa802f41ea220835fc06db354ef9d95ec1..07bc4621056c36d435e75c225b2d370c7fd2a335 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,9 +1,12 @@
-[submodule "dist/lib/ldp-display"]
-	path = dist/lib/ldp-display
-	url = git@git.happy-dev.fr:happy-dev/ldp-display.git
 [submodule "dist/lib/webcomponentsjs"]
 	path = dist/lib/webcomponentsjs
 	url = https://github.com/webcomponents/webcomponentsjs
 [submodule "dist/lib/xmpp-chat-component"]
 	path = dist/lib/xmpp-chat-component
 	url = git@git.happy-dev.fr:happy-dev/xmpp-chat-component.git
+[submodule "dist/lib/sib-core"]
+	path = dist/lib/sib-core
+	url = git@git.happy-dev.fr:startinblox/sib-core.git
+[submodule "dist/lib/sib-router"]
+	path = dist/lib/sib-router
+	url = git@git.happy-dev.fr:startinblox/sib-router.git
diff --git a/dist/lib/ldp-display b/dist/lib/ldp-display
deleted file mode 160000
index cbba4db47150bcac8e86a364e2a4b20ad27fb387..0000000000000000000000000000000000000000
--- a/dist/lib/ldp-display
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit cbba4db47150bcac8e86a364e2a4b20ad27fb387
diff --git a/dist/lib/sib-core b/dist/lib/sib-core
new file mode 160000
index 0000000000000000000000000000000000000000..444d258357cc525300c291e45f7be7f920f972e1
--- /dev/null
+++ b/dist/lib/sib-core
@@ -0,0 +1 @@
+Subproject commit 444d258357cc525300c291e45f7be7f920f972e1
diff --git a/dist/lib/sib-router b/dist/lib/sib-router
new file mode 160000
index 0000000000000000000000000000000000000000..e374dc48aed24e62096a9ca6c15e5f78833c35ca
--- /dev/null
+++ b/dist/lib/sib-router
@@ -0,0 +1 @@
+Subproject commit e374dc48aed24e62096a9ca6c15e5f78833c35ca
diff --git a/src/html/dependencies-dev.php b/src/html/dependencies-dev.php
index 2534619c25b014f6991f61ed3e4dfb578db7861e..c1024b539a16863aafb435b5fbf215d6e0db6146 100644
--- a/src/html/dependencies-dev.php
+++ b/src/html/dependencies-dev.php
@@ -12,7 +12,7 @@
     <script type="text/javascript" src="<?php echo $dn; ?>/src/js/hd-app.js?v=<?php echo $v ?>"></script>
 
     <!-- Web components -->
-    <link rel="import" href="<?php echo $dn; ?>/dist/lib/ldp-display/ldp-display.html?v=<?php echo $v ?>" />
-    <link rel="import" href="<?php echo $dn; ?>/dist/lib/ldp-display/ldp-router.html?v=<?php echo $v ?>" />
+    <link rel="import" href="<?php echo $dn; ?>/dist/lib/sib-core/sib-display.html?v=<?php echo $v ?>" />
+    <link rel="import" href="<?php echo $dn; ?>/dist/lib/sib-router/sib-router.html?v=<?php echo $v ?>" />
     <link rel="import" href="<?php echo $dn; ?>/dist/lib/xmpp-chat-component/chat-window-component.html?v=<?php echo $v ?>">
 
diff --git a/src/html/dependencies-prod.php b/src/html/dependencies-prod.php
index 762f4bb3df4f009f3bbd5ec895c76870f54e1a46..c633b3ee216a93e0bd815d574aefe0bbefb7040f 100644
--- a/src/html/dependencies-prod.php
+++ b/src/html/dependencies-prod.php
@@ -13,6 +13,6 @@
 <script type="text/javascript" src="<?php echo $dn; ?>/src/js/hd-app.js?v=<?php echo $v ?>"></script>
 
 <!-- Web components -->
-<link rel="import" href="https://cdn.happy-dev.fr/ldp-display/ldp-display.html?v=<?php echo $v ?>" />
-<link rel="import" href="https://cdn.happy-dev.fr/ldp-display/ldp-router.html?v=<?php echo $v ?>" />
+<link rel="import" href="https://cdn.happy-dev.fr/sib-core/sib-display.html?v=<?php echo $v ?>" />
+<link rel="import" href="https://cdn.happy-dev.fr/sib-router/sib-router.html?v=<?php echo $v ?>" />
 <link rel="import" href="https://xmpp-chat-component.happy-dev.fr/chat-window-component.html?v=<?php echo $v ?>">