diff --git a/recipes/wip/demos/blade/recipe.toml b/recipes/wip/demos/blade/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..578d06fcdfbe17c5a117dbd0303faa4200b29202
--- /dev/null
+++ b/recipes/wip/demos/blade/recipe.toml
@@ -0,0 +1,8 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/kvark/blade"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_examples bunnymark particle ray-query scene
+"""
diff --git a/recipes/wip/demos/blue-engine/recipe.toml b/recipes/wip/demos/blue-engine/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..f112e8806089ee2945d8bee8b71e7168bc514f40
--- /dev/null
+++ b/recipes/wip/demos/blue-engine/recipe.toml
@@ -0,0 +1,8 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/AryanpurTech/BlueEngine"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_examples triangle square cube rotate_around wireframe
+"""
diff --git a/recipes/wip/demos/euc/recipe.toml b/recipes/wip/demos/euc/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..b664ace3dc8c244bdac9d9a1331409146b8f0747
--- /dev/null
+++ b/recipes/wip/demos/euc/recipe.toml
@@ -0,0 +1,8 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/zesterer/euc"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_examples spinning_cube teapot texture_mapping triangle wireframes
+"""
diff --git a/recipes/wip/demos/rpt/recipe.toml b/recipes/wip/demos/rpt/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..d17db672cf287c13a1d90405ab5d18cd850bfe41
--- /dev/null
+++ b/recipes/wip/demos/rpt/recipe.toml
@@ -0,0 +1,8 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/ekzhang/rpt"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_examples basic cylinder fractal_spheres fractal_teapots glass marbles metal rustacean sphere spheres teapot
+"""
diff --git a/recipes/wip/demos/speedy2d/recipe.toml b/recipes/wip/demos/speedy2d/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..6ca563a667dded4e5e36b2e8232c4b7cd98c19db
--- /dev/null
+++ b/recipes/wip/demos/speedy2d/recipe.toml
@@ -0,0 +1,8 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/QuantumBadger/Speedy2D"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_examples animation hello_world moving_text
+"""
diff --git a/recipes/wip/demos/xilem/recipe.toml b/recipes/wip/demos/xilem/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..a78f265e94526c030f16c4e75f55b1804135058c
--- /dev/null
+++ b/recipes/wip/demos/xilem/recipe.toml
@@ -0,0 +1,8 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/linebender/xilem"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_examples components
+"""
diff --git a/recipes/wip/graphics/terminal/sloth/recipe.toml b/recipes/wip/graphics/terminal/sloth/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..18307b26bec6f65e624088268848ecfdf9420f12
--- /dev/null
+++ b/recipes/wip/graphics/terminal/sloth/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/ecumene/rust-sloth"
+[build]
+template = "cargo"