diff --git a/recipe/rak19003_chassis.toml b/recipe/rak19003_chassis.toml
new file mode 100644
index 0000000..5ca7b3f
--- /dev/null
+++ b/recipe/rak19003_chassis.toml
@@ -0,0 +1,11 @@
+[outputs]
+rak19003-chassis={version=0.1, type="printed"}
+
+[inputs]
+#filament={}
+
+[dependencies]
+tools=["fdm-printer"]
+
+[action]
+print = { model="https://git.glyphs.tech/sigil-03/rak19003-chassis/raw/commit/4ed10a64b273700523237b353217568aff9f2b6d/skeletonized.3mf", profile="placeholder" }
diff --git a/recipe/rak19003_chassis_and_module.toml b/recipe/rak19003_chassis_and_module.toml
new file mode 100644
index 0000000..6648105
--- /dev/null
+++ b/recipe/rak19003_chassis_and_module.toml
@@ -0,0 +1,10 @@
+[inputs]
+wisblock_starter_kit_rak19007_rak4631 = {}
+rak19003_chassis = {}
+
+[dependencies]
+operator = { skills=["assembly"] }
+
+[action]
+process = """put it all together..."""
+
diff --git a/recipe/wisblock_starter_kit_rak19007_rak4631.toml b/recipe/wisblock_starter_kit_rak19007_rak4631.toml
new file mode 100644
index 0000000..5920fe2
--- /dev/null
+++ b/recipe/wisblock_starter_kit_rak19007_rak4631.toml
@@ -0,0 +1,25 @@
+[outputs.wisblock_starter_kit_rak19007_rak4631]
+comments = """
+This kit includes:
+* RAK 19007 Base Board:
+* RAK 4631 Core:
+ * MCU: Nordic nRF52840 (low power consumption)
+ * Radio: SX1262 (this radio is recommended by meshtastic)
+
+Supports LoRa and BLE.
+
+Max power consumption: 130 mA (@3.7 V assumed) = 481 mW
+* 92 mA from the 4631 at full TX
+* 38 mA from connected sensor boards
+"""
+
+[inputs]
+capital={quantity={amount=24.99, unit="USDollar"}}
+
+[dependencies]
+operator = {skills=["vendor interaction"]}
+
+[action.purchase]
+vendor = [
+ "https://store.rakwireless.com/collections/kits-bundles/products/wisblock-starter-kit?variant=41786685063366"
+]