Show HN: Scroll Wikipedia like TikTok (quack.sdan.io)
Hey - I've been playing with LLMs since GPT-2 and recently experimented with fully generative UIs where the HTML/Canvas are generated just-in-time.
Every post on the feed( on slop/duck/storytime) you see is streamed and generated just-in-time with HTML and into a Canvas with Gemini 3 Flash.
Comments and DMs are bidirectionally linked with a Cloudflare Workers Durable Object which is why they feel so fast. Every generated post is saved into a DO SQLite which is then served into the "Following" feed so it can be served quicker.
This was inspired by Wikitok, a VSCode Extension I made around brainrot, and another fully generative UI site I made.
47 comments
[ 9.0 ms ] story [ 69.2 ms ] threadhttps://youtu.be/h0Bg-lqNlkU
In general Just-In-Time app generation is a bad idea. The right approach is to create human-in-loop tools that a bot would recognize and invoke as needed, of course the human-in-loop tool would itself be AI generated.
Example of human-in-loop tool in use:
https://youtu.be/srG5Ze7mS7s
https://vimeo.com/1152992073?share=copy&fl=sv&fe=ci
Do you give gemini some UI components/templates to build with or is it just prompting to get consistent results across multiple stories?
[Neall]
Plz give an easy way to follow some tags so it's not showing me football stuff. If it was just topics I was interested in, I could scroll this for hours.
is there scope for allowing users to search for / ask about specific topics? although then you do have to think about security issues with prompt injection
Some meme sites might be somewhat similar to this.
As an experience I found it nauseating and am never doing it again, but as an art piece I give it high marks. Good job.