cd /news/large-language-models/show-hn-what-if-your-personal-websit… · home topics large-language-models article
[ARTICLE · art-49401] src=antonlorani.de ↗ pub= topic=large-language-models verified=true sentiment=· neutral

Show HN: What if your personal website was ChatGPT?

A developer launched a personal website that replaces a traditional CV with a ChatGPT-like chat interface, allowing visitors to ask questions about their work experience. The site runs LLM inference via Groq with 100-200ms latency, uses no client-side JavaScript except for markdown rendering and HTMX, and is built with a custom server-side Swift stack.

read1 min views1 publishedJul 7, 2026

Hi HN,

I recently updated my website to have a touch of this new AI thing.

The initial idea was simple: what if visitors could explore a CV by chatting with it instead of scanning a traditional static website?

I'm quite happy how the final version turned out:

* It runs LLM inference via Groq at 100-200ms latency at super low cost. The token generation is intentionally throttled to make the interaction feel natural, otherwise you'd literally hit enter and the response is already there.

* Except for a markdown rendering and HTMX4 there's no client side javascript!

* It's build with a custom server-side swift stack so everything related to the HTMX4 static site generation and networking layer is pure swift.

* As a nice side effect, search engines/crawlers cannot collect my CV right away, everything is bound to interactivity with the chat interface.

Technically you can ask the chat anything you want about my professional work experience. Rate limits & guard rails apply :)

I'd love to hear your thoughts.

Comments URL: [https://news.ycombinator.com/item?id=48816920](https://news.ycombinator.com/item?id=48816920)

Points: 1

── more in #large-language-models 4 stories · sorted by recency
── more on @groq 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/show-hn-what-if-your…] indexed:0 read:1min 2026-07-07 ·