Refactor
This commit is contained in:
+542
-320
File diff suppressed because it is too large
Load Diff
+15
-739
@@ -15,745 +15,21 @@ import "@new-ui/spacings";
|
||||
>
|
||||
<main>
|
||||
<!-- Audio tools -->
|
||||
<section>
|
||||
<h6 class="separator nu-c-h6">🎛 Audio</h6>
|
||||
<ul role="list" class="link-card-grid">
|
||||
{data.tools[0].content.map(({url, title, body, tag}) => {
|
||||
return <Card
|
||||
href={url}
|
||||
title={title}
|
||||
body={body}
|
||||
tag={tag}
|
||||
/>
|
||||
})}
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<!-- Copywriting tools -->
|
||||
<section>
|
||||
<h6 class="separator nu-c-h6">✍ Copywriting</h6>
|
||||
<ul role="list" class="link-card-grid">
|
||||
{data.tools[1].content.map(({url, title, body, tag}) => {
|
||||
return <Card
|
||||
href={url}
|
||||
title={title}
|
||||
body={body}
|
||||
tag={tag}
|
||||
/>
|
||||
})}
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<!-- Design tools -->
|
||||
<section>
|
||||
<h6 class="separator nu-c-h6">🎨 Design Tools</h6>
|
||||
<ul role="list" class="link-card-grid">
|
||||
{data.tools[2].content.map(({url, title, body, tag}) => {
|
||||
return <Card
|
||||
href={url}
|
||||
title={title}
|
||||
body={body}
|
||||
tag={tag}
|
||||
/>
|
||||
})}
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<!-- Developer tools -->
|
||||
<section>
|
||||
<h6 class="separator nu-c-h6">🖥 Developer Tools</h6>
|
||||
<ul role="list" class="link-card-grid">
|
||||
<Card
|
||||
href="https://aws.amazon.com/codewhisperer/?ref=riseofmachine.com"
|
||||
title="Amazon CodeWhisperer"
|
||||
body="Generate code suggestions."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.autoregex.xyz/?ref=riseofmachine.com"
|
||||
title="AutoRegex"
|
||||
body="Effortless conversions from English to RegEx."
|
||||
tag="Free"
|
||||
/>
|
||||
<Card
|
||||
href="https://github.com/postman-open-technologies/bingchain/?ref=riseofmachine.com"
|
||||
title="BingChain"
|
||||
body="Langchain/AutoGPT alternative in ~300 lines of core code."
|
||||
tag="Open-source"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.buildt.ai/?ref=riseofmachine.com"
|
||||
title="Buildt"
|
||||
body="Quickly search & understand large codebases."
|
||||
tag="Free, Extension"
|
||||
/>
|
||||
<Card
|
||||
href="https://codeium.com/?ref=riseofmachine.com"
|
||||
title="Codeium"
|
||||
body="AI-powered toolkit."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.codium.ai/?ref=riseofmachine.com"
|
||||
title="CodiumAI"
|
||||
body="Test and analyze code."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://csm.ai/?ref=riseofmachine.com"
|
||||
title="CSM"
|
||||
body="Translate data into 3D world models."
|
||||
tag="Free"
|
||||
/>
|
||||
<Card
|
||||
href="https://cursor.sh/?ref=riseofmachine.com"
|
||||
title="Cursor"
|
||||
body="Editor for pair-programming with AI."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://github.com/corca-ai/EVAL/?ref=riseofmachine.com"
|
||||
title="EVAL"
|
||||
body="Elastic versatile agent with langchain."
|
||||
tag="Open-source"
|
||||
/>
|
||||
<Card
|
||||
href="https://github.com/features/copilot/?ref=riseofmachine.com"
|
||||
title="GitHub Copilot"
|
||||
body="AI pair programmer."
|
||||
tag="Starting at $10/mo"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.gptduck.com/?ref=riseofmachine.com"
|
||||
title="GPTDuck"
|
||||
body="Question answering against any Github repository."
|
||||
tag="Free"
|
||||
/>
|
||||
<Card
|
||||
href="https://gpux.ai/?ref=riseofmachine.com"
|
||||
title="GPUX"
|
||||
body="Run AI training dockerized."
|
||||
tag="Pay-as-you-go"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.helicone.ai/?ref=riseofmachine.com"
|
||||
title="Helicone"
|
||||
body="Track costs, usage & latency for GPT applications."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://lightning.ai/?ref=riseofmachine.com"
|
||||
title="Lightning"
|
||||
body="Train, deploy & build AI with PyTorch."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://liner.ai/?ref=riseofmachine.com"
|
||||
title="Liner"
|
||||
body="Build & deploy ML applications."
|
||||
tag="Free, Beta"
|
||||
/>
|
||||
<Card
|
||||
href="https://nuclia.com/?ref=riseofmachine.com"
|
||||
title="Nuclia"
|
||||
body="Search & generative answers."
|
||||
tag="Starting at $30/mo"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.mystic.ai/pipeline-catalyst/?ref=riseofmachine.com"
|
||||
title="Pipeline Catalyst"
|
||||
body="Serverless GPU inference for ML models."
|
||||
tag="Starting at $12.99/mo"
|
||||
/>
|
||||
<Card
|
||||
href="https://learning.postman.com/docs/getting-started/basics/about-postbot/?ref=riseofmachine.com"
|
||||
title="Postbot"
|
||||
body="AI assistant for API workflows."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://promptlayer.com/?ref=riseofmachine.com"
|
||||
title="PromptLayer"
|
||||
body="Log, search & manage prompt templates."
|
||||
tag="Open-source"
|
||||
/>
|
||||
<Card
|
||||
href="https://retune.so/?ref=riseofmachine.com"
|
||||
title="Retune"
|
||||
body="Train & customize your own AI model, generate API."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://riku.ai/?ref=riseofmachine.com"
|
||||
title="Riku"
|
||||
body="Build no-code prompts & datasets for AI models."
|
||||
tag="Starting at $29/mo"
|
||||
/>
|
||||
<Card
|
||||
href="http://rtutor.ai/?ref=riseofmachine.com"
|
||||
title="RTutor"
|
||||
body="Chat with your data via AI."
|
||||
tag="Open-source"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.runpod.io/?ref=riseofmachine.com"
|
||||
title="RunPod"
|
||||
body="Rent cloud GPUs from $0.2/hour."
|
||||
tag="Starting at $0.2/hr"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.shaped.ai/?ref=riseofmachine.com"
|
||||
title="Shaped"
|
||||
body="Recommendations & notifications using ML."
|
||||
tag="Flat-fee/mo"
|
||||
/>
|
||||
<Card
|
||||
href="https://stability.ai/?ref=riseofmachine.com"
|
||||
title="Stable Diffusion"
|
||||
body="Image synthesis with latent diffusion models."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://syntheticaidata.com/?ref=riseofmachine.com"
|
||||
title="Synthetic"
|
||||
body="Train & improve AI models."
|
||||
tag="Beta"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.tabnine.com/?ref=riseofmachine.com"
|
||||
title="Tabnine"
|
||||
body="Assistant for software developers."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://teachablemachine.withgoogle.com/?ref=riseofmachine.com"
|
||||
title="Teachable Machine"
|
||||
body="Create ML models for your sites & apps."
|
||||
tag="Free"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.textomap.com/?ref=riseofmachine.com"
|
||||
title="Textomap"
|
||||
body="Generate interactive maps from text."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://tinq.ai/?ref=riseofmachine.com"
|
||||
title="Tinq"
|
||||
body="NLP API toolkit, NLP as a service."
|
||||
tag="Starting at $15/mo"
|
||||
/>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<!-- Image editing tools-->
|
||||
<section>
|
||||
<h6 class="separator nu-c-h6">🌄 Image Editing</h6>
|
||||
<ul role="list" class="link-card-grid">
|
||||
<Card
|
||||
href="https://imglarger.com/?ref=riseofmachine.com"
|
||||
title="AI Image Enlarger"
|
||||
body="Enhance & upscale images."
|
||||
tag="Starting at $0/mo"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.astria.ai/?ref=riseofmachine.com"
|
||||
title="Astria"
|
||||
body="Create custom images."
|
||||
tag="Starting at $0.10/prompt"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.befunky.com/?ref=riseofmachine.com"
|
||||
title="BeFunky"
|
||||
body="Edit photos, create graphics & make photo collages."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://bgeraser.com/?ref=riseofmachine.com"
|
||||
title="Bg Eraser"
|
||||
body="Remove objects & clean up pics."
|
||||
tag="Starting at $0/mo"
|
||||
/>
|
||||
<Card
|
||||
href="https://bria.ai/?ref=riseofmachine.com"
|
||||
title="Bria"
|
||||
body="Create customized visual content at scale."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.erase.bg/?ref=riseofmachine.com"
|
||||
title="Erase Bg"
|
||||
body="Remove background from images."
|
||||
tag="Starting at $0/mo"
|
||||
/>
|
||||
<Card
|
||||
href="https://getimg.ai/editor/?ref=riseofmachine.com"
|
||||
title="Getimg AI"
|
||||
body="Edit images with text."
|
||||
tag="Starting at $0/mo"
|
||||
/>
|
||||
<Card
|
||||
href="https://greenscreenai.com/?ref=riseofmachine.com"
|
||||
title="Green Screen AI"
|
||||
body="Change the background of any image."
|
||||
tag="Free, In-app purchases"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.hama.app/?ref=riseofmachine.com"
|
||||
title="Hama"
|
||||
body="Erase objects from your photo."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://letsenhance.io/?ref=riseofmachine.com"
|
||||
title="Lets Enhance"
|
||||
body="Enhance, upscale & generate pictures."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://magicstudio.com/magiceraser/?ref=riseofmachine.com"
|
||||
title="Magic Eraser"
|
||||
body="Remove unwanted things."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.nostalgia.photo/?ref=riseofmachine.com"
|
||||
title="Nostalgia Photo"
|
||||
body="Restore old photographs."
|
||||
tag="Starting at $3"
|
||||
/>
|
||||
<Card
|
||||
href="https://palette.fm/?ref=riseofmachine.com"
|
||||
title="Palette"
|
||||
body="Colorize pictures."
|
||||
tag="Pay-as-you-go"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.photoroom.com/?ref=riseofmachine.com"
|
||||
title="PhotoRoom"
|
||||
body="Remove and change background."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.remove.bg/?ref=riseofmachine.com"
|
||||
title="Removebg"
|
||||
body="Remove image background."
|
||||
tag="Pay-as-you-go"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.restorephotos.io/?ref=riseofmachine.com"
|
||||
title="Restore Photos"
|
||||
body="Restoring old photos."
|
||||
tag="Open-source"
|
||||
/>
|
||||
<Card
|
||||
href="https://sdxlturbo.ai/?ref=riseofmachine.com"
|
||||
title="SDXL Turbo"
|
||||
body="Text-to-image generation."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.topazlabs.com/topaz-photo-ai/?ref=riseofmachine.com"
|
||||
title="Topaz Photo AI"
|
||||
body="Noise reduction, sharpening & upscaling."
|
||||
tag="Starting at $199"
|
||||
/>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<!-- Productivity tools -->
|
||||
<section>
|
||||
<h6 class="separator nu-c-h6">📈 Productivity</h6>
|
||||
<ul role="list" class="link-card-grid">
|
||||
<Card
|
||||
href="https://www.springworks.in/albus/?ref=riseofmachine.com"
|
||||
title="Albus"
|
||||
body="Knowledge bot for Slack."
|
||||
tag="Starting at $4.99/mo"
|
||||
/>
|
||||
<Card
|
||||
href="https://useblocks.io/?ref=riseofmachine.com"
|
||||
title="blocks"
|
||||
body="AI-powered no-code email builder."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://chatgptwriter.ai/?ref=riseofmachine.com"
|
||||
title="ChatGPT Writer"
|
||||
body="Generate emails & replies."
|
||||
tag="Free, Extension"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.cognosys.ai/?ref=riseofmachine.com"
|
||||
title="CognosysAI"
|
||||
body="Web-based AI Agent."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://consensus.app/?ref=riseofmachine.com"
|
||||
title="Consensus"
|
||||
body="Find and summarize research papers."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://dust.tt/?ref=riseofmachine.com"
|
||||
title="Dust"
|
||||
body="AI assistant for teams."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://everlearns.com/?ref=riseofmachine.com"
|
||||
title="EverLearns"
|
||||
body="AI learning space."
|
||||
tag="Starting at $119/yr"
|
||||
/>
|
||||
<Card
|
||||
href="https://fireflies.ai/?ref=riseofmachine.com"
|
||||
title="Fireflies"
|
||||
body="Record, transcribe, search & analyze voice convos."
|
||||
tag="Starting at $0/mo"
|
||||
/>
|
||||
<Card
|
||||
href="https://flowgpt.com/?ref=riseofmachine.com"
|
||||
title="FlowGPT"
|
||||
body="Library of ChatGPT prompts."
|
||||
tag="Community"
|
||||
/>
|
||||
<Card
|
||||
href="https://focusflow.ai/?ref=riseofmachine.com"
|
||||
title="FocusFlow.ai"
|
||||
body="Track and improve your day."
|
||||
tag="Beta"
|
||||
/>
|
||||
<Card
|
||||
href="https://gamma.app/?ref=riseofmachine.com"
|
||||
title="Gamma"
|
||||
body="Generate docs, decks & webpages."
|
||||
tag="Beta"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.glean.com/?ref=riseofmachine.com"
|
||||
title="Glean"
|
||||
body="Search all company apps."
|
||||
tag="Not available"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.krater.ai/?ref=riseofmachine.com"
|
||||
title="Krater.ai"
|
||||
body="SuperApp for all things Generative AI"
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://maester.app/?ref=riseofmachine.com"
|
||||
title="Maester"
|
||||
body="GPT-3 template engine."
|
||||
tag="Free"
|
||||
/>
|
||||
<Card
|
||||
href="https://magical.so/?ref=riseofmachine.com"
|
||||
title="Magical"
|
||||
body="Schedule, coordinate & automate your meetings."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://mavex.ai/?ref=riseofmachine.com"
|
||||
title="Mavex.ai"
|
||||
body="Personal AI executive assistant."
|
||||
tag="Freemium, Extension"
|
||||
/>
|
||||
<Card
|
||||
href="https://get.mem.ai/?ref=riseofmachine.com"
|
||||
title="Mem"
|
||||
body="Organize work—from meeting notes & knowledge base."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://merlin.foyer.work/?ref=riseofmachine.com"
|
||||
title="Merlin"
|
||||
body="Finish any task on any website."
|
||||
tag="Starting at $19/mo"
|
||||
/>
|
||||
<Card
|
||||
href="https://monica.im/?ref=riseofmachine.com"
|
||||
title="Monica"
|
||||
body="AI assistant for chatting & copywriting."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://nanonets.com/?ref=riseofmachine.com"
|
||||
title="Nanonets"
|
||||
body="Capture data from documents."
|
||||
tag="Pay-as-you-go"
|
||||
/>
|
||||
<Card
|
||||
href="https://noty.ai/?ref=riseofmachine.com"
|
||||
title="Noty"
|
||||
body="Meetings into action items & follow-ups."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://otter.ai/?ref=riseofmachine.com"
|
||||
title="Otter"
|
||||
body="Meeting assistant."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.personal.ai/?ref=riseofmachine.com"
|
||||
title="Personal"
|
||||
body="Personal AI messenger."
|
||||
tag="Starting at $0/mo"
|
||||
/>
|
||||
<Card
|
||||
href="https://puzzlelabs.ai/?ref=riseofmachine.com"
|
||||
title="Puzzle Labs"
|
||||
body="Glossary for your product."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://reclaim.ai/?ref=riseofmachine.com"
|
||||
title="Reclaim AI"
|
||||
body="Smart calendar tool."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.rewind.ai/?ref=riseofmachine.com"
|
||||
title="Rewind AI"
|
||||
body="Find anything you have seen, said, or heard."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://scale.com/?ref=riseofmachine.com"
|
||||
title="Scale AI"
|
||||
body="Training data for AI apps."
|
||||
tag="Pay-as-you-go"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.slidesai.io/?ref=riseofmachine.com"
|
||||
title="SlidesAI"
|
||||
body="Create slides from any text."
|
||||
tag="Starting at $0/mo"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.success.ai/?ref=riseofmachine.com"
|
||||
title="Success.ai"
|
||||
body="AI-powered cold emails."
|
||||
tag="Starting at $23/mo"
|
||||
/>
|
||||
<Card
|
||||
href="https://summereyes.ai/?ref=riseofmachine.com"
|
||||
title="SummerEyes"
|
||||
body="Summarize any text on the internet."
|
||||
tag="Beta, Free"
|
||||
/>
|
||||
<Card
|
||||
href="https://supernormal.com/?ref=riseofmachine.com"
|
||||
title="Supernormal"
|
||||
body="Create meeting notes."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.taskade.com/?ref=riseofmachine.com"
|
||||
title="Taskade"
|
||||
body="AI-powered productivity."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://texti.app/?ref=riseofmachine.com"
|
||||
title="Texti"
|
||||
body="Helper in your browser."
|
||||
tag="Free, Extension"
|
||||
/>
|
||||
<Card
|
||||
href="https://tldv.io/?ref=riseofmachine.com"
|
||||
title="tl;dv"
|
||||
body="Transcribe & summarize your meetings."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://walles.ai/?ref=riseofmachine.com"
|
||||
title="Walles"
|
||||
body="AI assistant plugin."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.wudpecker.io/?ref=riseofmachine.com"
|
||||
title="Wudpecker"
|
||||
body="Storing meeting knowledge."
|
||||
tag="Freemium"
|
||||
/>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<!-- Prompts -->
|
||||
<section>
|
||||
<h6 class="separator nu-c-h6">💬 Prompts</h6>
|
||||
<ul role="list" class="link-card-grid">
|
||||
<Card
|
||||
href="https://www.dallelist.com/?ref=riseofmachine.com"
|
||||
title="Dallelist"
|
||||
body="DALL-E prompt helper."
|
||||
tag="Free, Extension"
|
||||
/>
|
||||
<Card
|
||||
href="https://eyeforai.xyz/?ref=riseofmachine.com"
|
||||
title="Eye for AI"
|
||||
body="Visual prompt builder."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://replicate.com/methexis-inc/img2prompt/?ref=riseofmachine.com"
|
||||
title="Img2prompt"
|
||||
body="Image to prompt."
|
||||
tag="Pay-as-you-go"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.jrnylist.com/?ref=riseofmachine.com"
|
||||
title="Jrnylist"
|
||||
body="Midjourney prompt helper."
|
||||
tag="Free"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.krea.ai/?ref=riseofmachine.com"
|
||||
title="Krea"
|
||||
body="Create collections of prompts."
|
||||
tag="Beta"
|
||||
/>
|
||||
<Card
|
||||
href="https://openart.ai/?ref=riseofmachine.com"
|
||||
title="OpenArt"
|
||||
body="Discover 10M+ prompts."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://promptbase.com/?ref=riseofmachine.com"
|
||||
title="PromptBase"
|
||||
body="Marketplace for GPT3 prompts."
|
||||
tag="Marketplace"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.promptbox.ai/?ref=riseofmachine.com"
|
||||
title="PromptBox"
|
||||
body="Organize your prompts."
|
||||
tag="Freemium, Extension"
|
||||
/>
|
||||
<Card
|
||||
href="https://prompthero.com/?ref=riseofmachine.com"
|
||||
title="PromptHero"
|
||||
body="Prompts for Stable Diffusion, ChatGPT & Midjourney."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://promptlayer.com/?ref=riseofmachine.com"
|
||||
title="PromptLayer"
|
||||
body="Log, search & manage prompt templates."
|
||||
tag="Open-source"
|
||||
/>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<!-- Sundry -->
|
||||
<section>
|
||||
<h6 class="separator nu-c-h6">📂 Sundry</h6>
|
||||
<ul role="list" class="link-card-grid">
|
||||
<Card
|
||||
href="https://www.autoblocks.ai/?ref=riseofmachine.com"
|
||||
title="Autoblocks"
|
||||
body="GenAI product workspace."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.bargpt.app/?ref=riseofmachine.com"
|
||||
title="BarGPT"
|
||||
body="Create new cocktails."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://boostbot.ai/?ref=riseofmachine.com"
|
||||
title="BoostBot"
|
||||
body="Find and contact with influencers."
|
||||
tag="Starting at $41/mo"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.chatsimple.ai/?ref=riseofmachine.com"
|
||||
title="Chatsimple"
|
||||
body="AI-powered virtual agent."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://cypher.is/?ref=riseofmachine.com"
|
||||
title="Cypher"
|
||||
body="Create your personal AI clone."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://fikaconnects.com/?ref=riseofmachine.com"
|
||||
title="Fika"
|
||||
body="Make meaningful connections."
|
||||
tag="In-App Purchases"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.gptbots.ai/?ref=riseofmachine.com"
|
||||
title="gptbots.ai"
|
||||
body="Build AI bot for your business."
|
||||
tag="Starting at $0/mo"
|
||||
/>
|
||||
<Card
|
||||
href="https://ioni.ai/?ref=riseofmachine.com"
|
||||
title="ioni"
|
||||
body="Automate for customer support."
|
||||
tag="Starting at $29/mo"
|
||||
/>
|
||||
<Card
|
||||
href="https://penny.im/?ref=riseofmachine.com"
|
||||
title="Penny"
|
||||
body="Online shopping assistant."
|
||||
tag="Free, Extension"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.postli.co/?ref=riseofmachine.com"
|
||||
title="Postli"
|
||||
body="LinkedIn post generator."
|
||||
tag="Freemium"
|
||||
/>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<!-- Video -->
|
||||
<section>
|
||||
<h6 class="separator nu-c-h6">🎥 Video</h6>
|
||||
<ul role="list" class="link-card-grid">
|
||||
<Card
|
||||
href="https://fliki.ai/?ref=riseofmachine.com"
|
||||
title="Fliki"
|
||||
body="Create video and audio content."
|
||||
tag="Freemium"
|
||||
/>
|
||||
<Card
|
||||
href="https://moonvalley.ai/?ref=riseofmachine.com"
|
||||
title="Moonvalley"
|
||||
body="Text-to-video generative AI model."
|
||||
tag="Beta"
|
||||
/>
|
||||
<Card
|
||||
href="https://pika.art/?ref=riseofmachine.com"
|
||||
title="Pika"
|
||||
body="Idea-to-video platform."
|
||||
tag="Invite Only"
|
||||
/>
|
||||
<Card
|
||||
href="https://www.rask.ai/?ref=riseofmachine.com"
|
||||
title="Rask AI"
|
||||
body="Translate video & audio."
|
||||
tag="Starting at $50/mo"
|
||||
/>
|
||||
<Card
|
||||
href="https://spiritme.tech/?ref=riseofmachine.com"
|
||||
title="SpiritMe"
|
||||
body="Create personalized videos with digital avatars."
|
||||
tag="Starting at $30/mo"
|
||||
/>
|
||||
</ul>
|
||||
</section>
|
||||
{data.tools.map(section => {
|
||||
return <section>
|
||||
<h6 class="separator nu-c-h6" set:html={section.title}></h6>
|
||||
<ul role="list" class="link-card-grid">
|
||||
{section.content.map(({url, title, body, tag}) => {
|
||||
return <Card
|
||||
href={url}
|
||||
title={title}
|
||||
body={body}
|
||||
tag={tag}
|
||||
/>
|
||||
})}
|
||||
</ul>
|
||||
</section>
|
||||
})}
|
||||
</main>
|
||||
</Layout>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user