1 points | by piotraleksander 9 hours ago
2 comments
Inspired by interactive blog posts: https://worrydream.com/ExplorableExplanations/ https://www.inkandswitch.com/potluck/ https://news.ycombinator.com/item?id=43773813
I thought I hack around. App consists of:
- users write Markdown, LLM turns it into interactive MDX post
- MDX with generated widgets is rendered in e2b sandbox
- generation & publishing (sanitization, etc) pipelines run on Inngest (their docs won me over Temporal)
Would it make sense to go mobile first and focus on ‘interactive micro-blogging’ (Twitter with widgets)?
> pipelines run on Inngest (their docs won me over Temporal)
Have you checked out DBOS[0]? Ergonomically similar to Inngest but doesn't require running an external server (or paying for one).
[0] https://docs.dbos.dev/quickstart
Inspired by interactive blog posts: https://worrydream.com/ExplorableExplanations/ https://www.inkandswitch.com/potluck/ https://news.ycombinator.com/item?id=43773813
I thought I hack around. App consists of:
- users write Markdown, LLM turns it into interactive MDX post
- MDX with generated widgets is rendered in e2b sandbox
- generation & publishing (sanitization, etc) pipelines run on Inngest (their docs won me over Temporal)
Would it make sense to go mobile first and focus on ‘interactive micro-blogging’ (Twitter with widgets)?
> pipelines run on Inngest (their docs won me over Temporal)
Have you checked out DBOS[0]? Ergonomically similar to Inngest but doesn't require running an external server (or paying for one).
[0] https://docs.dbos.dev/quickstart