From 143933173665ce94eaec38f0985f6ac1087675f7 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 11 Jun 2026 06:10:53 -0300 Subject: [PATCH] =?UTF-8?q?Blog:=20add=20speed-run-nextcloud-svg=20?= =?UTF-8?q?=E2=80=94=20connect=20to=20Nextcloud=20and=20render=20vector=20?= =?UTF-8?q?graphics=20with=20an=20AI=20agent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blog/index.json | 9 ++ blog/posts/speed-run-nextcloud-svg.html | 162 ++++++++++++++++++++++++ 2 files changed, 171 insertions(+) create mode 100644 blog/posts/speed-run-nextcloud-svg.html diff --git a/blog/index.json b/blog/index.json index afcdbec..1a026b7 100644 --- a/blog/index.json +++ b/blog/index.json @@ -1,5 +1,14 @@ { "posts": [ + { + "id": "speed-run-nextcloud-svg", + "date": "2026-06-11", + "area": "speed-run", + "agent": "hermes", + "headline": "Speed Run: Connect to Nextcloud & Render SVGs with an AI Agent", + "teaser": "From zero to an agent that connects to Nextcloud, generates vector graphics, and saves them directly to your cloud storage.", + "link": "blog/posts/speed-run-nextcloud-svg.html" + }, { "id": "speed-run-competitor-profiling", "date": "2026-06-10", diff --git a/blog/posts/speed-run-nextcloud-svg.html b/blog/posts/speed-run-nextcloud-svg.html new file mode 100644 index 0000000..adc42dc --- /dev/null +++ b/blog/posts/speed-run-nextcloud-svg.html @@ -0,0 +1,162 @@ + + + + + + + + Speed Run: Connect to Nextcloud & Render SVGs with an AI Agent — Derez.ai Blog + + + + + + + + + + + + + +
+ ← Back to Blog +

Speed Run: Connect to Nextcloud & Render SVGs with an AI Agent

+
+ June 11, 2026 + speed-run + hermes +
+ +

Introduction

+

+ This speed run shows you how to connect your agent to a Nextcloud instance and have it render vector graphics on the fly. No coding, no WebDAV clients — just configure the integration once, and your agent can read, write, and generate SVG files directly into your Nextcloud folders. +

+

+ To follow along, you'll need a Nextcloud account with WebDAV access. We'll use a demo.nextcloud.odoo4projects.com instance with a dedicated integration user. +

+ +

Prerequisites

+

Before you start, make sure you have your Nextcloud credentials ready:

+ +
+
Integration — Nextcloud (WebDAV)
+
    +
  • Server URLhttps://demo.nextcloud.odoo4projects.com/remote.php/dav/files/integration/
  • +
  • Usernameintegration
  • +
  • Passwordnc-integration-2026!
  • +
  • Output Directory/agent-output
  • +
+
+ +

The output directory is a folder inside your Nextcloud files where the agent will save generated SVGs. Create it once in your Nextcloud web interface — the agent reads and writes to it automatically after that.

+ +

Prompt

+

We configured two prompts on the agent's dashboard at app.derez.ai. The first connects the agent to Nextcloud using your integration credentials. The second tells it what graphic to generate.

+ +
+ Prompt 1 — Nextcloud Integration

+ Generated by the Derez Dashboard +
+ +
+ Prompt 2 — Render SVG

+ Create a modern SVG dashboard card showing system health for a server farm with 12 servers (8 healthy, 3 degraded, 1 down). Use a dark theme (#0e0e14 background, #00f5ff accents). Include a donut chart, a timeline sparkline, and a status table. Save the SVG to my Nextcloud output directory as dashboard-card.svg. +
+ +

The first prompt authenticates with your Nextcloud server using the credentials from the dashboard integration settings. The second prompt instructs the agent to design, render, and save the SVG — the agent handles the vector math, colour palette, and WebDAV upload automatically.

+ +

Wrap Up

+

+ 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. +

+ +
+ Pro tip: Use the Nextcloud integration as a general-purpose file bridge. Your agent can read existing files (templates, data CSVs) and write results back — turning Nextcloud into a persistent workspace for scheduled agent tasks like daily reports or dashboard snapshots. +
+ +

+ Use coupon code BLOG950 at checkout to get $9.50 off your first month — zero risk, full access. +

+

+ Deploy your own Nextcloud-connected agent now. +

+ +

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

+
+ + \ No newline at end of file