←back to thread

193 points yaoke259 | 2 comments | | HN request time: 0.444s | source
Show context
yaoke259 ◴[] No.45025435[source]
Seems like some people are confused by the design decisions of using React/Svelte/Vue and using it at runtime. The use case I had in mind was LLM interaction, which you can try in the Chat Demo (running a real llm btw!). LLMs require secure, runtime, and minimal DSL to generate interactivity, hence markdown-ui.
replies(3): >>45025847 #>>45027190 #>>45029966 #
1. nonethewiser ◴[] No.45027190[source]
Was that the initial motivation?

Sometimes I've made little things that I envision for a specific purpose and then think that use case is only MY intention and in theory could be used more broadly. These are tiny little personal projects I'm thinking about so they never end up getting real feedback. But without a firm alternative use-case I've wondered if it's better to just frame it specifically for the one I have.

replies(1): >>45027375 #
2. yaoke259 ◴[] No.45027375[source]
yes, that was! and I totally understand what you mean. Whilst building this I've often wondered if other people have totally unrelated use cases for it