feat: launch Vibeflow n8n v0.5.0

This commit is contained in:
Felipe Domingues 2026-04-12 13:33:57 -03:00
commit 097f35215f
60 changed files with 2831 additions and 0 deletions

10
assets/README.md Normal file
View file

@ -0,0 +1,10 @@
# Assets
Place public screenshots, social preview images, logos, and demo captures here.
Suggested files:
- `social-preview.png`
- `demo-intake.png`
- `demo-plan.png`
- `demo-workflow.png`
- `demo-report.png`

8
assets/logo.svg Normal file
View file

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512" role="img" aria-label="Vibeflow n8n logo">
<rect width="512" height="512" rx="96" fill="#0b1020"/>
<path d="M116 320 L196 160 L256 280 L316 160 L396 320" fill="none" stroke="#7fd0ff" stroke-width="26" stroke-linecap="round" stroke-linejoin="round"/>
<circle cx="196" cy="160" r="18" fill="#ffffff"/>
<circle cx="256" cy="280" r="18" fill="#ffffff"/>
<circle cx="316" cy="160" r="18" fill="#ffffff"/>
<text x="120" y="410" fill="#f4f7ff" font-family="Arial, Helvetica, sans-serif" font-size="54" font-weight="700">Vibeflow</text>
</svg>

After

Width:  |  Height:  |  Size: 635 B

14
assets/social-preview.svg Normal file
View file

@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1280" height="640" viewBox="0 0 1280 640" role="img" aria-label="Vibeflow n8n social preview">
<rect width="1280" height="640" fill="#0b1020"/>
<rect x="64" y="64" width="1152" height="512" rx="28" fill="#11172a" stroke="#2c365a" stroke-width="2"/>
<text x="110" y="210" fill="#f4f7ff" font-family="Arial, Helvetica, sans-serif" font-size="64" font-weight="700">Vibeflow n8n</text>
<text x="110" y="285" fill="#9fb0d9" font-family="Arial, Helvetica, sans-serif" font-size="30">Build complete n8n workflows through MCP with any coding agent.</text>
<text x="110" y="370" fill="#dbe5ff" font-family="Arial, Helvetica, sans-serif" font-size="26">Plan → Build → Validate → Handoff</text>
<text x="110" y="430" fill="#7fd0ff" font-family="Arial, Helvetica, sans-serif" font-size="22">Codex CLI · Claude Code · OpenCode · MCP-capable forks</text>
<rect x="860" y="150" width="250" height="64" rx="16" fill="#1b2440" stroke="#3a4d80" stroke-width="2"/>
<text x="904" y="192" fill="#ffffff" font-family="Arial, Helvetica, sans-serif" font-size="28" font-weight="700">n8n via MCP</text>
<rect x="860" y="250" width="250" height="64" rx="16" fill="#1b2440" stroke="#3a4d80" stroke-width="2"/>
<text x="918" y="292" fill="#ffffff" font-family="Arial, Helvetica, sans-serif" font-size="28" font-weight="700">Skill-first</text>
<rect x="860" y="350" width="250" height="64" rx="16" fill="#1b2440" stroke="#3a4d80" stroke-width="2"/>
<text x="900" y="392" fill="#ffffff" font-family="Arial, Helvetica, sans-serif" font-size="28" font-weight="700">Open source</text>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB