diff --git a/recipes/wip/demos/gfx-shader-watch/recipe.toml b/recipes/wip/demos/gfx-shader-watch/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..f79d3bafbf550abad084115358f3189a51509e8a
--- /dev/null
+++ b/recipes/wip/demos/gfx-shader-watch/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/alexheretic/gfx-shader-watch"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_examples watch-shaders
+"""
diff --git a/recipes/wip/demos/if-watch/recipe.toml b/recipes/wip/demos/if-watch/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..78c60464937f3f355517b6a0f0a4cbb7064471db
--- /dev/null
+++ b/recipes/wip/demos/if-watch/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/mxinden/if-watch"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_examples if_watch
+"""
diff --git a/recipes/wip/graphics/watch-stl/recipe.toml b/recipes/wip/graphics/watch-stl/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..e957bb2525fdc5be567ae00acee05d35741e9762
--- /dev/null
+++ b/recipes/wip/graphics/watch-stl/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/bddap/watch-stl-rust"
+[build]
+template = "cargo"
diff --git a/recipes/wip/net/vpncloud/recipe.toml b/recipes/wip/net/vpncloud/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..a5e830ccca9cbcb783703018791a4570f1263272
--- /dev/null
+++ b/recipes/wip/net/vpncloud/recipe.toml
@@ -0,0 +1,6 @@
+#TODO Not compiled or tested
+#TODO require Ruby and asciidoctor at runtime
+[source]
+git = "https://github.com/dswd/vpncloud"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/chromazone/recipe.toml b/recipes/wip/tools/chromazone/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..ed4d600045155863b23a81372f2306dacd606fd6
--- /dev/null
+++ b/recipes/wip/tools/chromazone/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/matze/chromazone"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/funzzy/recipe.toml b/recipes/wip/tools/funzzy/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..cd3933a9c2999b1fa97d2f30ad206ada4e3634d1
--- /dev/null
+++ b/recipes/wip/tools/funzzy/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/cristianoliveira/funzzy"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/kami/recipe.toml b/recipes/wip/tools/kami/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..6fe7cfb0f7cbd4a4e4b9b0c8c7fa86a11a77553f
--- /dev/null
+++ b/recipes/wip/tools/kami/recipe.toml
@@ -0,0 +1,6 @@
+#TODO Not compiled or tested
+#TODO require bat and mpv at runtime
+[source]
+git = "https://github.com/mrfluffy-dev/kami"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/watchmen/recipe.toml b/recipes/wip/tools/watchmen/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..3294395d3a84c6fe81b367372459c46d8a808c49
--- /dev/null
+++ b/recipes/wip/tools/watchmen/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/ahriroot/watchmen"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages watchmen watchmend
+"""