diff --git a/GALLERY.md b/GALLERY.md
index 4b0c23d..6f9985f 100644
--- a/GALLERY.md
+++ b/GALLERY.md
@@ -8,4 +8,5 @@ Here's the list of all the community Blueprints submitted to this repository. Se
 | Display Admin Notice                | [Preview](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/adamziel/blueprints/trunk/blueprints/admin-notice/blueprint.json)     | [Source](https://github.com/adamziel/blueprints/blob/trunk/blueprints/admin-notice/blueprint.json)     |
 | Latest Gutenberg plugin             | [Preview](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/adamziel/blueprints/trunk/blueprints/latest-gutenberg/blueprint.json) | [Source](https://github.com/adamziel/blueprints/blob/trunk/blueprints/latest-gutenberg/blueprint.json) |
 | Use wp-cli command to add posts     | [Preview](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/adamziel/blueprints/trunk/blueprints/posts-via-wp-cli/blueprint.json) | [Source](https://github.com/adamziel/blueprints/blob/trunk/blueprints/posts-via-wp-cli/blueprint.json) |
+| Custom Post Type: Books             | [Preview](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/adamziel/blueprints/trunk/blueprints/custom-post/blueprint.json)      | [Source](https://github.com/adamziel/blueprints/blob/trunk/blueprints/custom-post/blueprint.json)      |
 
diff --git a/index.json b/index.json
index dc022ee..af275a1 100644
--- a/index.json
+++ b/index.json
@@ -33,5 +33,14 @@
       "Content",
       "wpcli"
     ]
+  },
+  "blueprints/custom-post/blueprint.json": {
+    "title": "Custom Post Type: Books",
+    "description": "Blueprint that added a custom post type to playground",
+    "author": "bph",
+    "categories": [
+      "Content",
+      "CPT"
+    ]
   }
 }
\ No newline at end of file