Skip to content

worker: add the support chat widget to the web resume - #51

Merged
Aswinmcw merged 1 commit into
mainfrom
chat-widget
Aug 29, 2026
Merged

worker: add the support chat widget to the web resume#51
Aswinmcw merged 1 commit into
mainfrom
chat-widget

Conversation

@Aswinmcw

Copy link
Copy Markdown
Member

The resume page gives a reader no way to reply — no form, no contact path, just a PDF download. This adds the support widget.

Why the aswincloud.com inbox and not a new one: that inbox's knowledge is already facts about Aswin — background, education, employer, skills, contact — which is what a resume visitor asks. A separate inbox would duplicate it, and the genuinely recruiter-specific questions (open to a role? notice period?) are facts the bot doesn't have and hands to Aswin regardless. Distinguishing resume traffic is handled by the source-site label in Chatwoot.

Print/PDF safety: the widget is a fixed overlay, so it's hidden under @media print next to the top bar. The downloadable PDF renders from the untouched resume.html, so it never sees the injection.

Loaded with defer.

🤖 Generated with Claude Code

Someone reading the resume is usually a recruiter or a prospective client,
and the page gives them nothing to do — no contact form, no reply path,
just a PDF download. The widget gives them somewhere to ask.

It points at the aswincloud.com inbox rather than getting one of its own.
That inbox's knowledge is already "facts about Aswin" — background,
education, employer, skills, contact, hours — which is exactly what a
resume visitor asks about. A dedicated inbox would restate all of it, and
the only genuinely new questions a recruiter has (open to a role? notice
period? expectations?) are things the bot has no facts for and must hand
to Aswin either way. Telling resume traffic apart is already handled by
the source-site label on the Chatwoot side.

Screen only. The widget is a fixed-position overlay, so it is hidden in
@media print alongside the top bar, and the downloadable PDF is rendered
from the untouched resume.html and never sees the injection at all.

Loaded with defer so it cannot delay the resume painting.
@Aswinmcw
Aswinmcw requested review from a team and Aswin-coder as code owners August 29, 2026 14:24
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
resume 5c0ad5c Commit Preview URL

Branch Preview URL
Aug 29 2026, 02:24 PM

@Aswincloud-Bot Aswincloud-Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved: @Aswinmcw is a member of @Aswincloud/admins.

@Aswinmcw
Aswinmcw added this pull request to the merge queue Aug 29, 2026
Merged via the queue into main with commit b3369c4 Aug 29, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants