added week 38 submissions

This commit is contained in:
planetabhi
2024-09-20 16:56:20 +05:30
parent a30b1ae241
commit 03f2505295
4 changed files with 24 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "riseofmachine",
"version": "0.1.0",
"description": "Discover 300+ AI tools curated for makers and SMBs.",
"description": "Discover AI tools curated for makers and SMBs.",
"type": "module",
"private": true,
"scripts": {

View File

@@ -40,6 +40,12 @@
"tag": "Freemium",
"url": "https://exactly.ai/?ref=riseofmachine.com"
},
{
"title": "Flux Lora",
"body": "Generate exquisite images.",
"tag": "$5.90 one-time fee",
"url": "https://fluxlora.net/?ref=riseofmachine.com"
},
{
"title": "Freepik Pikaso",
"body": "Generative AI with Freepik.",
@@ -1468,6 +1474,12 @@
"tag": "Freemium",
"url": "https://www.cognosys.ai/?ref=riseofmachine.com"
},
{
"title": "Cvbee.ai",
"body": "AI-powered CV maker.",
"tag": "Freemium",
"url": "https://cvbee.ai/?ref=riseofmachine.com"
},
{
"title": "Fireflies",
"body": "Transcribe, search & analyze voice convos.",
@@ -1864,6 +1876,12 @@
"tag": "Freemium",
"url": "https://www.heygen.com/?ref=riseofmachine.com"
},
{
"title": "Image2Video",
"body": "Image to video generator.",
"tag": "Freemium",
"url": "https://image2video.ai/?ref=riseofmachine.com"
},
{
"title": "Kaiber",
"body": "Text, photos, and music to videos.",

View File

@@ -16,12 +16,12 @@ const { site, title, tagline } = Astro.props;
<link rel="icon" type="image/svg+xml" href="/icon.png" />
<script src="./theme.js"></script>
<meta name="generator" content={Astro.generator} />
<title>{site} — Discover 300+ AI tools curated for makers and SMBs.</title>
<title>{site} — Discover AI tools curated for makers and SMBs.</title>
<meta name="author" content="Method Black">
<meta name="description" content="Discover 300+ AI tools curated for makers and SMBs.">
<meta name="description" content="Discover AI tools curated for makers and SMBs.">
<meta property="og:title" content="Rise of Machine">
<meta property="og:type" content="website" />
<meta property="og:description" content="Discover 300+ AI tools curated for makers and SMBs.">
<meta property="og:description" content="Discover AI tools curated for makers and SMBs.">
<meta property="og:image" content="https://res.cloudinary.com/drwfwpkeo/image/upload/v1703755911/Light_Screenshot_ub9ydn.png">
<meta property="og:url" content="https://riseofmachine.com/">
<meta name="twitter:card" content="summary_large_image">
@@ -75,7 +75,7 @@ const { site, title, tagline } = Astro.props;
<slot />
<div class="footer">
<p>Created &amp; curated by <a href="https://planetabhi.com/" class="nu-u-link--subtle" target="_blank">@planetabhi</a>. <br /> <a href="https://new-ui.com/templates/directory" class="nu-u-link--subtle" target="_blank">Grab this template</a></p>
<p>Brought to you by <a href="https://planetabhi.com/" class="nu-u-link--subtle" target="_blank">@planetabhi</a>. <br /> <a href="https://new-ui.com/templates/directory" class="nu-u-link--subtle" target="_blank">Grab this template</a></p>
</div>
</body>

View File

@@ -12,7 +12,7 @@ import Dashboard from "../components/Dashboard";
<Layout
site="Rise of Machine"
title="Make the Most of It"
tagline="Discover 300+ AI tools curated for makers and SMBs."
tagline="Discover AI tools curated for makers and SMBs."
>
<main>
<Dashboard client:load />