Interactive MDX Demo


This blog supports interactive components right inside posts. Below is a live sphere volume calculator — drag the slider to see the result update in real time.

Sphere Volume Calculator

Volume = 523.60 units³

How it works

The component above is an Astro Island — a self-contained interactive widget embedded directly into this MDX file. The JavaScript runs entirely client-side while the rest of the page remains static HTML.

This means we can mix rich prose with interactive math visualizers, simulations, or any other JS-powered tool — all in a single blog post.