mirror of
https://github.com/domfelipe/vibeflow-n8n.git
synced 2026-08-07 11:36:44 +00:00
49 lines
1.1 KiB
Markdown
49 lines
1.1 KiB
Markdown
# Demo Assets Guide
|
|
|
|
Use this document to prepare screenshots, terminal captures, and visual assets for launch.
|
|
|
|
## Recommended visuals
|
|
|
|
### 1. Terminal intake flow
|
|
Show the agent asking for:
|
|
- the workflow goal
|
|
- trigger type
|
|
- apps involved
|
|
- final action
|
|
- exceptions or approvals
|
|
|
|
### 2. Plan output
|
|
Capture the normalized plan before the build starts.
|
|
|
|
### 3. Build confirmation
|
|
Show the agent summarizing what it created inside n8n.
|
|
|
|
### 4. n8n workflow canvas
|
|
Capture the resulting workflow with readable node names.
|
|
|
|
### 5. Final handoff report
|
|
Show the concise report listing:
|
|
- what was created
|
|
- assumptions used
|
|
- missing credentials
|
|
- test steps
|
|
|
|
## Capture tips
|
|
|
|
- avoid showing secrets or real tokens
|
|
- use short examples with familiar tools like Slack, Airtable, Gmail, HubSpot
|
|
- prefer light, readable terminal themes
|
|
- crop screenshots tightly
|
|
- keep filenames predictable, for example:
|
|
- `demo-intake.png`
|
|
- `demo-plan.png`
|
|
- `demo-build.png`
|
|
- `demo-workflow.png`
|
|
- `demo-report.png`
|
|
|
|
## Suggested README image order
|
|
|
|
1. hero image or terminal screenshot
|
|
2. plan screenshot
|
|
3. workflow screenshot
|
|
4. final report screenshot
|