+ {/* iOS Shortcuts */}
+
+
+
+
+
+
+
+
+ iOS Shortcuts
+
+
+ Add memories directly from iOS
+
+
+
+
+
+
+
+
+
+
+ {/* Chrome Extension */}
+
+
+
+
+
+
+
+
+
+ Chrome Extension
+
+
+ Coming Soon
+
+
+
+ Save web content with one click
+
+
+
+
+
+
+
+
+ More integrations are coming soon! Have a suggestion? Share it with us
+ on{" "}
+
+ X
+
+ .
+
+
+
+ {/* API Key Modal */}
+
+
+ );
+}
diff --git a/apps/web/public/images/ios-shortcuts.png b/apps/web/public/images/ios-shortcuts.png
new file mode 100644
index 00000000..044fb683
Binary files /dev/null and b/apps/web/public/images/ios-shortcuts.png differ
diff --git a/packages/lib/constants.ts b/packages/lib/constants.ts
index 1bfd1ea8..fde5bce1 100644
--- a/packages/lib/constants.ts
+++ b/packages/lib/constants.ts
@@ -1,4 +1,13 @@
const BIG_DIMENSIONS_NEW = 1536
const DEFAULT_PROJECT_ID = "sm_project_default"
+const SEARCH_MEMORY_SHORTCUT_URL =
+ "https://www.icloud.com/shortcuts/f2b5c544372844a38ab4c6900e2a88de"
+const ADD_MEMORY_SHORTCUT_URL =
+ "https://www.icloud.com/shortcuts/ec33b029b2c7481d89eda7640dbb7688"
-export { BIG_DIMENSIONS_NEW, DEFAULT_PROJECT_ID }
+export {
+ BIG_DIMENSIONS_NEW,
+ DEFAULT_PROJECT_ID,
+ SEARCH_MEMORY_SHORTCUT_URL,
+ ADD_MEMORY_SHORTCUT_URL,
+}