diff --git a/blog/index.json b/blog/index.json index 0b7364f..c6f4843 100644 --- a/blog/index.json +++ b/blog/index.json @@ -1,5 +1,14 @@ { "posts": [ + { + "id": "speed-run-odoo-static-website", + "date": "2026-06-22", + "area": "speed-run", + "agent": "hermes", + "headline": "Speed Run: How I Converted My Odoo Website Into a Static Site in Less Than 10 Minutes Using Hermes Agent", + "teaser": "Convert your entire Odoo marketing website to a static site and deploy via git in under 10 minutes. No database, no server maintenance, lightning-fast CDN delivery.", + "link": "blog/posts/speed-run-odoo-static-website.html" + }, { "id": "wandern-mit-theo-agent-schreibt", "date": "2026-06-20", diff --git a/blog/posts/speed-run-odoo-static-website.html b/blog/posts/speed-run-odoo-static-website.html new file mode 100644 index 0000000..cdc2a63 --- /dev/null +++ b/blog/posts/speed-run-odoo-static-website.html @@ -0,0 +1,181 @@ + + +
+ + + + ++ Odoo is a fantastic ERP, but running your marketing website on it means paying for database servers, Odoo worker processes, cron jobs, security patches, and SSL renewal — every single month. Since customers find you through your homepage long before they hit your ERP, why not serve that homepage as pure static HTML from a git repository? Zero servers, zero databases, instant load times, and zero maintenance. +
+
+ This speed run walks you through having your Hermes Agent crawl your entire Odoo website, convert every page to clean static HTML (including the dynamic Odoo carousels, pricing tables, and contact forms), and push the whole thing to a git repo that serves it as a static site at a new domain. I used new.odoo4projects.com — a fresh git server pointing at the domain.
+
+ To follow along, grab a free trial at derez.ai and make sure you have a git repository ready (GitHub, GitLab, or your own git server) that's connected to a domain. +
++ We hit the affiliate link initially instead of the main pricing page — the agent dutifully documented the affiliate program before I realized my mistake. Regrouped, clarified the target, and still finished with 2:07 left on the clock. Could have been 90 seconds faster. +
+ +Before you start, make sure you have your git repository credentials ready:
+ +git@git.odoo4projects.com:websites/new-odoo4projects.gitnew.odoo4projects.comhttps://ODOO4projects.commainYou configure two prompts on the agent's dashboard at app.derez.ai. The first sets up the git repository integration. The second converts and deploys the website.
+ +git@git.odoo4projects.com:websites/new-odoo4projects.git (branch: main) for the target website new.odoo4projects.com.https://ODOO4projects.com to a static website with all content — every page, all carousel slides, the pricing section, navigation tabs, the FAQ tab panel, the affiliate section, the contact form, and the footer with all links (Support, Legal, Contact, Workshops, Affiliates, OD8N). Replace the Odoo backend contact form with a static mailto: link and a simple static contact section. Preserve all brand colors, fonts, and styling. Remove all Odoo login/powered-by-Odoo footers. Add a CNAME file pointing to new.odoo4projects.com. Push everything to the git repo and verify the site is accessible.
+ The first prompt authenticates using the credentials you entered in the dashboard integration settings. The second prompt then has your agent crawl the live Odoo site, extract every page and dynamic section, render the full static HTML, replace backend-reliant components (contact form, Odoo carousel controls) with static equivalents, and push the result to the git repository — all autonomously.
+ +
+ In under 10 minutes your Hermes Agent crawled an entire Odoo-powered marketing website — homepage with four carousel slides, four pricing tiers with feature lists, five navigation tab panels (process innovation, competitive advantages, grow with us, affiliates, FAQ), a contact form section, and a full footer with eight links and social media — converted every dynamic element to clean static HTML, and pushed the whole thing to a git repository at new.odoo4projects.com.
+
+ No more Odoo worker processes for your marketing site. No database connection pool consuming RAM. No security patches for a public-facing Odoo instance that's only running a brochure site. Your homepage loads in milliseconds from a CDN, you can edit it by pushing to git, and your Odoo instance runs leaner because it's only doing what it's best at — ERP. +
++ The same approach works for any Odoo website: e-commerce product pages, blog sections, landing pages, even the Odoo shop pages can be snapshotted as static HTML and served from a git repo. Your ERP stays private, your public site stays fast. +
+ +
+ We hit the affiliate page first instead of the main site, regrouped after the first crawl, and still had 2:07 left.
+hermes cron create with a daily schedule.
+ + As a bonus, try this prompt after your static site is live: "Audit the static site at new.odoo4projects.com — check all internal links resolve, all images have alt text, all external links open in new tabs, and add a newsletter signup form that POSTs to the n8n webhook at https://n8n.derez.ai/webhook/newsletter." Your agent maintains your static site like a webmaster. +
+ ++ Use coupon code BLOG950 at checkout to get your first month free — zero risk, full access. +
++ Deploy your static-site agent now. +
+ ++ derez.ai — Deploy your AI agent in 10 Minutes. +
+