diff --git a/recipes/wip/ast-grep/recipe.toml b/recipes/wip/ast-grep/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..674f09ebbb882f1b2db6b568c2d45915d0a74f8a
--- /dev/null
+++ b/recipes/wip/ast-grep/recipe.toml
@@ -0,0 +1,9 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/ast-grep/ast-grep"
+rev = "74c54fc3e322c6017bc043e199420644ad961ff5"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages ast-grep
+"""
diff --git a/recipes/wip/lldap/recipe.toml b/recipes/wip/lldap/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..99a5b05f4c2027fce305bc5dba74b016cea44542
--- /dev/null
+++ b/recipes/wip/lldap/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/lldap/lldap"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages lldap
+"""
diff --git a/recipes/wip/oculante/recipe.toml b/recipes/wip/oculante/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..f538a9d27188094af1e6ea6f7e346543b362bc2f
--- /dev/null
+++ b/recipes/wip/oculante/recipe.toml
@@ -0,0 +1,12 @@
+#TODO Not compiled or tested
+#TODO probably missing dependencies
+[source]
+git = "https://github.com/woelper/oculante"
+rev = "25b6ae94f743988be216dfd341dde159337d193d"
+[build]
+template = "cargo"
+dependencies = [
+    "libxcb",
+    "libxfixes",
+    "gtk3",
+]
diff --git a/recipes/wip/pinnacle/recipe.toml b/recipes/wip/pinnacle/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..12baefb23918f73f8c6f09403b6de15960abbc5c
--- /dev/null
+++ b/recipes/wip/pinnacle/recipe.toml
@@ -0,0 +1,15 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/pinnacle-comp/pinnacle"
+[build]
+template = "custom"
+dependencies = [
+    "libwayland",
+    "libxkbcommon",
+    "libinput",
+    "libeudev",
+    "seatd",
+]
+script = """
+cookbook_cargo_packages pinnacle
+"""