Facts
What the workflow says about my resume
The bubbles below come directly from the webhook response. No facts are hardcoded.
10 Facts Page + n8n Webhook
This page makes one HTTPS request to my n8n webhook, receives up to 10 facts, and displays them as bubbles that appear one after another.
Facts
The bubbles below come directly from the webhook response. No facts are hardcoded.
Workflow
The page sends one request. n8n returns the list of facts as JSON, and JavaScript renders them.
The browser calls the n8n Webhook URL over HTTPS.
The AI agent reads resume text and produces facts in a structured format.
n8n responds with JSON and CORS allows the portfolio domain to read it.
Connected to the portfolio
After this, you can screenshot the page and the n8n workflow for the report.