AD
Episode
426
Interview
Web News

New Web Development Tech That’s On My Radar

Recorded:
October 31, 2025
Released:
November 18, 2025
Episode Number:
426

In this episode of the HTML All The Things Podcast, Mike walks through the new web development tech that’s been landing on his radar. From next-gen formatters and bundlers to emerging UI frameworks and terminal-UI toolkits, Mike breaks down what each tool is, why it matters, and where its limitations are today.

In this episode Matt and Mike cover:

  • BiomeJS - all-in-one formatter/linter with strong Prettier compatibility
  • Ripple - an experimental TypeScript-first UI framework
  • TanStack Start - a router-first full-stack framework for React/Solid
  • Hono.js - tiny, blazing-fast multi-runtime web framework
  • Rolldown - Rust-powered bundler with major Vite build speed gains
  • Effect - type-safe effects/concurrency runtime for TypeScript
  • OpenTUI - build rich terminal UIs using React/Solid renderers

If you want a curated look at early-stage tools shaping how we might build for the web in 2025, Mike’s got you covered.

Listen

Also available on...
...and many more, check your podcast app!

Who’s in This Episode?

Show Notes

BiomeJS

Ripple

  • What it is: a new TypeScript-first UI framework blending ideas from React/Solid/Svelte with its own .ripple files. ripplejs.com+1
  • Why care: modern component model and strong type integration aimed at simpler DX.
  • Watch-outs: very early—explicitly “not production-ready” yet. GitHub
  • Related Links:

TanStack Start

Hono.js

Rolldown

  • What: Rust-powered bundler (and a drop-in engine for Vite via plugins) focused on dramatically faster prod builds and lower memory.
  • Why I’m excited: Potential “free” speedups for existing Vite projects and CI pipelines; curious how it handles code-splitting and large dependency graphs.
  • Related Links:

Effect (TypeScript)

  • What: Type-safe effects/concurrency/runtime library for TS—structured errors, retries, cancellation, and resource management.
  • Why I’m excited: Rplaces ad-hoc try/catch + custom queues with a consistent reliability model; great fit for LLM calls, webhooks, and background jobs.
  • Related Links:

OpenTUI

  • What: TypeScript library for building terminal UIs, with React and Solid renderers (@opentui/react, @opentui/solid). Early-stage (not production-ready). Requires Zig to build; quick start via bun create tui. GitHub+1
  • Why I’m excited: Reuses familiar React/Solid mental models to ship rich CLIs (dashboards, logs, dev tools) fast—great for developer-facing tooling and demos; the ecosystem is growing with examples and a live terminal component demo. GitHub+1
  • Related Links: