Hacker News new | ask | show | jobs
by tomjuggler 772 days ago
I made one that does exactly that as a learning exercise. I can't post it here because it's built on a $5 VPS and free services and therefore will probably fall over if more than 3 ppl visit at the same time.

It even fetches relevant images from a stock image site (I'm not a fan of AI generated images) and handles menu and title, headings, the whole page generated from a user input prompt.

So tempted to share but 1. It's kind of trivial to set up (hint: I use Python to generate a Flask template and serve it up) and 2. Last time hn broke my VPS ;)

I guess the real challenge is to do this at scale.