diff --git a/recipes/wip/demos/blitz/recipe.toml b/recipes/wip/demos/blitz/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..53dc0362e90e0c25294a17a4b46144d2dc58abf4
--- /dev/null
+++ b/recipes/wip/demos/blitz/recipe.toml
@@ -0,0 +1,8 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/DioxusLabs/blitz"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_examples url markdown
+"""
diff --git a/recipes/wip/demos/dioxus-examples/recipe.toml b/recipes/wip/demos/dioxus-examples/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..a394969dde34bb47d83125225ea620b35c322c36
--- /dev/null
+++ b/recipes/wip/demos/dioxus-examples/recipe.toml
@@ -0,0 +1,10 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/DioxusLabs/dioxus"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_examples calculator clock counters \
+file_explorer hello_world multiwindow popup window_event \
+window_zoom
+"""
diff --git a/recipes/wip/demos/egui/recipe.toml b/recipes/wip/demos/egui/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..000b5d9d36ff2da2086825f0c30a5b63be964956
--- /dev/null
+++ b/recipes/wip/demos/egui/recipe.toml
@@ -0,0 +1,8 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/emilk/egui"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_examples hello_world_simple
+"""
diff --git a/recipes/wip/demos/leptos-counter/recipe.toml b/recipes/wip/demos/leptos-counter/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..d990666b4940412990795b487b9d26a70158d31b
--- /dev/null
+++ b/recipes/wip/demos/leptos-counter/recipe.toml
@@ -0,0 +1,8 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/leptos-rs/leptos"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_examples counter
+"""
diff --git a/recipes/wip/demos/tachyonfx/recipe.toml b/recipes/wip/demos/tachyonfx/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..6093e6a7f8eaea8b5a001b375fa1fec5459b4a36
--- /dev/null
+++ b/recipes/wip/demos/tachyonfx/recipe.toml
@@ -0,0 +1,8 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/junkdog/tachyonfx"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_examples basic-effects open-window tweens
+"""
diff --git a/recipes/wip/demos/taffy/recipe.toml b/recipes/wip/demos/taffy/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..a7d0befda434772bd2c285e0d409909f265fc69c
--- /dev/null
+++ b/recipes/wip/demos/taffy/recipe.toml
@@ -0,0 +1,8 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/DioxusLabs/taffy"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_examples basic cosmic_text
+"""
diff --git a/recipes/wip/dev/dioxus/recipe.toml b/recipes/wip/dev/dioxus/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..f329c71956c923d04aa128db08d5add816ec5260
--- /dev/null
+++ b/recipes/wip/dev/dioxus/recipe.toml
@@ -0,0 +1,8 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/DioxusLabs/dioxus"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages dioxus-cli
+"""
diff --git a/recipes/wip/dev/leptosfmt/recipe.toml b/recipes/wip/dev/leptosfmt/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..04f407a5e79e37d6be9706496c22217e399227b4
--- /dev/null
+++ b/recipes/wip/dev/leptosfmt/recipe.toml
@@ -0,0 +1,8 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/bram209/leptosfmt"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages leptosfmt
+"""
diff --git a/recipes/wip/dev/trunk/recipe.toml b/recipes/wip/dev/trunk/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..1874e01d873c4e47c32a39e1ecf1dd345782fbd6
--- /dev/null
+++ b/recipes/wip/dev/trunk/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/trunk-rs/trunk"
+[build]
+template = "cargo"