change: update all '5 Minutes'/'5 minutes'/'~5 min' to '10 Minutes'/'10 min' across entire site

This commit is contained in:
Oliver
2026-06-12 07:55:48 -03:00
parent d82ae6ac56
commit d5175cce98
22 changed files with 54 additions and 54 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
Landing page for **Derez.ai** — managed AI agent hosting. Landing page for **Derez.ai** — managed AI agent hosting.
Deploy your own AI agent (Hermes or OpenClaw) on a dedicated Linux instance in under 5 minutes. $4.99/mo. Deploy your own AI agent (Hermes or OpenClaw) on a dedicated Linux instance in under 10 Minutes. $4.99/mo.
## Structure ## Structure
+2 -2
View File
@@ -51,7 +51,7 @@
"area": "speed-run", "area": "speed-run",
"agent": "hermes", "agent": "hermes",
"headline": "Speed Run: Send Your First Cold Email with an AI Agent", "headline": "Speed Run: Send Your First Cold Email with an AI Agent",
"teaser": "From zero to a cold-sending AI agent in under 5 minutes. SMTP configured, first email drafted and sent.", "teaser": "From zero to a cold-sending AI agent in under 10 Minutes. SMTP configured, first email drafted and sent.",
"link": "blog/posts/speed-run-cold-email.html" "link": "blog/posts/speed-run-cold-email.html"
}, },
{ {
@@ -60,7 +60,7 @@
"area": "speed-run", "area": "speed-run",
"agent": "hermes", "agent": "hermes",
"headline": "Speed Run: Create an Odoo Community Agent from Zero", "headline": "Speed Run: Create an Odoo Community Agent from Zero",
"teaser": "From signup to an Odoo-connected AI agent in under 5 minutes. Free trial included.", "teaser": "From signup to an Odoo-connected AI agent in under 10 Minutes. Free trial included.",
"link": "blog/posts/speed-run-odoo-community-agent.html" "link": "blog/posts/speed-run-odoo-community-agent.html"
} }
] ]
+2 -2
View File
@@ -328,13 +328,13 @@
<div class="cta-box"> <div class="cta-box">
<h3>Try It Yourself — $9.50 Off</h3> <h3>Try It Yourself — $9.50 Off</h3>
<p>Deploy an Odoo-connected Hermes Agent in 5 minutes. Direct XML-RPC access, dedicated agent user, <p>Deploy an Odoo-connected Hermes Agent in 10 Minutes. Direct XML-RPC access, dedicated agent user,
full granular permissions. Use coupon code <strong>BLOG950</strong> for $9.50 off your first month.</p> full granular permissions. Use coupon code <strong>BLOG950</strong> for $9.50 off your first month.</p>
<a href="https://derez.ai/#pricing" class="btn">Buy Agent →</a> <a href="https://derez.ai/#pricing" class="btn">Buy Agent →</a>
</div> </div>
<p style="margin-top:48px;padding-top:24px;border-top:1px solid #1a1a2e;font-size:0.85rem;color:#555;"> <p style="margin-top:48px;padding-top:24px;border-top:1px solid #1a1a2e;font-size:0.85rem;color:#555;">
<a href="https://derez.ai" style="color:#00f5ff">Derez.ai</a> — Deploy your AI agent in 5 minutes. &middot; <a href="https://derez.ai" style="color:#00f5ff">Derez.ai</a> — Deploy your AI agent in 10 Minutes. &middot;
<a href="https://derez.ai/odoo-hermes-agent.html">Odoo Integration Guide</a> &middot; <a href="https://derez.ai/odoo-hermes-agent.html">Odoo Integration Guide</a> &middot;
<a href="https://derez.ai/odoo-hermes-agent-startups.html">Odoo + Hermes for Startups</a> <a href="https://derez.ai/odoo-hermes-agent-startups.html">Odoo + Hermes for Startups</a>
</p> </p>
@@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>How to Deploy AI Agents in 5 Minutes (No SSH, No DevOps) - Derez.ai Blog</title> <title>How to Deploy AI Agents in 10 Minutes (No SSH, No DevOps) - Derez.ai Blog</title>
<meta name="description" content="Deploy open-source AI agents in minutes without touching SSH, YAML, or Docker. Hermes Agent, ChatGPT clones, Odoo CRM bots — one click, live on a subdomain." /> <meta name="description" content="Deploy open-source AI agents in minutes without touching SSH, YAML, or Docker. Hermes Agent, ChatGPT clones, Odoo CRM bots — one click, live on a subdomain." />
<meta name="robots" content="noindex, follow" /> <meta name="robots" content="noindex, follow" />
<link rel="canonical" href="https://derez.ai/blog/posts/how-to-deploy-ai-agents-5-minutes.html" /> <link rel="canonical" href="https://derez.ai/blog/posts/how-to-deploy-ai-agents-5-minutes.html" />
@@ -11,14 +11,14 @@
</head> </head>
<body> <body>
<article> <article>
<h1>How to Deploy AI Agents in 5 Minutes (No SSH, No DevOps)</h1> <h1>How to Deploy AI Agents in 10 Minutes (No SSH, No DevOps)</h1>
<p><em>Published: June 2026 · 5 min read · <a href="https://derez.ai">Derez.ai</a></em></p> <p><em>Published: June 2026 · 5 min read · <a href="https://derez.ai">Derez.ai</a></em></p>
<p>Setting up an AI agent used to mean provisioning a server, configuring SSH keys, installing dependencies, debugging Docker Compose files, and praying the API keys worked on the first try.</p> <p>Setting up an AI agent used to mean provisioning a server, configuring SSH keys, installing dependencies, debugging Docker Compose files, and praying the API keys worked on the first try.</p>
<p>I did it maybe a dozen times before I decided there had to be a better way.</p> <p>I did it maybe a dozen times before I decided there had to be a better way.</p>
<p>Here is the faster path — deploy any Hermes-based AI agent in about 5 minutes with no terminal, no YAML, and no DevOps experience required.</p> <p>Here is the faster path — deploy any Hermes-based AI agent in about 10 Minutes with no terminal, no YAML, and no DevOps experience required.</p>
<h2>Why Deploying Agents Is Usually a Chore</h2> <h2>Why Deploying Agents Is Usually a Chore</h2>
<p>A typical self-hosted agent setup goes like this:</p> <p>A typical self-hosted agent setup goes like this:</p>
@@ -34,7 +34,7 @@
<p>The whole process takes 45-90 minutes per agent, and you learn exactly nothing new after the first time.</p> <p>The whole process takes 45-90 minutes per agent, and you learn exactly nothing new after the first time.</p>
<h2>The Faster Way: One-Click Agent Platform</h2> <h2>The Faster Way: One-Click Agent Platform</h2>
<p>Derez.ai wraps the entire process into a single step. Pick a template, set a subdomain, and the agent is live in ~5 minutes.</p> <p>Derez.ai wraps the entire process into a single step. Pick a template, set a subdomain, and the agent is live in ~10 Minutes.</p>
<h3>Available Agent Templates</h3> <h3>Available Agent Templates</h3>
<ul> <ul>
@@ -52,7 +52,7 @@
<li><strong>Pick a template.</strong> Browse the available agent types at <a href="https://derez.ai/add.html">derez.ai/add.html</a>.</li> <li><strong>Pick a template.</strong> Browse the available agent types at <a href="https://derez.ai/add.html">derez.ai/add.html</a>.</li>
<li><strong>Set your subdomain.</strong> Choose the name for your agent's URL.</li> <li><strong>Set your subdomain.</strong> Choose the name for your agent's URL.</li>
<li><strong>Check out.</strong> Apply coupon <code>friends950</code> for free access (unlimited, includes API credits).</li> <li><strong>Check out.</strong> Apply coupon <code>friends950</code> for free access (unlimited, includes API credits).</li>
<li><strong>Agent deploys.</strong> The platform provisions infra, configures the environment, and starts the agent — all in ~5 minutes.</li> <li><strong>Agent deploys.</strong> The platform provisions infra, configures the environment, and starts the agent — all in ~10 Minutes.</li>
<li><strong>Login and use.</strong> You get a login link via email. The agent is ready with a web UI and API key.</li> <li><strong>Login and use.</strong> You get a login link via email. The agent is ready with a web UI and API key.</li>
</ol> </ol>
+4 -4
View File
@@ -6,11 +6,11 @@
<meta name="robots" content="index, follow" /> <meta name="robots" content="index, follow" />
<link rel="canonical" href="https://derez.ai/blog/posts/speed-run-cold-email.html" /> <link rel="canonical" href="https://derez.ai/blog/posts/speed-run-cold-email.html" />
<title>Speed Run: Send Your First Cold Email with an AI Agent — Derez.ai Blog</title> <title>Speed Run: Send Your First Cold Email with an AI Agent — Derez.ai Blog</title>
<meta name="description" content="From zero to a cold-sending AI agent in under 5 minutes. SMTP configured, first email drafted and sent." /> <meta name="description" content="From zero to a cold-sending AI agent in under 10 Minutes. SMTP configured, first email drafted and sent." />
<meta property="og:type" content="article" /> <meta property="og:type" content="article" />
<meta property="og:url" content="https://derez.ai/blog/posts/speed-run-cold-email.html" /> <meta property="og:url" content="https://derez.ai/blog/posts/speed-run-cold-email.html" />
<meta property="og:title" content="Speed Run: Send Your First Cold Email with an AI Agent" /> <meta property="og:title" content="Speed Run: Send Your First Cold Email with an AI Agent" />
<meta property="og:description" content="From zero to a cold-sending AI agent in under 5 minutes. SMTP configured, first email drafted and sent." /> <meta property="og:description" content="From zero to a cold-sending AI agent in under 10 Minutes. SMTP configured, first email drafted and sent." />
<meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Speed Run: Send Your First Cold Email with an AI Agent" /> <meta name="twitter:title" content="Speed Run: Send Your First Cold Email with an AI Agent" />
<link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.googleapis.com" />
@@ -138,7 +138,7 @@
<h2>Wrap Up</h2> <h2>Wrap Up</h2>
<p> <p>
In under 5 minutes you went from nothing to an AI agent that can research prospects, draft personalized emails, and send them through your own SMTP server. The same pattern works for any prospect list — just update the prompt with a new name and offer. In under 10 Minutes you went from nothing to an AI agent that can research prospects, draft personalized emails, and send them through your own SMTP server. The same pattern works for any prospect list — just update the prompt with a new name and offer.
</p> </p>
<div class="pro-tip"> <div class="pro-tip">
@@ -153,7 +153,7 @@
</p> </p>
<p style="margin-top:48px;padding-top:24px;border-top:1px solid #1a1a24;font-size:0.85rem;color:#666;"> <p style="margin-top:48px;padding-top:24px;border-top:1px solid #1a1a24;font-size:0.85rem;color:#666;">
<a href="https://derez.ai" style="color:#00f5ff">Derez.ai</a> — Deploy your AI agent in 5 minutes. <a href="https://derez.ai" style="color:#00f5ff">Derez.ai</a> — Deploy your AI agent in 10 Minutes.
</p> </p>
</div> </div>
</body> </body>
@@ -136,7 +136,7 @@
<h2>Wrap Up</h2> <h2>Wrap Up</h2>
<p> <p>
In under 5 minutes you went from nothing to a competitor intelligence agent that understands your market landscape. The same pattern works for any industry — just change the reference URL and the comparison criteria. In under 10 Minutes you went from nothing to a competitor intelligence agent that understands your market landscape. The same pattern works for any industry — just change the reference URL and the comparison criteria.
</p> </p>
<div class="pro-tip"> <div class="pro-tip">
@@ -151,7 +151,7 @@
</p> </p>
<p style="margin-top:48px;padding-top:24px;border-top:1px solid #1a1a24;font-size:0.85rem;color:#666;"> <p style="margin-top:48px;padding-top:24px;border-top:1px solid #1a1a24;font-size:0.85rem;color:#666;">
<a href="https://derez.ai" style="color:#00f5ff">Derez.ai</a> — Deploy your AI agent in 5 minutes. <a href="https://derez.ai" style="color:#00f5ff">Derez.ai</a> — Deploy your AI agent in 10 Minutes.
</p> </p>
</div> </div>
</body> </body>
+1 -1
View File
@@ -155,7 +155,7 @@
</p> </p>
<p style="margin-top:48px;padding-top:24px;border-top:1px solid #1a1a24;font-size:0.85rem;color:#666;"> <p style="margin-top:48px;padding-top:24px;border-top:1px solid #1a1a24;font-size:0.85rem;color:#666;">
<a href="https://derez.ai" style="color:#00f5ff">Derez.ai</a> — Deploy your AI agent in 5 minutes. <a href="https://derez.ai" style="color:#00f5ff">Derez.ai</a> — Deploy your AI agent in 10 Minutes.
</p> </p>
</div> </div>
</body> </body>
+2 -2
View File
@@ -140,7 +140,7 @@
<h2>Wrap Up</h2> <h2>Wrap Up</h2>
<p> <p>
In under 5 minutes you went from nothing to an AI agent that connects to your private cloud storage and produces production-quality vector graphics. The same pattern works for any file type your agent can generate — data exports, config files, HTML reports, or multi-page SVGs. In under 10 Minutes you went from nothing to an AI agent that connects to your private cloud storage and produces production-quality vector graphics. The same pattern works for any file type your agent can generate — data exports, config files, HTML reports, or multi-page SVGs.
</p> </p>
<div class="pro-tip"> <div class="pro-tip">
@@ -155,7 +155,7 @@
</p> </p>
<p style="margin-top:48px;padding-top:24px;border-top:1px solid #1a1a24;font-size:0.85rem;color:#666;"> <p style="margin-top:48px;padding-top:24px;border-top:1px solid #1a1a24;font-size:0.85rem;color:#666;">
<a href="https://derez.ai" style="color:#00f5ff">Derez.ai</a> — Deploy your AI agent in 5 minutes. <a href="https://derez.ai" style="color:#00f5ff">Derez.ai</a> — Deploy your AI agent in 10 Minutes.
</p> </p>
</div> </div>
</body> </body>
@@ -6,11 +6,11 @@
<meta name="robots" content="index, follow" /> <meta name="robots" content="index, follow" />
<link rel="canonical" href="https://derez.ai/blog/posts/speed-run-odoo-community-agent.html" /> <link rel="canonical" href="https://derez.ai/blog/posts/speed-run-odoo-community-agent.html" />
<title>Speed Run: Create an Odoo Community Agent from Zero — Derez.ai Blog</title> <title>Speed Run: Create an Odoo Community Agent from Zero — Derez.ai Blog</title>
<meta name="description" content="From signup to an Odoo-connected AI agent in under 5 minutes. Free trial included." /> <meta name="description" content="From signup to an Odoo-connected AI agent in under 10 Minutes. Free trial included." />
<meta property="og:type" content="article" /> <meta property="og:type" content="article" />
<meta property="og:url" content="https://derez.ai/blog/posts/speed-run-odoo-community-agent.html" /> <meta property="og:url" content="https://derez.ai/blog/posts/speed-run-odoo-community-agent.html" />
<meta property="og:title" content="Speed Run: Create an Odoo Community Agent from Zero" /> <meta property="og:title" content="Speed Run: Create an Odoo Community Agent from Zero" />
<meta property="og:description" content="From signup to an Odoo-connected AI agent in under 5 minutes. Free trial included." /> <meta property="og:description" content="From signup to an Odoo-connected AI agent in under 10 Minutes. Free trial included." />
<meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Speed Run: Create an Odoo Community Agent from Zero" /> <meta name="twitter:title" content="Speed Run: Create an Odoo Community Agent from Zero" />
<link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.googleapis.com" />
@@ -105,7 +105,7 @@
This speed run walks you through creating an AI agent that connects directly to your Odoo Community database. No coding, no servers to provision — just pick your plan, paste your credentials, and your agent starts working with your data immediately. This speed run walks you through creating an AI agent that connects directly to your Odoo Community database. No coding, no servers to provision — just pick your plan, paste your credentials, and your agent starts working with your data immediately.
</p> </p>
<p> <p>
To follow along, grab a <strong>free trial</strong> of Odoo Community at <a href="https://ODOO4projects.com?utm_source=derez" target="_blank" rel="noopener">ODOO4projects.com</a> and generate an API key from your profile settings. It takes about 5 minutes and gives you everything you need for this walkthrough. To follow along, grab a <strong>free trial</strong> of Odoo Community at <a href="https://ODOO4projects.com?utm_source=derez" target="_blank" rel="noopener">ODOO4projects.com</a> and generate an API key from your profile settings. It takes about 10 Minutes and gives you everything you need for this walkthrough.
</p> </p>
<h2>Prerequisites</h2> <h2>Prerequisites</h2>
@@ -139,7 +139,7 @@
<h2>Wrap Up</h2> <h2>Wrap Up</h2>
<p> <p>
In under 5 minutes you went from nothing to an AI agent connected to your live Odoo instance. The same pattern works for any Odoo module — inventory, CRM, accounting, manufacturing. Just update the prompt to describe what you need. In under 10 Minutes you went from nothing to an AI agent connected to your live Odoo instance. The same pattern works for any Odoo module — inventory, CRM, accounting, manufacturing. Just update the prompt to describe what you need.
</p> </p>
<div class="pro-tip"> <div class="pro-tip">
@@ -154,7 +154,7 @@
</p> </p>
<p style="margin-top:48px;padding-top:24px;border-top:1px solid #1a1a24;font-size:0.85rem;color:#666;"> <p style="margin-top:48px;padding-top:24px;border-top:1px solid #1a1a24;font-size:0.85rem;color:#666;">
<a href="https://derez.ai" style="color:#00f5ff">Derez.ai</a> — Deploy your AI agent in 5 minutes. <a href="https://derez.ai" style="color:#00f5ff">Derez.ai</a> — Deploy your AI agent in 10 Minutes.
</p> </p>
</div> </div>
</body> </body>
@@ -136,7 +136,7 @@
<h2>Wrap Up</h2> <h2>Wrap Up</h2>
<p> <p>
In under 5 minutes you went from nothing to a research agent that browses real websites and returns structured data. The same pattern works for any listing site — eBay, Autoscout, Immobilienscout, or your own industry directories. In under 10 Minutes you went from nothing to a research agent that browses real websites and returns structured data. The same pattern works for any listing site — eBay, Autoscout, Immobilienscout, or your own industry directories.
</p> </p>
<div class="pro-tip"> <div class="pro-tip">
@@ -151,7 +151,7 @@
</p> </p>
<p style="margin-top:48px;padding-top:24px;border-top:1px solid #1a1a24;font-size:0.85rem;color:#666;"> <p style="margin-top:48px;padding-top:24px;border-top:1px solid #1a1a24;font-size:0.85rem;color:#666;">
<a href="https://derez.ai" style="color:#00f5ff">Derez.ai</a> — Deploy your AI agent in 5 minutes. <a href="https://derez.ai" style="color:#00f5ff">Derez.ai</a> — Deploy your AI agent in 10 Minutes.
</p> </p>
</div> </div>
</body> </body>
+5 -5
View File
@@ -6,11 +6,11 @@
<meta name="robots" content="index, follow" /> <meta name="robots" content="index, follow" />
<link rel="canonical" href="https://derez.ai/chatgpt-agent.html" /> <link rel="canonical" href="https://derez.ai/chatgpt-agent.html" />
<title>ChatGPT AI Agent — Deploy Your Own Agent with Derez.ai</title> <title>ChatGPT AI Agent — Deploy Your Own Agent with Derez.ai</title>
<meta name="description" content="Build and deploy your own ChatGPT-powered AI agent in 5 minutes. Full SSH access, no coding required, enterprise-grade hosting. Start your free trial." /> <meta name="description" content="Build and deploy your own ChatGPT-powered AI agent in 10 Minutes. Full SSH access, no coding required, enterprise-grade hosting. Start your free trial." />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://derez.ai/chatgpt-agent.html" /> <meta property="og:url" content="https://derez.ai/chatgpt-agent.html" />
<meta property="og:title" content="ChatGPT AI Agent — Deploy Your Own Agent with Derez.ai" /> <meta property="og:title" content="ChatGPT AI Agent — Deploy Your Own Agent with Derez.ai" />
<meta property="og:description" content="Build and deploy your own ChatGPT-powered AI agent in 5 minutes. Full SSH access, no coding required, enterprise-grade hosting." /> <meta property="og:description" content="Build and deploy your own ChatGPT-powered AI agent in 10 Minutes. Full SSH access, no coding required, enterprise-grade hosting." />
<meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="ChatGPT AI Agent — Deploy Your Own Agent with Derez.ai" /> <meta name="twitter:title" content="ChatGPT AI Agent — Deploy Your Own Agent with Derez.ai" />
<script defer data-domain="derez.ai" src="https://plausible.odoo4projects.com/js/script.file-downloads.outbound-links.tagged-events.js"></script> <script defer data-domain="derez.ai" src="https://plausible.odoo4projects.com/js/script.file-downloads.outbound-links.tagged-events.js"></script>
@@ -89,7 +89,7 @@
<a class="back" href="https://derez.ai">&larr; Derez.ai Home</a> <a class="back" href="https://derez.ai">&larr; Derez.ai Home</a>
<div class="header"> <div class="header">
<h1>ChatGPT AI Agent — Deploy in 5 Minutes</h1> <h1>ChatGPT AI Agent — Deploy in 10 Minutes</h1>
<p>Build a custom AI agent powered by frontier LLMs. No coding, no servers — just your prompt and a working agent in under five minutes.</p> <p>Build a custom AI agent powered by frontier LLMs. No coding, no servers — just your prompt and a working agent in under five minutes.</p>
</div> </div>
@@ -114,7 +114,7 @@
</div> </div>
<h2>From Our Blog — Real Agent Workflows</h2> <h2>From Our Blog — Real Agent Workflows</h2>
<p>Our speed-run blog posts show exactly how to build agents for real-world tasks. Each one takes under 5 minutes:</p> <p>Our speed-run blog posts show exactly how to build agents for real-world tasks. Each one takes under 10 Minutes:</p>
<ul> <ul>
<li><a href="blog/posts/speed-run-cold-email.html">Send Cold Emails</a> — SMTP-connected agent that drafts and sends personalized emails</li> <li><a href="blog/posts/speed-run-cold-email.html">Send Cold Emails</a> — SMTP-connected agent that drafts and sends personalized emails</li>
<li><a href="blog/posts/speed-run-nextcloud-svg.html" target="_blank">Render SVGs to Nextcloud</a> — Agent connects to cloud storage and generates vector graphics</li> <li><a href="blog/posts/speed-run-nextcloud-svg.html" target="_blank">Render SVGs to Nextcloud</a> — Agent connects to cloud storage and generates vector graphics</li>
@@ -133,7 +133,7 @@
</div> </div>
<p style="margin-top:48px;padding-top:24px;border-top:1px solid #001a2e;font-size:0.85rem;color:#555;"> <p style="margin-top:48px;padding-top:24px;border-top:1px solid #001a2e;font-size:0.85rem;color:#555;">
<a href="https://derez.ai" style="color:#00f5ff">Derez.ai</a> — Deploy your AI agent in 5 minutes. &middot; <a href="https://derez.ai/#blog">Blog</a> <a href="https://derez.ai" style="color:#00f5ff">Derez.ai</a> — Deploy your AI agent in 10 Minutes. &middot; <a href="https://derez.ai/#blog">Blog</a>
</p> </p>
</div> </div>
</body> </body>
+1 -1
View File
@@ -42,7 +42,7 @@
## BetaList Pitch Draft ## BetaList Pitch Draft
**Tagline:** Deploy open-source AI agents in 5 minutes. No SSH. No YAML. **Tagline:** Deploy open-source AI agents in 10 Minutes. No SSH. No YAML.
**Description:** **Description:**
Derez.ai is a one-click platform for deploying and managing Hermes-based AI agents. Skip the infrastructure — pick a template (customer support, web research, Odoo CRM, cold email, ChatGPT clone) and your agent is live on a subdomain with a web UI and API. Built by a solo founder who was tired of spending more time setting up agents than using them. Derez.ai is a one-click platform for deploying and managing Hermes-based AI agents. Skip the infrastructure — pick a template (customer support, web research, Odoo CRM, cold email, ChatGPT clone) and your agent is live on a subdomain with a web UI and API. Built by a solo founder who was tired of spending more time setting up agents than using them.
+2 -2
View File
@@ -6,7 +6,7 @@
## What Is Derez.ai? ## What Is Derez.ai?
A one-click platform to deploy and manage open-source AI agents. Pick from 6+ prebuilt agents (Hermes, ChatGPT clone, Odoo CRM bot, web research scraper, cold email assistant) -- they are live in ~5 minutes with no SSH or DevOps needed. A one-click platform to deploy and manage open-source AI agents. Pick from 6+ prebuilt agents (Hermes, ChatGPT clone, Odoo CRM bot, web research scraper, cold email assistant) -- they are live in ~10 Minutes with no SSH or DevOps needed.
## Why You? (The Ask) ## Why You? (The Ask)
@@ -27,7 +27,7 @@ We are launching publicly on Product Hunt around Day 11 (~June 18). Before then
1. Go to derez.ai/add.html -- pick a template 1. Go to derez.ai/add.html -- pick a template
2. Enter coupon friends950 at checkout 2. Enter coupon friends950 at checkout
3. Agent deploys in ~5 minutes 3. Agent deploys in ~10 Minutes
4. You get a login link by email 4. You get a login link by email
## Timeline ## Timeline
+3 -3
View File
@@ -7,11 +7,11 @@
## Template: Cold DM / Email (Copy-Paste Ready) ## Template: Cold DM / Email (Copy-Paste Ready)
**Subject:** Deploy your own AI agents in 5 minutes — free for creators **Subject:** Deploy your own AI agents in 10 Minutes — free for creators
Hi [Name], Hi [Name],
I run Derez.ai — we make it dead simple to deploy open-source AI agents. No SSH, no YAML, no DevOps. Pick an agent (Hermes, ChatGPT clone, research scraper, Odoo CRM bot) and it's live in ~5 minutes. I run Derez.ai — we make it dead simple to deploy open-source AI agents. No SSH, no YAML, no DevOps. Pick an agent (Hermes, ChatGPT clone, research scraper, Odoo CRM bot) and it's live in ~10 Minutes.
I built this because I spent too much time setting up agents manually. Now it's a single click. I built this because I spent too much time setting up agents manually. Now it's a single click.
@@ -23,7 +23,7 @@ Here's the offer:
-**$9.50/mo creator coupon** (code: **creator950**) — unlimited, includes OpenRouter credits -**$9.50/mo creator coupon** (code: **creator950**) — unlimited, includes OpenRouter credits
-**Partner link** — earn 20% recurring on anyone you refer -**Partner link** — earn 20% recurring on anyone you refer
Interested? I can set you up with a demo instance in 5 minutes. Interested? I can set you up with a demo instance in 10 Minutes.
Cheers, Cheers,
Mark Mark
+1 -1
View File
@@ -8,7 +8,7 @@
## Speed & Setup ## Speed & Setup
### How fast can I create an AI agent? ### How fast can I create an AI agent?
From signup to a working agent in under 5 minutes. Select your agent type, complete the Stripe payment, configure your prompt, and your agent is live. That's the speed-run promise. (Explained on page via the Speed Run video section and "Bootstrapped & Ready" feature.) From signup to a working agent in under 10 Minutes. Select your agent type, complete the Stripe payment, configure your prompt, and your agent is live. That's the speed-run promise. (Explained on page via the Speed Run video section and "Bootstrapped & Ready" feature.)
### Is my agent ready to use right away? ### Is my agent ready to use right away?
Absolutely. We bootstrap your agent so it's ready for its first prompt the moment you log in. No setup or configuration needed — just start typing. You can customize your prompt, add skills, and configure integrations through the dashboard at any time. Absolutely. We bootstrap your agent so it's ready for its first prompt the moment you log in. No setup or configuration needed — just start typing. You can customize your prompt, add skills, and configure integrations through the dashboard at any time.
+2 -2
View File
@@ -471,7 +471,7 @@
<div class="option-card recommended"> <div class="option-card recommended">
<div class="option-icon purple"></div> <div class="option-icon purple"></div>
<h3>Derez.ai</h3> <h3>Derez.ai</h3>
<p>Managed Hermes hosting. Signup → purchase → prompt builder → working agent in ~5 minutes. Backups, SSH, dashboard included.</p> <p>Managed Hermes hosting. Signup → purchase → prompt builder → working agent in ~10 Minutes. Backups, SSH, dashboard included.</p>
<div class="option-cost"><span class="mid">$1550 / month</span></div> <div class="option-cost"><span class="mid">$1550 / month</span></div>
</div> </div>
</div> </div>
@@ -850,7 +850,7 @@
result = { result = {
icon: '⚡', icon: '⚡',
title: 'Derez.ai', title: 'Derez.ai',
desc: 'Nothing to install, nothing to configure. You get a production-ready Hermes agent in ~5 minutes.', desc: 'Nothing to install, nothing to configure. You get a production-ready Hermes agent in ~10 Minutes.',
reasoning: 'As a beginner, you want the fastest path from signup to a working agent. Derez.ai handles SSH, backups, the dashboard, and updates so you don\'t have to learn server administration. The prompt builder gets you started immediately, and your agent is accessible from anywhere.' reasoning: 'As a beginner, you want the fastest path from signup to a working agent. Derez.ai handles SSH, backups, the dashboard, and updates so you don\'t have to learn server administration. The prompt builder gets you started immediately, and your agent is accessible from anywhere.'
}; };
} else if (level === 'advanced' && security === 'critical') { } else if (level === 'advanced' && security === 'critical') {
+5 -5
View File
@@ -6,7 +6,7 @@
<!-- ── SEO: Primary ────────────────────────────────────────────── --> <!-- ── SEO: Primary ────────────────────────────────────────────── -->
<title> <title>
Derez.ai — Create Your AI Agent in 5 Minutes | Agent Hosting Derez.ai — Create Your AI Agent in 10 Minutes | Agent Hosting
</title> </title>
<meta <meta
name="description" name="description"
@@ -24,7 +24,7 @@
<meta property="og:url" content="https://derez.ai" /> <meta property="og:url" content="https://derez.ai" />
<meta <meta
property="og:title" property="og:title"
content="Derez.ai — Create Your AI Agent in 5 Minutes" content="Derez.ai — Create Your AI Agent in 10 Minutes"
/> />
<meta <meta
property="og:description" property="og:description"
@@ -37,7 +37,7 @@
<meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:card" content="summary_large_image" />
<meta <meta
name="twitter:title" name="twitter:title"
content="Derez.ai — Create Your AI Agent in 5 Minutes" content="Derez.ai — Create Your AI Agent in 10 Minutes"
/> />
<meta <meta
name="twitter:description" name="twitter:description"
@@ -2113,7 +2113,7 @@
<h1> <h1>
Create Your<br /> Create Your<br />
<span class="highlight">AI Agent</span> in 5 Minutes <span class="highlight">AI Agent</span> in 10 Minutes
</h1> </h1>
<p class="hero-sub"> <p class="hero-sub">
@@ -2173,7 +2173,7 @@
═══════════════════════════════════════════════════════════════ --> ═══════════════════════════════════════════════════════════════ -->
<section id="how-it-works"> <section id="how-it-works">
<div class="container"> <div class="container">
<h2 class="section-title">From Zero to Agent in 5 Minutes</h2> <h2 class="section-title">From Zero to Agent in 10 Minutes</h2>
<p class="section-sub"> <p class="section-sub">
No DevOps, no servers to provision, no config files to No DevOps, no servers to provision, no config files to
write. Just pick your agent, pay, and prompt. write. Just pick your agent, pay, and prompt.
+1 -1
View File
@@ -315,7 +315,7 @@
</div> </div>
<p style="margin-top:48px;padding-top:24px;border-top:1px solid #001a2e;font-size:0.85rem;color:#555;"> <p style="margin-top:48px;padding-top:24px;border-top:1px solid #001a2e;font-size:0.85rem;color:#555;">
<a href="https://derez.ai" style="color:#00f5ff">Derez.ai</a> — Deploy your AI agent in 5 minutes. &middot; <a href="https://derez.ai/#blog">Blog</a> &middot; <a href="https://derez.ai/#topics">Focus Topics</a> <a href="https://derez.ai" style="color:#00f5ff">Derez.ai</a> — Deploy your AI agent in 10 Minutes. &middot; <a href="https://derez.ai/#blog">Blog</a> &middot; <a href="https://derez.ai/#topics">Focus Topics</a>
</p> </p>
</div> </div>
</body> </body>
+4 -4
View File
@@ -6,11 +6,11 @@
<meta name="robots" content="index, follow" /> <meta name="robots" content="index, follow" />
<link rel="canonical" href="https://derez.ai/odoo-hermes-agent.html" /> <link rel="canonical" href="https://derez.ai/odoo-hermes-agent.html" />
<title>Odoo Hermes Agent — Integrate Odoo ERP with AI Agents | Derez.ai</title> <title>Odoo Hermes Agent — Integrate Odoo ERP with AI Agents | Derez.ai</title>
<meta name="description" content="Connect Odoo ERP to Hermes Agent in 5 minutes. Read contacts, update leads, automate workflows from your AI agent. Full Odoo integration guide." /> <meta name="description" content="Connect Odoo ERP to Hermes Agent in 10 Minutes. Read contacts, update leads, automate workflows from your AI agent. Full Odoo integration guide." />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://derez.ai/odoo-hermes-agent.html" /> <meta property="og:url" content="https://derez.ai/odoo-hermes-agent.html" />
<meta property="og:title" content="Odoo Hermes Agent — Integrate Odoo ERP with AI Agents" /> <meta property="og:title" content="Odoo Hermes Agent — Integrate Odoo ERP with AI Agents" />
<meta property="og:description" content="Connect Odoo ERP to Hermes Agent in 5 minutes. Read contacts, update leads, automate workflows from your AI agent." /> <meta property="og:description" content="Connect Odoo ERP to Hermes Agent in 10 Minutes. Read contacts, update leads, automate workflows from your AI agent." />
<meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Odoo Hermes Agent — Integrate Odoo ERP with AI Agents" /> <meta name="twitter:title" content="Odoo Hermes Agent — Integrate Odoo ERP with AI Agents" />
<script defer data-domain="derez.ai" src="https://plausible.odoo4projects.com/js/script.file-downloads.outbound-links.tagged-events.js"></script> <script defer data-domain="derez.ai" src="https://plausible.odoo4projects.com/js/script.file-downloads.outbound-links.tagged-events.js"></script>
@@ -154,7 +154,7 @@
</div> </div>
<h2>Speed Run — From Zero to Odoo-Connected Agent</h2> <h2>Speed Run — From Zero to Odoo-Connected Agent</h2>
<p>We published a full step-by-step walkthrough. It takes under 5 minutes from signup to your first Odoo query:</p> <p>We published a full step-by-step walkthrough. It takes under 10 Minutes from signup to your first Odoo query:</p>
<p><a href="blog/posts/speed-run-odoo-community-agent.html" style="font-weight:600">Read the Odoo Speed Run →</a></p> <p><a href="blog/posts/speed-run-odoo-community-agent.html" style="font-weight:600">Read the Odoo Speed Run →</a></p>
<p>In two prompts you go live:</p> <p>In two prompts you go live:</p>
@@ -173,7 +173,7 @@
</div> </div>
<p style="margin-top:48px;padding-top:24px;border-top:1px solid #001a2e;font-size:0.85rem;color:#555;"> <p style="margin-top:48px;padding-top:24px;border-top:1px solid #001a2e;font-size:0.85rem;color:#555;">
<a href="https://derez.ai" style="color:#00f5ff">Derez.ai</a> — Deploy your AI agent in 5 minutes. &middot; <a href="https://derez.ai/#blog">Blog</a> <a href="https://derez.ai" style="color:#00f5ff">Derez.ai</a> — Deploy your AI agent in 10 Minutes. &middot; <a href="https://derez.ai/#blog">Blog</a>
</p> </p>
</div> </div>
</body> </body>
+2 -2
View File
@@ -885,9 +885,9 @@
/* ── Infos (action plan: 10K visitors/mo) ── */ /* ── Infos (action plan: 10K visitors/mo) ── */
const infos = [ const infos = [
{ label: 'YouTube Channel', value: '<a href="https://www.youtube.com/@derez_ai" target="_blank" style="color:#00f5ff">youtube.com/@derez_ai</a> — Deploy your own AI agent in 5 minutes. Speed runs, tutorials, Odoo integrations, and AI agent demos. Banner saved at assets/images/youtube-banner.svg (2048x1152).' }, { label: 'YouTube Channel', value: '<a href="https://www.youtube.com/@derez_ai" target="_blank" style="color:#00f5ff">youtube.com/@derez_ai</a> — Deploy your own AI agent in 10 Minutes. Speed runs, tutorials, Odoo integrations, and AI agent demos. Banner saved at assets/images/youtube-banner.svg (2048x1152).' },
{ label: 'Why not start?', value: 'No Search Console access yet — can\'t index site. No blog content drafted. No directory submissions. Need to unblock these first, then launch is days not weeks.' }, { label: 'Why not start?', value: 'No Search Console access yet — can\'t index site. No blog content drafted. No directory submissions. Need to unblock these first, then launch is days not weeks.' },
{ label: 'Blog Strategy', value: '2 posts/week minimum. Topics: "Deploy AI agents in 5 min" (tutorial), "Hermes agent setup guide" (tutorial), "Why agent hosting beats DIY" (comparison), "Cold email automation stack" (case study). Cross-post to Medium/Dev.to. Each post = 1 backlink target + long-tail SEO. Start with 4 cornerstone posts before directory submissions.' }, { label: 'Blog Strategy', value: '2 posts/week minimum. Topics: "Deploy AI agents in 10 min" (tutorial), "Hermes agent setup guide" (tutorial), "Why agent hosting beats DIY" (comparison), "Cold email automation stack" (case study). Cross-post to Medium/Dev.to. Each post = 1 backlink target + long-tail SEO. Start with 4 cornerstone posts before directory submissions.' },
{ label: 'Phase 1 (Week 1)', value: 'Get Search Console access. Draft 2 cornerstone blog posts. Submit to Product Hunt + BetaList + AlternativeTo. Set up HARO/Qwoted alerts.' }, { label: 'Phase 1 (Week 1)', value: 'Get Search Console access. Draft 2 cornerstone blog posts. Submit to Product Hunt + BetaList + AlternativeTo. Set up HARO/Qwoted alerts.' },
{ label: 'Phase 2 (Week 2)', value: 'Publish 2 posts. Guest post pitch to 5 AI/DevOps blogs. Start LinkedIn company page + 50 connection requests/week.' }, { label: 'Phase 2 (Week 2)', value: 'Publish 2 posts. Guest post pitch to 5 AI/DevOps blogs. Start LinkedIn company page + 50 connection requests/week.' },
{ label: 'Phase 3 (Week 3-4)', value: 'Publish 4 more posts. Follow up guest post pitches. Directory listings done. Target: 500 unique visitors by end of month.' }, { label: 'Phase 3 (Week 3-4)', value: 'Publish 4 more posts. Follow up guest post pitches. Directory listings done. Target: 500 unique visitors by end of month.' },
+1 -1
View File
@@ -56,7 +56,7 @@
</p> </p>
<p style="margin:0 0 6px;font-size:12px;color:#ffaa00;font-weight:600;"> <p style="margin:0 0 6px;font-size:12px;color:#ffaa00;font-weight:600;">
⚠ This link expires in 15 minutes. ⚠ This link expires in 110 Minutes.
</p> </p>
<p style="margin:0 0 28px;font-size:12px;color:#2e6a80;"> <p style="margin:0 0 28px;font-size:12px;color:#2e6a80;">
If you didn't request this reset, you can safely ignore this email. If you didn't request this reset, you can safely ignore this email.
+1 -1
View File
@@ -369,7 +369,7 @@
</div> </div>
<p style="margin-top:48px;padding-top:24px;border-top:1px solid #001a2e;font-size:0.85rem;color:#555;"> <p style="margin-top:48px;padding-top:24px;border-top:1px solid #001a2e;font-size:0.85rem;color:#555;">
<a href="https://derez.ai" style="color:#00f5ff">Derez.ai</a> — Deploy your AI agent in 5 minutes. &middot; <a href="https://derez.ai/#blog">Blog</a> &middot; <a href="https://derez.ai/#topics">Focus Topics</a> <a href="https://derez.ai" style="color:#00f5ff">Derez.ai</a> — Deploy your AI agent in 10 Minutes. &middot; <a href="https://derez.ai/#blog">Blog</a> &middot; <a href="https://derez.ai/#topics">Focus Topics</a>
</p> </p>
</div> </div>
</body> </body>