Hacker News new | ask | show | jobs
by mandeepj 157 days ago
> fully generative UIs where the HTML/Canvas are generated just-in-time

Why? The UI is a template and the core structure never changes, in the context of TikTok’s feed, so what’s the benefit you are trying to reap by dynamically generating the UI?

1 comments

sorry not the UI but specifically the content. every new post on the feeds that are not "Following" are created in realtime. just a demo showing whats possible but I could just generate them before hand in bulk too.