diff --git a/modules/paragraphs_collection_bootstrap_demo/paragraphs_collection_bootstrap_demo.info.yml b/modules/paragraphs_collection_bootstrap_demo/paragraphs_collection_bootstrap_demo.info.yml
new file mode 100644
index 0000000..0030b0e
--- /dev/null
+++ b/modules/paragraphs_collection_bootstrap_demo/paragraphs_collection_bootstrap_demo.info.yml
@@ -0,0 +1,10 @@
+name: Paragraphs Collection Bootstrap Demo
+type: module
+description: Provides Paragraphs Collection Bootstrap content demo.
+core: 8.x
+package: Paragraphs
+
+dependencies:
+  - paragraphs_collection_bootstrap:paragraphs_collection_bootstrap
+
+
diff --git a/modules/paragraphs_collection_bootstrap_demo/paragraphs_collection_bootstrap_demo.module b/modules/paragraphs_collection_bootstrap_demo/paragraphs_collection_bootstrap_demo.module
new file mode 100644
index 0000000..9eb0dc8
--- /dev/null
+++ b/modules/paragraphs_collection_bootstrap_demo/paragraphs_collection_bootstrap_demo.module
@@ -0,0 +1,6 @@
+<?php
+
+/**
+ * @file
+ * Contains paragraphs_collection_bootstrap.module.
+ */
