From 1678067f7db7798e2487b2f0068866e7090ac530 Mon Sep 17 00:00:00 2001 From: planetabhi Date: Mon, 25 Dec 2023 00:13:09 +0530 Subject: [PATCH] added tools --- src/data/tools.json | 18 ++++++++++++++++++ src/pages/index.astro | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) 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";