diff --git a/src/data/tools.json b/src/data/tools.json index a0fe985..518d27f 100644 --- a/src/data/tools.json +++ b/src/data/tools.json @@ -94,6 +94,12 @@ "tag": "Freemium", "url": "https://lexica.art/?ref=riseofmachine.com" }, + { + "title": "Melies", + "body": "AI Filmmaking software.", + "tag": "Private Beta", + "url": "https://melies.co/?ref=riseofmachine.com" + }, { "title": "Midjourneysref", "body": "MidJourney sref codes.", @@ -124,6 +130,12 @@ "tag": "Freemium", "url": "https://sdxlturbo.ai/?ref=riseofmachine.com" }, + { + "title": "SREF Midjourney", + "body": "Midjourney sref codes library.", + "tag": "Freemium", + "url": "https://sref-midjourney.com/?ref=riseofmachine.com" + }, { "title": "Stockimg", "body": "Create images with AI.", @@ -303,6 +315,12 @@ "body": "AI pair programmer.", "tag": "Starting at $10/mo", "url": "https://github.com/features/copilot/?ref=riseofmachine.com" + }, + { + "title": "Melty", + "body": "AI code editor.", + "tag": "Early access", + "url": "https://melty.sh/?ref=riseofmachine.com" } ] }, @@ -1672,6 +1690,12 @@ "tag": "Freemium", "url": "https://consensus.app/?ref=riseofmachine.com" }, + { + "title": "Domain Name Generator", + "body": "Generate domain names.", + "tag": "Freemium", + "url": "https://refined.so/tools/free-domain-name-generator?ref=riseofmachine.com" + }, { "title": "Isaac", "body": "Workspace for researchers.", @@ -1704,6 +1728,18 @@ } ] }, + { + "title": "SEO", + "category": "seo", + "content": [ + { + "title": "WriteText Shopify", + "body": "Generate product and SEO texts.", + "tag": "Freemium", + "url": "https://writetext.ai/shopify?ref=riseofmachine.com" + } + ] + }, { "title": "Social Media", "category": "social", @@ -1767,6 +1803,12 @@ "body": "Social media and SEO tools.", "tag": "Not available", "url": "https://www.360toolz.com/?ref=riseofmachine.com" + }, + { + "title": "Videolulu", + "body": "Ideas into viral shorts.", + "tag": "Freemium", + "url": "https://videolulu.com/?ref=riseofmachine.com" } ] }, diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index f6d5b29..6445369 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -75,7 +75,7 @@ const { site, title, tagline } = Astro.props;