diff --git a/recipes/wip/games/vong/recipe.toml b/recipes/wip/games/vong/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..71b324059a7c7dd6f08a377607d8c355b557e313
--- /dev/null
+++ b/recipes/wip/games/vong/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/simbleau/vong"
+[build]
+template = "cargo"
diff --git a/recipes/wip/net/crab-dlna/recipe.toml b/recipes/wip/net/crab-dlna/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..d2997e5aeb5aeb38ddd04f58d9fe65aa2d9b750d
--- /dev/null
+++ b/recipes/wip/net/crab-dlna/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/gabrielmagno/crab-dlna"
+[build]
+template = "cargo"
diff --git a/recipes/wip/net/spis/recipe.toml b/recipes/wip/net/spis/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..08072da62d9c1280e9b6a90cdef6c18ad0659fa5
--- /dev/null
+++ b/recipes/wip/net/spis/recipe.toml
@@ -0,0 +1,8 @@
+#TODO maybe incomplete script, see the Makefile on the repository
+[source]
+git = "https://github.com/gbbirkisson/spis"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages spis-server
+"""
diff --git a/recipes/wip/services/coppwr/recipe.toml b/recipes/wip/services/coppwr/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..332d267be56bae59ceeeb0fbc54ba2e6e1b3b2f7
--- /dev/null
+++ b/recipes/wip/services/coppwr/recipe.toml
@@ -0,0 +1,9 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/dimtpap/coppwr"
+rev = "f4e664b860b89801ec60eee479802f00af3cfdfc"
+[build]
+template = "cargo"
+dependencies = [
+    "pipewire",
+]
diff --git a/recipes/wip/video/pipeline/recipe.toml b/recipes/wip/video/pipeline/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..cf41c34c298263e32d81f7b48549938f89425173
--- /dev/null
+++ b/recipes/wip/video/pipeline/recipe.toml
@@ -0,0 +1,16 @@
+#TODO Not compiled or tested
+[source]
+tar = "https://gitlab.com/schmiddi-on-mobile/pipeline/-/package_files/114831818/download"
+[build]
+template = "custom"
+dependencies = [
+    "gtk4",
+    "glib",
+    "libadwaita",
+    "gdk-pixbuf",
+]
+script = """
+cookbook_cargo
+mkdir -pv "${COOKBOOK_STAGE}"/usr/share/glib-2.0/schemas
+cp -rv "${COOKBOOK_SOURCE}"/data/de.schmidhuberj.tubefeeder.gschema.xml "${COOKBOOK_STAGE}"/usr/share/glib-2.0/schemas
+"""