logoalt Hacker News

eightysixfourlast Thursday at 5:38 PM2 repliesview on HN

There seems to be a lot of movement in this direction, how do you feel about Markdown UI?

https://markdown-ui.com/


Replies

FabianCarbonaralast Thursday at 6:07 PM

Markdown UI and my approach share the "markdown as the medium" insight, but they're fundamentally different bets:

Markdown UI is declarative — you embed predefined widget types in markdown. The LLM picks from a catalog. It's clean and safe, but limited to what the catalog supports.

My approach is code-based — the LLM writes executable TypeScript in markdown code fences, which runs on the server and can render any React UI. It also has server-side state, so the UI can do forms, callbacks, and streaming data — not just display widgets.

threatofrainlast Thursday at 5:55 PM

I'd much prefer MDX.