From 23503d8c97ef545d1219934cca8182fe855117dc Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 10 Jun 2026 05:10:08 -0300 Subject: [PATCH] Add blog section: 2x2 grid with search, pagination, and 8 sample posts --- blog/index.json | 68 +++++ blog/posts/agent-backup-restore-guide.html | 80 ++++++ blog/posts/ai-agent-trends-2026.html | 81 ++++++ blog/posts/cold-email-agent-setup.html | 84 +++++++ blog/posts/create-first-agent-5-min.html | 82 ++++++ .../derezai-launches-managed-hosting.html | 80 ++++++ blog/posts/hermes-agent-custom-tools.html | 81 ++++++ blog/posts/migrate-to-derezai.html | 83 +++++++ blog/posts/video-script-automation-agent.html | 81 ++++++ data/operations.json | 113 +++++++-- index.html | 234 ++++++++++++++++++ 11 files changed, 1043 insertions(+), 24 deletions(-) create mode 100644 blog/index.json create mode 100644 blog/posts/agent-backup-restore-guide.html create mode 100644 blog/posts/ai-agent-trends-2026.html create mode 100644 blog/posts/cold-email-agent-setup.html create mode 100644 blog/posts/create-first-agent-5-min.html create mode 100644 blog/posts/derezai-launches-managed-hosting.html create mode 100644 blog/posts/hermes-agent-custom-tools.html create mode 100644 blog/posts/migrate-to-derezai.html create mode 100644 blog/posts/video-script-automation-agent.html diff --git a/blog/index.json b/blog/index.json new file mode 100644 index 0000000..b1e0002 --- /dev/null +++ b/blog/index.json @@ -0,0 +1,68 @@ +{ + "posts": [ + { + "id": "create-first-agent-5-min", + "date": "2026-06-10", + "area": "howto", + "headline": "How to Create Your First AI Agent in 5 Minutes", + "teaser": "From signup to a working agent. No coding required, full SSH access included.", + "link": "blog/posts/create-first-agent-5-min.html" + }, + { + "id": "derezai-launches-managed-hosting", + "date": "2026-06-08", + "area": "news", + "headline": "Derez.ai Launches Managed Agent Hosting — Hermes Agents for Everyone", + "teaser": "We're live. Deploy a Hermes Agent on a dedicated Linux instance with one-click backups and a management dashboard.", + "link": "blog/posts/derezai-launches-managed-hosting.html" + }, + { + "id": "cold-email-agent-setup", + "date": "2026-06-05", + "area": "howto", + "headline": "Building a Cold Email Agent: From Setup to First Send", + "teaser": "A walkthrough on configuring a Hermes Agent for cold outreach — research, draft, and send in one pipeline.", + "link": "blog/posts/cold-email-agent-setup.html" + }, + { + "id": "ai-agent-trends-2026", + "date": "2026-06-01", + "area": "news", + "headline": "AI Agent Trends to Watch in 2026", + "teaser": "Autonomous agents, multi-agent orchestration, and the shift from chatbots to doers.", + "link": "blog/posts/ai-agent-trends-2026.html" + }, + { + "id": "hermes-agent-custom-tools", + "date": "2026-05-28", + "area": "howto", + "headline": "Extending Hermes Agent with Custom Tools and Skills", + "teaser": "How to write your own skills, add API tools, and teach your agent new tricks.", + "link": "blog/posts/hermes-agent-custom-tools.html" + }, + { + "id": "video-script-automation-agent", + "date": "2026-05-25", + "area": "video-scripts", + "headline": "AI Agent Script: Automating YouTube Content Research", + "teaser": "Full walkthrough of a video script agent that researches topics, outlines episodes, and writes drafts.", + "link": "blog/posts/video-script-automation-agent.html" + }, + { + "id": "migrate-to-derezai", + "date": "2026-05-20", + "area": "howto", + "headline": "How to Migrate Your Existing AI Agent to Derez.ai", + "teaser": "Moving from self-hosted or another provider — SSH, config, and data migration in 10 minutes.", + "link": "blog/posts/migrate-to-derezai.html" + }, + { + "id": "agent-backup-restore-guide", + "date": "2026-05-15", + "area": "howto", + "headline": "One-Click Backups and Restores: Your Agent Data Is Safe", + "teaser": "How the backup system works, what gets saved, and how to restore from any point in time.", + "link": "blog/posts/agent-backup-restore-guide.html" + } + ] +} \ No newline at end of file diff --git a/blog/posts/agent-backup-restore-guide.html b/blog/posts/agent-backup-restore-guide.html new file mode 100644 index 0000000..21c2dac --- /dev/null +++ b/blog/posts/agent-backup-restore-guide.html @@ -0,0 +1,80 @@ + + + + + + + + One-Click Backups and Restores: Your Agent Data Is Safe — Derez.ai Blog + + + + + + + + + + + + + + +
+ ← Back to Blog +

One-Click Backups and Restores: Your Agent Data Is Safe

+
+ May 15, 2026 + howto +
+

Don't Lose Your Agent

+

Your agent's configuration, skills, tools, and memory represent real work. Losing them would be painful. That's why every Derez.ai plan includes automatic daily backups with one-click restore.

+

What Gets Backed Up

+

Every 24 hours, we snapshot your entire instance: the Hermes Agent config, all skills and tools, the agent's memory and conversation history, environment variables and API keys, and your custom scripts and data files.

+

How Restore Works

+

From the app.derez.ai dashboard, click "Restore" on any backup. The process takes under 2 minutes. Your agent comes back exactly as it was at the time of that backup — config, data, everything.

+

Best Practices

+

Backups run automatically, but here's our advice: restore test your backups monthly (spin up a test instance, restore, verify it works), keep critical config files version-controlled (git push your SKILL.md files), and use the dashboard to label important backups before making big changes.

+

If something goes wrong — a bad config push, a corrupted skill, an accidental deletion — you're never more than two minutes away from a known-good state.

+ +

+ Derez.ai — Deploy your AI agent in 5 minutes. +

+
+ + + \ No newline at end of file diff --git a/blog/posts/ai-agent-trends-2026.html b/blog/posts/ai-agent-trends-2026.html new file mode 100644 index 0000000..bcb6124 --- /dev/null +++ b/blog/posts/ai-agent-trends-2026.html @@ -0,0 +1,81 @@ + + + + + + + + AI Agent Trends to Watch in 2026 — Derez.ai Blog + + + + + + + + + + + + + + +
+ ← Back to Blog +

AI Agent Trends to Watch in 2026

+
+ June 1, 2026 + news +
+

The Year of the Agent

+

2025 was about chatbots that could answer questions. 2026 is about agents that do things — send emails, update databases, deploy code, manage workflows. The shift from passive to active AI is the defining trend.

+

Multi-Agent Orchestration

+

Instead of one agent doing everything, we're seeing architectures where specialized agents collaborate: one researches, one drafts, one reviews, one sends. This mirrors how human teams work and produces better results than a single generalist agent.

+

Agent-as-a-Service

+

Hosted agents are becoming a category. Companies like Derez.ai let you deploy and manage agents without worrying about infrastructure. Expect this to accelerate as more businesses realize the operational overhead of self-hosting.

+

Tool-Using Agents

+

Modern agents don't just generate text — they use APIs, query databases, run code, and interact with web services. The ability to call tools reliably is what separates a useful agent from a novelty.

+

What This Means for You

+

If you're not already running agents for your workflow, 2026 is the year to start. The barrier is lower than ever: $9.50/month gets you a fully managed Hermes Agent with tools, backups, and a dashboard. The question isn't whether agents will be part of your stack — it's which tasks you'll delegate first.

+ +

+ Derez.ai — Deploy your AI agent in 5 minutes. +

+
+ + + \ No newline at end of file diff --git a/blog/posts/cold-email-agent-setup.html b/blog/posts/cold-email-agent-setup.html new file mode 100644 index 0000000..e38d3f3 --- /dev/null +++ b/blog/posts/cold-email-agent-setup.html @@ -0,0 +1,84 @@ + + + + + + + + Building a Cold Email Agent: From Setup to First Send — Derez.ai Blog + + + + + + + + + + + + + + +
+ ← Back to Blog +

Building a Cold Email Agent: From Setup to First Send

+
+ June 5, 2026 + howto +
+

The Cold Email Use Case

+

Cold email is repetitive — research prospects, write a personalized draft, send, follow up. It's the perfect job for an AI agent. Here's how to set one up on Derez.ai.

+

What Your Agent Needs

+

Your cold email agent needs three things: a research tool (to find prospects and learn about their business), an email-sending integration (SMTP or API), and a clear prompt that defines your voice and process. We cover all three.

+

Step 1: Configure the Prompt

+

In the app.derez.ai dashboard, give your agent a role: "You are a B2B outreach specialist for [Company]. Research each prospect, write a personalized first email, and send it." Attach your prospect list or connect a CRM via the tools section.

+

Step 2: Connect Email

+

Hermes Agent supports SMTP and email APIs out of the box. Add your email credentials in the agent's environment settings, and your agent can send emails directly from the conversation.

+

Step 3: Add Research Skills

+

Your agent can use web search to research each prospect's company, recent news, and LinkedIn profile before writing. This makes each email genuinely personalized — not a template with a name swapped in.

+

Step 4: Test and Launch

+

Run a few test emails to yourself first. Tweak the tone in the prompt until it sounds right. Then add your prospect list and let the agent work through it. Follow-ups can be scheduled as separate tasks.

+

The result? Each prospect gets a researched, personalized email written and sent — while you focus on the replies that matter.

+ +

+ Derez.ai — Deploy your AI agent in 5 minutes. +

+
+ + + \ No newline at end of file diff --git a/blog/posts/create-first-agent-5-min.html b/blog/posts/create-first-agent-5-min.html new file mode 100644 index 0000000..3fadff1 --- /dev/null +++ b/blog/posts/create-first-agent-5-min.html @@ -0,0 +1,82 @@ + + + + + + + + How to Create Your First AI Agent in 5 Minutes — Derez.ai Blog + + + + + + + + + + + + + + +
+ ← Back to Blog +

How to Create Your First AI Agent in 5 Minutes

+
+ June 10, 2026 + howto +
+

It Really Takes 5 Minutes

+

We built Derez.ai around a simple bet: deploying an AI agent should be faster than ordering coffee. Here's the exact flow, start to finish.

+

Step 1: Choose Your Agent

+

Head to the pricing section and pick a plan. Trainee ($4.99/mo) is great for testing, Junior ($9.50/mo, our most popular) runs a full Hermes Agent, and Senior ($17.50/mo) gives you the most powerful configuration. Each plan includes OpenRouter credits equal to your monthly subscription.

+

Step 2: Configure and Pay

+

Select your agent type (Hermes Agent recommended), choose your billing period, and optionally apply a coupon code. If you're an early adopter, use friends950 for $9.50 off your first month. Complete the Stripe checkout and your instance spins up within seconds.

+

Step 3: Set Up Your Prompt

+

Once payment succeeds, you're redirected to your agent dashboard at app.derez.ai. The prompt builder walks you through configuring your agent's personality, tools, and knowledge. A cold email agent, a research assistant, a support bot — whatever you need, the builder makes it straightforward.

+

Step 4: Go Live

+

Hit deploy and your agent is live with full SSH access, automatic daily backups, and a real-time dashboard. You can tweak the prompt, add skills, or connect external tools any time. That's it — under 5 minutes, no exaggeration.

+

Ready to try it? Pick a plan and deploy your agent now.

+ +

+ Derez.ai — Deploy your AI agent in 5 minutes. +

+
+ + + \ No newline at end of file diff --git a/blog/posts/derezai-launches-managed-hosting.html b/blog/posts/derezai-launches-managed-hosting.html new file mode 100644 index 0000000..ec4bab0 --- /dev/null +++ b/blog/posts/derezai-launches-managed-hosting.html @@ -0,0 +1,80 @@ + + + + + + + + Derez.ai Launches Managed Agent Hosting — Hermes Agents for Everyone — Derez.ai Blog + + + + + + + + + + + + + + +
+ ← Back to Blog +

Derez.ai Launches Managed Agent Hosting — Hermes Agents for Everyone

+
+ June 8, 2026 + news +
+

Today We Go Live

+

After months of building, testing, and refining, Derez.ai is officially open for business. Our mission: make AI agent deployment as simple as spinning up a cloud VM — but with all the hard parts handled for you.

+

What We Offer

+

Every Derez.ai plan includes a dedicated Linux instance running Hermes Agent by Nous Research. You get full SSH access, automatic daily backups, a management dashboard for prompt and API key management, and support via in-page chat. No shared infrastructure, no hidden limits.

+

The dashboard lets you monitor agent activity, adjust prompts on the fly, manage API keys, and restore from backup with one click. It's the control panel that makes agent hosting feel like a product, not a project.

+

Why Managed Matters

+

Running an AI agent yourself means dealing with server setup, dependency management, backup scripts, monitoring, and security patches. We handle all of that so you can focus on what your agent does, not how it stays online.

+

Special Launch Pricing

+

Use coupon code creator950 or friends950 at checkout for $9.50 off your first month — bringing the Junior plan to $0.00 on month one. It's our way of saying thanks to the early community.

+ +

+ Derez.ai — Deploy your AI agent in 5 minutes. +

+
+ + + \ No newline at end of file diff --git a/blog/posts/hermes-agent-custom-tools.html b/blog/posts/hermes-agent-custom-tools.html new file mode 100644 index 0000000..36605a6 --- /dev/null +++ b/blog/posts/hermes-agent-custom-tools.html @@ -0,0 +1,81 @@ + + + + + + + + Extending Hermes Agent with Custom Tools and Skills — Derez.ai Blog + + + + + + + + + + + + + + +
+ ← Back to Blog +

Extending Hermes Agent with Custom Tools and Skills

+
+ May 28, 2026 + howto +
+

Beyond the Built-Ins

+

Hermes Agent ships with a powerful set of tools — web search, file manipulation, terminal access, browser automation. But the real power is in extending it with your own custom skills.

+

What Are Skills?

+

Skills are markdown files that teach your agent how to handle specific tasks. They live in ~/.hermes/skills/ and are loaded by name when needed. A skill might define a workflow for "code review" or "deploying a static site" with exact commands and pitfalls.

+

Writing Your First Skill

+

Create a file at ~/.hermes/skills/my-skill/SKILL.md with YAML frontmatter (name, description, tags) and a markdown body. The body is the instruction your agent follows when the skill is loaded. Use numbered steps, include exact commands, and add a pitfalls section.

+

Adding API Tools

+

For external API access (your CRM, Slack, GitHub), write a Python script and register it in the agent's config. The agent can then call it like any other tool. This is how you connect your agent to your actual business systems.

+

Sharing Skills

+

Skills are portable — share them between agents or with the community. A well-written skill saves hours of repeated setup and makes every agent you deploy smarter from day one.

+ +

+ Derez.ai — Deploy your AI agent in 5 minutes. +

+
+ + + \ No newline at end of file diff --git a/blog/posts/migrate-to-derezai.html b/blog/posts/migrate-to-derezai.html new file mode 100644 index 0000000..25c9ce3 --- /dev/null +++ b/blog/posts/migrate-to-derezai.html @@ -0,0 +1,83 @@ + + + + + + + + How to Migrate Your Existing AI Agent to Derez.ai — Derez.ai Blog + + + + + + + + + + + + + + +
+ ← Back to Blog +

How to Migrate Your Existing AI Agent to Derez.ai

+
+ May 20, 2026 + howto +
+

Already Running an Agent?

+

If you have an existing AI agent setup — whether self-hosted on a VPS or with another provider — moving to Derez.ai is straightforward. Here's the migration playbook.

+

Step 1: Spin Up Your Derez Instance

+

Sign up and deploy a new agent via the dashboard. You'll get SSH credentials within seconds. This becomes your new home.

+

Step 2: Transfer Config Files

+

Use SCP or rsync to copy your agent config, skills, and any custom scripts from your old server to the new one. Your Derez instance is a standard Linux system — anything that ran on your old VPS will run here.

+

Step 3: Migrate Data

+

If your agent has a database or state files, copy them over the same way. The one-click backup system on Derez.ai will then take over — your first automatic backup happens within 24 hours.

+

Step 4: Update DNS and Integrations

+

Point any webhooks, API endpoints, or DNS records to your new agent's IP. Flush old configs. Test the pipeline: if your agent sent emails, send a test. If it posted to Slack, trigger a test post.

+

Step 5: Decommission the Old Instance

+

Once everything is verified working on Derez.ai, shut down your old server. You're now on managed infrastructure with automatic backups, a dashboard, and support. No more 3 AM server alerts.

+ +

+ Derez.ai — Deploy your AI agent in 5 minutes. +

+
+ + + \ No newline at end of file diff --git a/blog/posts/video-script-automation-agent.html b/blog/posts/video-script-automation-agent.html new file mode 100644 index 0000000..0b64e0c --- /dev/null +++ b/blog/posts/video-script-automation-agent.html @@ -0,0 +1,81 @@ + + + + + + + + AI Agent Script: Automating YouTube Content Research — Derez.ai Blog + + + + + + + + + + + + + + +
+ ← Back to Blog +

AI Agent Script: Automating YouTube Content Research

+
+ May 25, 2026 + video-scripts +
+

Content Research at Scale

+

If you create YouTube content, you know research takes as long as recording. An AI agent can automate the prep work: find trending topics, analyze competitor videos, outline episodes, and draft scripts.

+

Agent Workflow

+

Prompt your Hermes Agent with: "Research the topic [X]. Find 3 popular videos on YouTube about this topic, summarize their angle, identify what's missing, and outline a 10-minute video that fills the gap."

+

Adding YouTube Transcripts

+

Hermes Agent can pull YouTube transcripts via its tools. Have it analyze the top-performing videos' transcripts, extract the hooks, pacing, and key points. Use that analysis to structure your own script.

+

From Outline to Draft

+

Once the outline is ready, tell the agent to write the full script in your voice. Include style notes in the prompt: "Write in a conversational tone, use short sentences, include 3 callbacks to earlier points, and end with a CTA."

+

Results

+

What used to take 2 hours of research + 1 hour of writing takes 20 minutes of prompting + editing. The agent handles the first pass; you handle the polish. Repeatable for every episode.

+ +

+ Derez.ai — Deploy your AI agent in 5 minutes. +

+
+ + + \ No newline at end of file diff --git a/data/operations.json b/data/operations.json index 215bdee..1e83b31 100644 --- a/data/operations.json +++ b/data/operations.json @@ -1,50 +1,115 @@ { "date": "Tuesday, June 9, 2026", - "updated": "2026-06-09T18:30:00-04:00", + "updated": "2026-06-10T06:00:22-04:00", "goals": [ - { "current": 1, "note": "CRM: 88 on Hold, 1 Cold (chat lead). Need real emails for outreach." }, - { "current": 0, "note": "No paying customers yet" }, - { "current": 0, "note": "60 YT creators identified — 0 contacted" }, - { "current": 0, "note": "No analytics traffic yet. Plausible set up." }, - { "current": 0, "note": "0 cold emails sent — templates and coupons ready" }, - { "current": 89, "note": "88 Hold + 1 Cold" } + { + "current": 1, + "note": "CRM: 88 on Hold, 1 Cold (chat lead). Need real emails for outreach." + }, + { + "current": 0, + "note": "No paying customers yet" + }, + { + "current": 0, + "note": "60 YT creators identified \u2014 0 contacted" + }, + { + "current": 0, + "note": "No analytics traffic yet. Plausible set up." + }, + { + "current": 0, + "note": "0 cold emails sent \u2014 templates and coupons ready" + }, + { + "current": 89, + "note": "88 Hold + 1 Cold" + } ], "campaigns": [ { - "metrics": [0, 0, 0], + "metrics": [ + 0, + 0, + 0 + ], "items": [ - { "text": "Coupon codes ready: friends950, creator950", "ok": true }, - { "text": "Template signed as Mark — Customer Success Agent", "ok": true }, - { "text": "No Cold contacts with real emails yet", "ok": false } + { + "text": "Coupon codes ready: friends950, creator950", + "ok": true + }, + { + "text": "Template signed as Mark \u2014 Customer Success Agent", + "ok": true + }, + { + "text": "No Cold contacts with real emails yet", + "ok": false + } ] }, { - "metrics": [60, 0, 0], + "metrics": [ + 60, + 0, + 0 + ], "items": [ - { "text": "60 YouTube creators collected on Hold", "ok": true }, - { "text": "Need business emails for top 20", "ok": false }, - { "text": "Affiliate program TBD", "ok": false } + { + "text": "60 YouTube creators collected on Hold", + "ok": true + }, + { + "text": "Need business emails for top 20", + "ok": false + }, + { + "text": "Affiliate program TBD", + "ok": false + } ] }, { - "metrics": [0, 0, 0], + "metrics": [ + 0, + 0, + 0 + ], "items": [ - { "text": "No outreach started yet", "ok": false }, - { "text": "Profile / company page TBD", "ok": false }, - { "text": "No content strategy defined", "ok": false } + { + "text": "No outreach started yet", + "ok": false + }, + { + "text": "Profile / company page TBD", + "ok": false + }, + { + "text": "No content strategy defined", + "ok": false + } ] } ], "state_of_play": "Prelaunch phase. CRM has 89 contacts (60 YouTube creators on Hold, 1 homepage chat lead). 0 subscriptions, 0 influencers onboarded, 0 cold emails sent. The site is live at derez.ai with pricing, coupon badges (friends950, creator950, friends499, friends1750), and Plausible analytics. Next milestone: first paying customer.", "comms": { - "inbox": { "total": 4, "last35h": 2 }, - "sent": { "total": 8, "last35h": 2 }, + "inbox": { + "total": 4, + "last35h": 2 + }, + "sent": { + "total": 8, + "last35h": 2 + }, "alerts": 1 }, "recommendations": [ - "Prioritise the top 20 YouTube creators from the 60 collected — these are your most winnable influencer channel.", + "Prioritise the top 20 YouTube creators from the 60 collected \u2014 these are your most winnable influencer channel.", "Unlock cold email outreach by populating real business emails for those 20 creators. The templates and coupons are ready.", - "Set up a LinkedIn company page and start building connections — zero presence there currently.", + "Set up a LinkedIn company page and start building connections \u2014 zero presence there currently.", "Email capturing (newsletter signup or lead magnet) is needed before visitors reach 10K/mo becomes realistic." - ] + ], + "day": 2, + "notes": "Day 2 auto-update at 06:00 UTC" } \ No newline at end of file diff --git a/index.html b/index.html index bba85f0..11e32c0 100644 --- a/index.html +++ b/index.html @@ -1082,6 +1082,132 @@ margin: 0 auto 30px; } + /* ══════════════════════════════════════════════════════════ + BLOG + ══════════════════════════════════════════════════════════ */ + .blog-search { + max-width: 480px; + margin: -20px auto 32px; + } + .blog-search input { + width: 100%; + padding: 12px 16px; + background: var(--bg-input); + border: 1px solid var(--border); + border-radius: var(--radius); + color: var(--text); + font-family: inherit; + font-size: 14px; + outline: none; + transition: border-color 0.2s; + } + .blog-search input:focus { + border-color: var(--accent); + } + .blog-search input::placeholder { + color: var(--text-muted); + } + .blog-grid { + display: grid; + grid-template-columns: 1fr 1fr; + gap: 20px; + margin-bottom: 32px; + } + .blog-card { + background: var(--bg-card); + border: 1px solid var(--border); + border-radius: var(--radius-card); + padding: 28px; + display: flex; + flex-direction: column; + transition: border-color 0.2s, transform 0.2s; + cursor: pointer; + } + .blog-card:hover { + border-color: var(--accent); + transform: translateY(-2px); + } + .blog-card-area { + display: inline-block; + background: rgba(0,245,255,0.08); + color: var(--accent); + font-size: 0.7rem; + padding: 2px 10px; + border-radius: 20px; + text-transform: uppercase; + letter-spacing: 0.5px; + margin-bottom: 12px; + align-self: flex-start; + } + .blog-card-date { + font-size: 0.8rem; + color: var(--text-muted); + margin-bottom: 8px; + } + .blog-card h3 { + font-size: 1.05rem; + font-weight: 600; + line-height: 1.4; + margin-bottom: 10px; + color: var(--text); + } + .blog-card p { + font-size: 0.88rem; + color: var(--text-muted); + line-height: 1.6; + flex: 1; + } + .blog-card-link { + margin-top: 16px; + font-size: 0.85rem; + color: var(--accent); + text-decoration: none; + } + .blog-card:hover .blog-card-link { + text-decoration: underline; + } + .blog-pagination { + display: flex; + justify-content: center; + align-items: center; + gap: 24px; + } + .blog-pagination button { + background: none; + border: 1px solid var(--border); + color: var(--text); + padding: 10px 24px; + border-radius: var(--radius); + cursor: pointer; + font-family: inherit; + font-size: 0.88rem; + transition: border-color 0.2s, color 0.2s; + } + .blog-pagination button:hover:not(:disabled) { + border-color: var(--accent); + color: var(--accent); + } + .blog-pagination button:disabled { + opacity: 0.3; + cursor: default; + } + .blog-page-info { + font-size: 0.85rem; + color: var(--text-muted); + } + .blog-empty { + grid-column: 1 / -1; + text-align: center; + padding: 60px 20px; + color: var(--text-muted); + font-size: 0.95rem; + } + @media (max-width: 700px) { + .blog-grid { + grid-template-columns: 1fr; + } + } + /* ══════════════════════════════════════════════════════════ FOOTER ══════════════════════════════════════════════════════════ */ @@ -2201,6 +2327,28 @@ + +
+
+

Latest from the Blog

+

Tips, tutorials, and news about AI agents and automation.

+ + + +
+ +
+ + + +
+
+
+