Engineering blog

Building a Bun-native React SSR framework in public.

Writing about the tradeoffs behind `react-bun-ssr`: why it exists, why it is a Bun-first React framework, what is already working, and what still needs to be built.

What you will find here

  • Framework architecture decisions
  • Bun-native React SSR tradeoffs
  • Roadmap notes and implementation direction
  • Benchmarks and deployment learnings over time

Latest writing

Latest posts

gaudiaujMarch 1, 20267 min read

How I Built react-bun-ssr With AI

How I used AI to build react-bun-ssr faster, the constraints that kept the framework coherent, and the Bun-first architecture choices that made the workflow work.

aibunssrreactframeworkengineering

I built with AI assistance, but the useful part of that sentence is not the AI part. The useful part is how the work was constrained. AI helped me move faster across implementation, documentation, refactors, and test cov...

Read article
gaudiaujMarch 1, 20264 min read

Why I Built a Bun-Native SSR Framework

Why I built react-bun-ssr as a Bun-native alternative to Next.js and Remix, what it already supports today, and what I plan to ship next.

bunssrreactnextjsremixframework

I built because I wanted a serious SSR framework in the React ecosystem that does not start from Node assumptions and does not force every project into the shape of Next.js or Remix. Next.js and Remix both matter. They p...

Read article