From 6a548328929e0792d53f7d6b8ee9c7012aa04af9 Mon Sep 17 00:00:00 2001 From: Victor Soria Date: Tue, 7 Jul 2026 00:20:09 -0500 Subject: [PATCH] docs(readme): embed 2-minute demo video from YouTube Adds a clickable YouTube thumbnail as the primary hero content of the README, right below the 'Try the live demo' badge. Replaces the 'Demo video coming soon' placeholder in the How It Works section with the actual link. Video: https://youtu.be/TjIFE7yhzrg (unlisted, hosted on the Disruptive Works channel). --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8f8191..5d75a65 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Built on ArchiMate · Powered by Go · PostgreSQL · Open Source [![Try the live demo](https://img.shields.io/badge/▶%20Try%20the%20live%20demo-E85D3A?style=for-the-badge&logoColor=white)](https://demo.archipulse.org/#/login?try=demo) +[![Watch the demo — 2 minutes](https://img.youtube.com/vi/TjIFE7yhzrg/maxresdefault.jpg)](https://youtu.be/TjIFE7yhzrg) + [![Build](https://img.shields.io/github/actions/workflow/status/DisruptiveWorks/archipulse/ci.yml?branch=main&style=flat-square)](https://github.com/DisruptiveWorks/archipulse/actions) [![License](https://img.shields.io/badge/license-Apache%202.0-blue?style=flat-square)](./LICENSE) [![Go Version](https://img.shields.io/badge/go-1.24%2B-00ADD8?style=flat-square&logo=go)](https://go.dev) @@ -131,7 +133,7 @@ flowchart TD -> Demo video coming soon. In the meantime, try the [live demo](https://demo.archipulse.org/#/login?try=demo) — one click, no sign-up required. +> **Watch the 2-minute demo:** https://youtu.be/TjIFE7yhzrg — or try the [live demo](https://demo.archipulse.org/#/login?try=demo) yourself, one click, no sign-up required. ---