diff --git a/src/data/tools.json b/src/data/tools.json index 371bd79..7bf322c 100644 --- a/src/data/tools.json +++ b/src/data/tools.json @@ -340,6 +340,12 @@ "tag": "Monthly subscription", "url": "https://diagram.com/?ref=riseofmachine.com" }, + { + "title": "Dora", + "body": "3D website.", + "tag": "Freemium", + "url": "https://www.dora.run/?ref=riseofmachine.com" + }, { "title": "Durable", "body": "AI website builder.", @@ -723,6 +729,12 @@ "body": "Build & deploy.", "tag": "Starting at $29/mo", "url": "https://riku.ai/?ref=riseofmachine.com" + }, + { + "title": "Shader", + "body": "Create AI filters.", + "tag": "Private Beta", + "url": "https://www.shaderapp.com/?ref=riseofmachine.com" } ] }, @@ -1270,6 +1282,12 @@ "tag": "Freemium", "url": "https://www.rewind.ai/?ref=riseofmachine.com" }, + { + "title": "Reword", + "body": "AI-powered copilot.", + "tag": "Freemium", + "url": "https://reword.com/?ref=riseofmachine.com" + }, { "title": "Roboto", "body": "Copilot for sensor data.", diff --git a/src/pages/index.astro b/src/pages/index.astro index 2bd48bf..5dfa98b 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -10,7 +10,7 @@ import Dashboard from "../components/Dashboard";