style: derez.ai is all lowercase — brand style fix (verb, not capitalized)

This commit is contained in:
Oliver
2026-06-13 15:02:53 -03:00
parent 9348985e2b
commit 9956000533
26 changed files with 100 additions and 100 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# derez.ai
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 10 Minutes. $4.99/mo.
+1 -1
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Add Agent — Derez.ai</title>
<title>Add Agent — derez.ai</title>
<meta name="robots" content="noindex, nofollow" />
<style>
/* ═══════════════════════════════════════════════════════════════
+7 -7
View File
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://derez.ai/blog/posts/direct-odoo-api-vs-mcp.html" />
<title>Direct Odoo API vs MCP — Why Direct Access Wins for AI Agents — Derez.ai Blog</title>
<title>Direct Odoo API vs MCP — Why Direct Access Wins for AI Agents — derez.ai Blog</title>
<meta name="description" content="Direct Odoo XML-RPC access vs MCP (Model Context Protocol) for AI agents. Why a dedicated Odoo user with direct API access beats an MCP middleware layer for security, performance, and flexibility." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://derez.ai/blog/posts/direct-odoo-api-vs-mcp.html" />
@@ -122,7 +122,7 @@
</head>
<body>
<div class="container">
<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="badge">Architecture &middot; Odoo &middot; AI Agents</div>
<h1>Direct Odoo API vs MCP — Why Direct Access Wins for AI Agents</h1>
@@ -146,7 +146,7 @@
</p>
<p>
But trendy isn't always better. After building both approaches at Derez.ai, here's why we believe
But trendy isn't always better. After building both approaches at derez.ai, here's why we believe
<strong>direct Odoo API access via a dedicated agent user</strong> is the superior choice — especially for
startups running Odoo Community Edition.
</p>
@@ -170,7 +170,7 @@
<h2>How Direct API Access Works</h2>
<p>
With the Derez.ai approach, your agent authenticates directly against Odoo's XML-RPC API using its
With the derez.ai approach, your agent authenticates directly against Odoo's XML-RPC API using its
<strong>own dedicated Odoo user account</strong>. There's no middle layer — the agent reads, writes, and
queries Odoo models directly, subject only to the user's Odoo access rights.
</p>
@@ -199,7 +199,7 @@
</ul>
</div>
<div class="compare-card direct">
<h3>✅ Direct API (Derez.ai)</h3>
<h3>✅ Direct API (derez.ai)</h3>
<ul>
<li>Zero middleware — agent talks directly to Odoo</li>
<li>No extra latency — same speed as any Odoo client</li>
@@ -302,7 +302,7 @@
is overkill.</li>
</ul>
<h2>Our Take at Derez.ai</h2>
<h2>Our Take at derez.ai</h2>
<p>
For the combination of <strong>Odoo Community Edition + a dedicated Hermes Agent</strong>, direct API access
@@ -334,7 +334,7 @@
</div>
<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 10 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-startups.html">Odoo + Hermes for Startups</a>
</p>
+9 -9
View File
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://derez.ai/blog/posts/hermes-agent-setup-guide.html" />
<title>Hermes Agent Setup Guide: From Zero to Your First AI Agent — Derez.ai Blog</title>
<title>Hermes Agent Setup Guide: From Zero to Your First AI Agent — derez.ai Blog</title>
<meta name="description" content="Step-by-step guide to setting up a Hermes AI agent. Covers installation, agent persona, skills, tools, and cron jobs — no SSH required." />
<meta name="keywords" content="hermes agent, hermes agent setup, install hermes agent, AI agent tutorial, hermes agent configuration, hermes agent persona, AI agent hosting" />
<meta property="og:type" content="article" />
@@ -136,7 +136,7 @@
<body>
<div class="container">
<a href="../../index.html" class="back">← Back to Derez.ai</a>
<a href="../../index.html" class="back">← Back to derez.ai</a>
<h1>Hermes Agent Setup Guide: From Zero to Your First AI Agent</h1>
@@ -149,19 +149,19 @@
<p>Hermes Agent (by <a href="https://nousresearch.com?utm_source=derez" target="_blank" rel="noopener">Nous Research</a>) is an open-source AI agent framework that turns any Linux server into an autonomous digital worker. It reads files, runs shell commands, writes code, manages background processes, and follows chronological schedules — all through a natural language persona that you define.</p>
<p>In this guide, you'll go from a blank server to a running Hermes agent with custom skills, a configured persona, and automated cron jobs. <strong>No manual SSH required</strong> — the Derez.ai dashboard handles provisioning, so you start at the good part.</p>
<p>In this guide, you'll go from a blank server to a running Hermes agent with custom skills, a configured persona, and automated cron jobs. <strong>No manual SSH required</strong> — the derez.ai dashboard handles provisioning, so you start at the good part.</p>
<h2>What You'll Need</h2>
<ul>
<li>A <a href="https://derez.ai">Derez.ai</a> account ($4.99/mo with first-month coupon codes)</li>
<li>A <a href="https://derez.ai">derez.ai</a> account ($4.99/mo with first-month coupon codes)</li>
<li>An OpenRouter API key (or any OpenAI-compatible provider)</li>
<li>About 10 minutes</li>
</ul>
<h2>Step 1: Provision Your Agent Instance</h2>
<p>From the Derez.ai dashboard at <strong>app.derez.ai</strong>, click <strong>Create Agent</strong>. The platform spins up a dedicated Linux instance pre-configured with Python 3.11, the Hermes runtime, and all dependencies. You'll receive:</p>
<p>From the derez.ai dashboard at <strong>app.derez.ai</strong>, click <strong>Create Agent</strong>. The platform spins up a dedicated Linux instance pre-configured with Python 3.11, the Hermes runtime, and all dependencies. You'll receive:</p>
<ul>
<li>Full SSH access (root) to your instance</li>
@@ -184,7 +184,7 @@
<div class="prompt-box">
<strong>AGENT_PERSONA.md</strong><br><br>
You are Mark, a Customer Success Agent for Derez.ai.<br><br>
You are Mark, a Customer Success Agent for derez.ai.<br><br>
- You are helpful, concise, and proactive.<br>
- You monitor new signups and send welcome messages.<br>
- You check server health daily and flag issues.<br>
@@ -195,7 +195,7 @@
- When blocked, report the blocker — never fabricate results.
</div>
<p>You can edit this file directly from the Derez.ai dashboard's file manager, or via SSH. The agent reloads it on each conversation turn, so changes take effect immediately.</p>
<p>You can edit this file directly from the derez.ai dashboard's file manager, or via SSH. The agent reloads it on each conversation turn, so changes take effect immediately.</p>
<h2>Step 3: Install Skills</h2>
@@ -246,7 +246,7 @@ notify_on_complete: true # Get notified when done</code></pre>
<h2>Step 5: Test Your Agent</h2>
<p>Open the Hermes web UI (available from your Derez.ai dashboard) and start a conversation. Try these test prompts:</p>
<p>Open the Hermes web UI (available from your derez.ai dashboard) and start a conversation. Try these test prompts:</p>
<ul>
<li><em>"What's my server health look like today?"</em></li>
@@ -275,7 +275,7 @@ notify_on_complete: true # Get notified when done</code></pre>
<h2>Troubleshooting</h2>
<h3>Agent not responding</h3>
<p>Check that the agent process is running: <code>ps aux | grep hermes</code>. From the Derez.ai dashboard, you can restart the agent with one click.</p>
<p>Check that the agent process is running: <code>ps aux | grep hermes</code>. From the derez.ai dashboard, you can restart the agent with one click.</p>
<h3>Skills not loading</h3>
<p>Verify the file is in the correct directory (<code>~/.hermes/skills/</code>) with <code>.md</code> extension. Check the YAML frontmatter is valid — missing <code>---</code> delimiters will silently skip the file.</p>
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>How to Deploy AI Agents in 10 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="robots" content="noindex, follow" />
<link rel="canonical" href="https://derez.ai/blog/posts/how-to-deploy-ai-agents-5-minutes.html" />
@@ -12,7 +12,7 @@
<body>
<article>
<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>
@@ -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>
<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 ~10 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>
<ul>
+2 -2
View File
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<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 10 Minutes. SMTP configured, first email drafted and sent." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://derez.ai/blog/posts/speed-run-cold-email.html" />
@@ -153,7 +153,7 @@
</p>
<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 10 Minutes.
<a href="https://derez.ai" style="color:#00f5ff">derez.ai</a> — Deploy your AI agent in 10 Minutes.
</p>
</div>
</body>
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://derez.ai/blog/posts/speed-run-competitor-profiling.html" />
<title>Speed Run: Competitor Profiling — ODOO Community Hosting — Derez.ai Blog</title>
<title>Speed Run: Competitor Profiling — ODOO Community Hosting — derez.ai Blog</title>
<meta name="description" content="From zero to a competitor intelligence agent that researches ODOO Community hosting providers and returns a structured comparison table." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://derez.ai/blog/posts/speed-run-competitor-profiling.html" />
@@ -151,7 +151,7 @@
</p>
<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 10 Minutes.
<a href="https://derez.ai" style="color:#00f5ff">derez.ai</a> — Deploy your AI agent in 10 Minutes.
</p>
</div>
</body>
+2 -2
View File
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://derez.ai/blog/posts/speed-run-kie-ai-image.html" />
<title>Speed Run: Generate Images with Kie.ai &amp; Hermes Agent — Derez.ai Blog</title>
<title>Speed Run: Generate Images with Kie.ai &amp; Hermes Agent — derez.ai Blog</title>
<meta name="description" content="From zero to an AI-generated image in under 10 minutes. Connect Kie.ai's multi-model API to Hermes Agent and generate production-quality visuals." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://derez.ai/blog/posts/speed-run-kie-ai-image.html" />
@@ -155,7 +155,7 @@
</p>
<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 10 Minutes.
<a href="https://derez.ai" style="color:#00f5ff">derez.ai</a> — Deploy your AI agent in 10 Minutes.
</p>
</div>
</body>
+2 -2
View File
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://derez.ai/blog/posts/speed-run-nextcloud-svg.html" />
<title>Speed Run: Connect to Nextcloud &amp; Render SVGs with an AI Agent — Derez.ai Blog</title>
<title>Speed Run: Connect to Nextcloud &amp; Render SVGs with an AI Agent — derez.ai Blog</title>
<meta name="description" content="From zero to an agent that connects to Nextcloud, generates vector graphics, and saves them — all through a single prompt." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://derez.ai/blog/posts/speed-run-nextcloud-svg.html" />
@@ -155,7 +155,7 @@
</p>
<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 10 Minutes.
<a href="https://derez.ai" style="color:#00f5ff">derez.ai</a> — Deploy your AI agent in 10 Minutes.
</p>
</div>
</body>
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<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 10 Minutes. Free trial included." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://derez.ai/blog/posts/speed-run-odoo-community-agent.html" />
@@ -154,7 +154,7 @@
</p>
<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 10 Minutes.
<a href="https://derez.ai" style="color:#00f5ff">derez.ai</a> — Deploy your AI agent in 10 Minutes.
</p>
</div>
</body>
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://derez.ai/blog/posts/speed-run-research-agent-mobile.html" />
<title>Speed Run: Research Agent — Scrape mobile.de with AI — Derez.ai Blog</title>
<title>Speed Run: Research Agent — Scrape mobile.de with AI — derez.ai Blog</title>
<meta name="description" content="From zero to a research agent that scrapes mobile.de and returns a structured table of Toyota Hilux listings with prices and specs." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://derez.ai/blog/posts/speed-run-research-agent-mobile.html" />
@@ -151,7 +151,7 @@
</p>
<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 10 Minutes.
<a href="https://derez.ai" style="color:#00f5ff">derez.ai</a> — Deploy your AI agent in 10 Minutes.
</p>
</div>
</body>
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://derez.ai/blog/posts/why-backing-up-an-agent-is-so-hard.html" />
<title>Why Backing Up an AI Agent Is So Hard — Derez.ai Blog</title>
<title>Why Backing Up an AI Agent Is So Hard — derez.ai Blog</title>
<meta name="description" content="69% of an agent's state lives outside its home directory. Real filesystem data on why home-dir backups fail — and why full-disk snapshots are the only viable solution." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://derez.ai/blog/posts/why-backing-up-an-agent-is-so-hard.html" />
@@ -263,10 +263,10 @@
Our snapshot compression brings the 6.8 GB down to about 4.2 GB on disk. With 7 daily snapshots retaining the full machine state, you're looking at ~610 GB total — negligible for any modern VPS provider.
</p>
<h2>What Derez.ai Does Differently</h2>
<h2>What derez.ai Does Differently</h2>
<p>
Every Derez.ai agent instance comes with <strong>automatic full-disk snapshots</strong> — not home-directory backups, not config exports, but full filesystem snapshots.
Every derez.ai agent instance comes with <strong>automatic full-disk snapshots</strong> — not home-directory backups, not config exports, but full filesystem snapshots.
</p>
<ul>
@@ -277,7 +277,7 @@
</ul>
<div class="pro-tip">
<p><strong>Real talk: </strong>Most agent hosting services back up your config and call it a day. They don't tell you that restoring won't work because the runtime is missing. We built full-disk snapshots into Derez.ai from day one because "it works after restore" is the only standard that matters.</p>
<p><strong>Real talk: </strong>Most agent hosting services back up your config and call it a day. They don't tell you that restoring won't work because the runtime is missing. We built full-disk snapshots into derez.ai from day one because "it works after restore" is the only standard that matters.</p>
</div>
<h2>Better Safe Than Sorry</h2>
@@ -291,7 +291,7 @@
</p>
<p>
At Derez.ai, your agent's full disk gets backed up every day. No gaps, no missing runtimes, no surprises on restore.
At derez.ai, your agent's full disk gets backed up every day. No gaps, no missing runtimes, no surprises on restore.
</p>
<div class="cta-box">
@@ -301,7 +301,7 @@
</div>
<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> — Work with your AI agent in 10 minutes. Full-disk backups, SSH access, managed dashboard included.
<a href="https://derez.ai" style="color:#00f5ff">derez.ai</a> — Work with your AI agent in 10 minutes. Full-disk backups, SSH access, managed dashboard included.
</p>
</div>
</body>
+1 -1
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Subscription Issue — Derez.ai</title>
<title>Subscription Issue — derez.ai</title>
<meta name="robots" content="noindex, nofollow" />
<style>
/* ── Design Tokens (matches derez.ai system) ─────────────── */
+5 -5
View File
@@ -5,14 +5,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<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 10 Minutes. Full SSH access, no coding required, enterprise-grade hosting. Start your free trial." />
<meta property="og:type" content="website" />
<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 10 Minutes. Full SSH access, no coding required, enterprise-grade hosting." />
<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>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
@@ -86,7 +86,7 @@
</head>
<body>
<div class="container">
<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">
<h1>ChatGPT AI Agent — Deploy in 10 Minutes</h1>
@@ -133,7 +133,7 @@
</div>
<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 10 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>
</div>
</body>
+1 -1
View File
@@ -48,7 +48,7 @@
{ "day": 5, "action": "Create 3 social posts (X/LinkedIn) about launch", "owner": "Mint", "status": "pending" },
{ "day": 5, "action": "Send F&F NPS survey #1", "owner": "Mint", "status": "pending" },
{ "day": 6, "action": "Publish first social proof tweet", "owner": "Oliver", "status": "pending" },
{ "day": 6, "action": "Write blog post: 'Why I built Derez.ai'", "owner": "Oliver", "status": "pending" },
{ "day": 6, "action": "Write blog post: 'Why I built derez.ai'", "owner": "Oliver", "status": "pending" },
{ "day": 7, "action": "Mid-campaign review: KPI check vs targets", "owner": "Both", "status": "pending" },
{ "day": 7, "action": "Second batch influencer outreach (next 10)", "owner": "Oliver", "status": "pending" },
{ "day": 7, "action": "Polish Product Hunt listing with F&F feedback", "owner": "Mint", "status": "pending" },
+1 -1
View File
@@ -45,7 +45,7 @@
**Tagline:** Deploy open-source AI agents in 10 Minutes. No SSH. No YAML.
**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.
**Categories:** Developer Tools, AI, DevOps
+2 -2
View File
@@ -1,10 +1,10 @@
# Friends & Family -- Onboarding Guide (1-Pager)
**Campaign:** Derez.ai Prelaunch
**Campaign:** derez.ai Prelaunch
**Coupons:** friends950 ($9.50/mo -- unlimited, OpenRouter credits included)
**Channel:** Telegram group (setting up next)
## 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 ~10 Minutes with no SSH or DevOps needed.
+3 -3
View File
@@ -1,6 +1,6 @@
# Influencer Outreach — Email Template
**From:** Mark — Customer Success Agent @ Derez.ai
**From:** Mark — Customer Success Agent @ derez.ai
**Signed as:** Mark
---
@@ -11,7 +11,7 @@
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 ~10 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.
@@ -27,7 +27,7 @@ Interested? I can set you up with a demo instance in 10 Minutes.
Cheers,
Mark
Customer Success @ Derez.ai
Customer Success @ derez.ai
---
+3 -3
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Coupon Used — Derez.ai</title>
<title>Coupon Used — derez.ai</title>
<meta name="robots" content="noindex, nofollow" />
<style>
@@ -291,7 +291,7 @@
<a href="/" class="site-logo">
<img
src="assets/images/logo.svg"
alt="Derez.ai"
alt="derez.ai"
width="132"
height="34"
class="site-logo-img"
@@ -312,7 +312,7 @@
<h1>This coupon has already been used</h1>
<p>
Coupon codes and discount keys on Derez.ai are
Coupon codes and discount keys on derez.ai are
<strong>single-use only</strong>.
Each code can be applied to exactly one purchase.
</p>
+1 -1
View File
@@ -1,4 +1,4 @@
# Derez.ai — Frequently Asked Questions
# derez.ai — Frequently Asked Questions
> Generated from derez.ai landing page content. Updated: June 07, 2026.
> Source: https://derez.ai
+13 -13
View File
@@ -417,7 +417,7 @@
<a href="#options">Options</a>
<a href="#compare">Compare</a>
<a href="#quiz">Find Yours</a>
<a href="https://derez.ai" style="color:var(--accent)">Derez.ai →</a>
<a href="https://derez.ai" style="color:var(--accent)">derez.ai →</a>
</div>
</div>
</header>
@@ -470,7 +470,7 @@
</div>
<div class="option-card recommended">
<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 ~10 Minutes. Backups, SSH, dashboard included.</p>
<div class="option-cost"><span class="mid">$1550 / month</span></div>
</div>
@@ -494,7 +494,7 @@
<th>Your Own PC</th>
<th>Dedicated PC</th>
<th>VPS</th>
<th>Derez.ai</th>
<th>derez.ai</th>
</tr>
</thead>
<tbody>
@@ -713,7 +713,7 @@
<!-- Result -->
<div class="quiz-result" id="quizResult">
<div class="result-icon" id="resultIcon"></div>
<div class="result-title" id="resultTitle">Derez.ai</div>
<div class="result-title" id="resultTitle">derez.ai</div>
<p class="result-desc" id="resultDesc">Your best fit based on your answers.</p>
<div class="reasoning-box" id="resultReasoning">
<h4>Why this fits you</h4>
@@ -722,7 +722,7 @@
<div class="result-actions">
<button class="btn btn-reset">Take Again</button>
<a href="#compare" class="btn btn-secondary">View Full Comparison</a>
<a href="https://derez.ai" class="btn btn-primary">Try Derez.ai →</a>
<a href="https://derez.ai" class="btn btn-primary">Try derez.ai →</a>
</div>
</div>
</div>
@@ -732,7 +732,7 @@
<footer>
<p>
Built for <a href="https://hermes-agent.nousresearch.com?utm_source=derez">Hermes Agent</a> by
<a href="https://derez.ai">Derez.ai</a> — managed Hermes hosting.
<a href="https://derez.ai">derez.ai</a> — managed Hermes hosting.
</p>
<p style="margin-top:8px;font-size:12px;">
Prices are estimates. Your actual costs may vary by provider and region.
@@ -849,9 +849,9 @@
// Beginners always get Derez
result = {
icon: '⚡',
title: 'Derez.ai',
title: 'derez.ai',
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') {
result = {
@@ -870,9 +870,9 @@
} else if (security === 'important' && (budget === 'medium' || budget === 'high')) {
result = {
icon: '⚡',
title: 'Derez.ai',
title: 'derez.ai',
desc: 'Isolated instances with automated backups — security without the ops burden.',
reasoning: 'Derez.ai gives each client their own Linux instance with full backups, SSH access, and proper isolation. You get strong security without needing to be a DevOps expert. The mid-range pricing fits your budget, and you get a dashboard for management.'
reasoning: 'derez.ai gives each client their own Linux instance with full backups, SSH access, and proper isolation. You get strong security without needing to be a DevOps expert. The mid-range pricing fits your budget, and you get a dashboard for management.'
};
} else if (level === 'intermediate' && budget !== 'free') {
result = {
@@ -886,15 +886,15 @@
icon: '🖥️',
title: 'Your Own PC',
desc: 'Free, but requires some setup. Best for learning and prototyping.',
reasoning: 'You want to spend $0, which means using hardware you already own. Your Own PC works for development and testing, but keep in mind: your agent only runs while your computer is on. For a 24/7 agent you\'ll need either a VPS or Derez.ai. Consider this as a starting point to learn Hermes.'
reasoning: 'You want to spend $0, which means using hardware you already own. Your Own PC works for development and testing, but keep in mind: your agent only runs while your computer is on. For a 24/7 agent you\'ll need either a VPS or derez.ai. Consider this as a starting point to learn Hermes.'
};
} else {
// Default recommendation
result = {
icon: '⚡',
title: 'Derez.ai',
title: 'derez.ai',
desc: 'The balanced choice for most users. Managed, secure, and fairly priced.',
reasoning: 'Derez.ai combines the ease of managed hosting with proper isolation and backups. You get SSH access when you need it, a dashboard for daily management, and automated backups for peace of mind. At $1550/mo it\'s competitive with a mid-range VPS but saves you hours of setup time.'
reasoning: 'derez.ai combines the ease of managed hosting with proper isolation and backups. You get SSH access when you need it, a dashboard for daily management, and automated backups for peace of mind. At $1550/mo it\'s competitive with a mid-range VPS but saves you hours of setup time.'
};
}
+11 -11
View File
@@ -6,7 +6,7 @@
<!-- ── SEO: Primary ────────────────────────────────────────────── -->
<title>
Derez.ai — Work With Your AI Agent in 10 Minutes | Agent Hosting
derez.ai — Work With Your AI Agent in 10 Minutes | Agent Hosting
</title>
<meta
name="description"
@@ -24,20 +24,20 @@
<meta property="og:url" content="https://derez.ai" />
<meta
property="og:title"
content="Derez.ai — Work With Your AI Agent in 10 Minutes"
content="derez.ai — Work With Your AI Agent in 10 Minutes"
/>
<meta
property="og:description"
content="Work with your AI agent in under 10 minutes. $9.50/mo ($2 startup discount). Full SSH access, backups, dashboard."
/>
<meta property="og:image" content="https://derez.ai/og-image.png" />
<meta property="og:site_name" content="Derez.ai" />
<meta property="og:site_name" content="derez.ai" />
<!-- ── SEO: Twitter ────────────────────────────────────────────── -->
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="Derez.ai — Work With Your AI Agent in 10 Minutes"
content="derez.ai — Work With Your AI Agent in 10 Minutes"
/>
<meta
name="twitter:description"
@@ -49,7 +49,7 @@
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Derez.ai",
"name": "derez.ai",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Linux",
"description": "Managed AI agent hosting platform. Work with Hermes agents in under 10 minutes with full SSH access, automatic backups, and a management dashboard.",
@@ -154,7 +154,7 @@
<a href="/" class="site-logo">
<img
src="assets/images/logo.svg"
alt="Derez.ai"
alt="derez.ai"
width="132"
height="34"
class="site-logo-img"
@@ -404,7 +404,7 @@
<div class="video-info">
<h4>Speed Run Example 2</h4>
<div class="video-desc">
Another demo of the Derez.ai speed-run
Another demo of the derez.ai speed-run
workflow.
</div>
</div>
@@ -488,7 +488,7 @@
<div class="video-info">
<h4>Speed Run Example 5</h4>
<div class="video-desc">
Another real-time speed run on Derez.ai.
Another real-time speed run on derez.ai.
</div>
</div>
</a>
@@ -1589,7 +1589,7 @@
</div>
<div class="story-body">
<div class="story-label">From the Founder</div>
<h2>Why I Built Derez.ai</h2>
<h2>Why I Built derez.ai</h2>
<p>
I set up Hermes Agent for my company, ODOO4projects
LLC. After days of solid work, two things hit me:
@@ -1604,7 +1604,7 @@
<p>
That's when it clicked: agents need to be
<strong>scalable, portable, and backed up</strong>.
A month later, Derez.ai was live — dedicated
A month later, derez.ai was live — dedicated
instances, one-click backups, and a fresh agent for
every project. No more context collisions. No more
accidental nukes.
@@ -1708,7 +1708,7 @@
═══════════════════════════════════════════════════════════════ -->
<footer class="site-footer">
<div class="container">
<span>&copy; 2026 Derez.ai &mdash; AI Agent Hosting</span>
<span>&copy; 2026 derez.ai &mdash; AI Agent Hosting</span>
<div class="footer-links">
<a
href="https://www.youtube.com/@derez_ai"
+7 -7
View File
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://derez.ai/odoo-hermes-agent-startups.html" />
<title>Odoo + Hermes Agent — The Perfect Startup Stack | Derez.ai</title>
<title>Odoo + Hermes Agent — The Perfect Startup Stack | derez.ai</title>
<meta name="description" content="Combine Odoo Community Edition with Hermes Agent for startup growth. No per-user fees, dedicated agent access, granular rights management — scale without the cost." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://derez.ai/odoo-hermes-agent-startups.html" />
@@ -169,7 +169,7 @@
</head>
<body>
<div class="container">
<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="badge">Startup Stack</div>
@@ -202,7 +202,7 @@
<p>With Odoo Enterprise, a dedicated agent user costs you a monthly license fee. With Odoo Community Edition, your agent is just another user — zero additional cost. This is what makes CE the <strong>most fruitful and practical choice</strong> for startups building AI-powered operations. You get the full ERP without the per-user tax.</p>
</div>
<p>And since your Derez.ai agent runs on its own Linux instance with full SSH access, there's no overlap between your Odoo hosting and your agent hosting. Each component scales independently as your startup grows.</p>
<p>And since your derez.ai agent runs on its own Linux instance with full SSH access, there's no overlap between your Odoo hosting and your agent hosting. Each component scales independently as your startup grows.</p>
<!-- ═══════════════════════════════════════════════════════════
CHAPTER 2
@@ -250,7 +250,7 @@
</ul>
<h3>How It Works</h3>
<p>When you select the Odoo integration from your Derez.ai dashboard, the agent receives a prepared prompt that authenticates it against your Odoo instance using the <strong>agent user credentials</strong>. Every API call the agent makes runs under that user's permission scope — meaning it can only read or write what you explicitly allowed in Step 2.</p>
<p>When you select the Odoo integration from your derez.ai dashboard, the agent receives a prepared prompt that authenticates it against your Odoo instance using the <strong>agent user credentials</strong>. Every API call the agent makes runs under that user's permission scope — meaning it can only read or write what you explicitly allowed in Step 2.</p>
<p>This is fundamentally different from giving an AI agent an admin API key. Your agent operates within a <strong>defined permission boundary</strong> just like any other employee in your Odoo system.</p>
@@ -296,13 +296,13 @@
<p>Odoo logs all user activity. Periodically check the agent user's history — what records did it read? What did it write? This gives you visibility into whether your agent is behaving as expected.</p>
<h3>Rotate Credentials</h3>
<p>Treat your agent's Odoo password like any service account — rotate it periodically. The Derez.ai dashboard makes it easy to update integration credentials without rebuilding your agent.</p>
<p>Treat your agent's Odoo password like any service account — rotate it periodically. The derez.ai dashboard makes it easy to update integration credentials without rebuilding your agent.</p>
<h3>Use Read-Only Where Possible</h3>
<p>If your agent only needs to read data (reports, dashboards, briefings), grant read-only access rights. Reserve write permissions for workflows that genuinely need them — like updating lead stages or creating contacts.</p>
<div class="note-box">
<p><strong>The Bottom Line:</strong> Odoo Community Edition + Derez.ai Hermes Agent = enterprise ERP automation at startup prices. The Community Edition's flexible user model means your agent costs nothing to licence, and Odoo's granular permission system means you control exactly what your agent can access. No per-user fees, no all-or-nothing access. Just a scalable, secure AI operations stack.</p>
<p><strong>The Bottom Line:</strong> Odoo Community Edition + derez.ai Hermes Agent = enterprise ERP automation at startup prices. The Community Edition's flexible user model means your agent costs nothing to licence, and Odoo's granular permission system means you control exactly what your agent can access. No per-user fees, no all-or-nothing access. Just a scalable, secure AI operations stack.</p>
</div>
<!-- ═══════════════════════════════════════════════════════════
@@ -315,7 +315,7 @@
</div>
<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 10 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>
</div>
</body>
+3 -3
View File
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<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 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:url" content="https://derez.ai/odoo-hermes-agent.html" />
@@ -114,7 +114,7 @@
</head>
<body>
<div class="container">
<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="badge">Integration Guide</div>
@@ -173,7 +173,7 @@
</div>
<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 10 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>
</div>
</body>
+2 -2
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="noindex, nofollow" />
<title>Daily Brief — Derez.ai</title>
<title>Daily Brief — derez.ai</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,400;14..32,500;14..32,600;14..32,700&display=swap" rel="stylesheet" />
@@ -880,7 +880,7 @@
{ id: "n2", text: "Coupon codes ready: creator950 ($9.50), friends950 ($9.50) — unlimited, includes OpenRouter credits", done: true },
{ id: "n3", text: "Product demo video (3 min screen recording)", done: false },
{ id: "n4", text: "Social media account access (X/Twitter + LinkedIn posting)", done: false },
{ id: "n5", text: "'Why I built Derez.ai' story — available on homepage", done: true },
{ id: "n5", text: "'Why I built derez.ai' story — available on homepage", done: true },
];
/* ── Infos (action plan: 10K visitors/mo) ── */
+8 -8
View File
@@ -5,14 +5,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://derez.ai/ssh-for-agents.html" />
<title>SSH for AI Agents — Access, Transfer, Manage | Derez.ai</title>
<title>SSH for AI Agents — Access, Transfer, Manage | derez.ai</title>
<meta name="description" content="Complete guide to SSH access for your AI agent: encryption keys, file sync, Tmux sessions, and Midnight Commander for easy file transfers." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://derez.ai/ssh-for-agents.html" />
<meta property="og:title" content="SSH for AI Agents — Access, Transfer, Manage | Derez.ai" />
<meta property="og:title" content="SSH for AI Agents — Access, Transfer, Manage | derez.ai" />
<meta property="og:description" content="Complete guide to SSH access for your AI agent: encryption keys, file sync, Tmux sessions, and Midnight Commander." />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="SSH for AI Agents — Access, Transfer, Manage | Derez.ai" />
<meta name="twitter:title" content="SSH for AI Agents — Access, Transfer, Manage | derez.ai" />
<script defer data-domain="derez.ai" src="https://plausible.odoo4projects.com/js/script.file-downloads.outbound-links.tagged-events.js"></script>
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
@@ -146,7 +146,7 @@
</head>
<body>
<div class="container">
<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">
<h1>SSH for AI Agents</h1>
@@ -169,7 +169,7 @@
═══════════════════════════════════════════════════════════ -->
<h2 id="ch1"><span class="chapter-num">1</span> Accessing SSH via Encryption Keys</h2>
<p>Your Derez.ai agent runs in its own Linux container with full root SSH access. The most secure way to connect is using <strong>SSH key pairs</strong> — a public key stored on the server and a private key kept on your machine.</p>
<p>Your derez.ai agent runs in its own Linux container with full root SSH access. The most secure way to connect is using <strong>SSH key pairs</strong> — a public key stored on the server and a private key kept on your machine.</p>
<h3>Generate an SSH Key Pair</h3>
<p>If you don't already have an SSH key, create one on your local machine:</p>
@@ -200,7 +200,7 @@
═══════════════════════════════════════════════════════════ -->
<h2 id="ch2"><span class="chapter-num">2</span> Copying Files In and Out — Derez Sync</h2>
<p>Derez.ai agents include a built-in sync mechanism that lets you transfer files between your local machine and your agent's instance without manual SCP or SFTP commands.</p>
<p>derez.ai agents include a built-in sync mechanism that lets you transfer files between your local machine and your agent's instance without manual SCP or SFTP commands.</p>
<h3>How It Works</h3>
<p>The sync tool uses your existing SSH connection and handles directory structure, permissions, and incremental transfers automatically. It's designed for workflows where you iterate on scripts, configuration files, or data sets locally and push them to the agent.</p>
@@ -364,12 +364,12 @@
═══════════════════════════════════════════════════════════ -->
<div class="cta-box">
<h3>Deploy Your Agent with Full SSH Access</h3>
<p>Every Derez.ai agent gives you root SSH access, file sync, and all the tools you need to manage it your way.</p>
<p>Every derez.ai agent gives you root SSH access, file sync, and all the tools you need to manage it your way.</p>
<a href="https://derez.ai/#pricing" class="btn">Get Started →</a>
</div>
<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 10 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>
</div>
</body>