A free weekly devtools newsletter

Reviews of the most interesting devtools and latest beta releases.

30k+ subscribers

Every Thursday. See latest email. Also available  via RSS

Latest newsletter

Here's the latest newsletter sent on 2025-03-27.

Contents

Interesting tools

Each week we review 2—3 of the most interesting developer tools. Here's what we featured this week.

Valibot

Typesafe data validation library.

What we like

Describe your data schemas then validate them. Supports TypeScript types and more complex objects. Helpful transformers and utilities e.g. IPv4/6, dates, casing, trimming, etc. Modular, so it can tree-shake down to just 1-2 kb. Zero dependencies, like any good library should aim for.

What we don't like

Chaining support is better in Zod, but Validbot has pipelines which can achieve a similar goal.

ttyd

Share your terminal on the web.

What we like

Run the CLI and your terminal becomes available through a web browser using websockets. Supports the full terminal or launch a specific command e.g. ttyd vim will show the editor in your browser. Can be manipulated programmatically via embedded xterm.js. Supports file transfers. Works cross-platform.

What we don't like

Runs on localhost by default, which is actually a good thing because exposing your terminal on the internet is not a great idea. However, to actually share it with someone you’ll need a way to expose it e.g. Tailscale Funnel or ngrok. Don’t forget to secure it!

Cascii

ASCII diagramming.

What we like

Create WYSIWYG ASCII diagrams in your browser. Supports various primitives: text, steps, switches, tables. Easily export as text, or log in to save. Login is not required, though. You can choose ASCII or Unicode.

What we don't like

No way to import existing diagrams.

Betas and previews

Here's the interesting beta and early access releases we featured this week.

  • usertour

    User onboarding widgets.

    Developer Tools
  • Biome

    Fast web formatter & linter.

    Developer Tools

Devtools podcast

Discussions with the people behind the most interesting devtools.