Skip to main content

Bun seems amazing

· One min read
Duk Lee
Consultant

Bun > Deno > Node

Looking into using Bun for a lot of things moving forward.

Some thoughts on web application development moving forward

  • No more pretty bloated UI pretty lipsticks; AI agents will be the majority of users of the web and they don't care how pretty it looks. But they will still care about its reliability and speed.

Therefore,

  1. I will be using Bun
  2. html out of the box with built-in Web APIs only
  3. bare minimum css work if needed if not none
  4. every functionality MUST have API attached to it
  5. every functionatliy MUST have MCP server capable