write.work — Tone

The embed, working

This page is an ordinary page. It has one extra script tag on it, and a readout in the corner that follows what you type. Edit the copy below and watch it move.

What is on this page

Exactly this, in the markup:

<textarea id="editor"></textarea>

<script src="https://write.work/js/tone-embed.js"
        data-target="#editor"
        data-position="bottom-right"
        data-open="true"></script>
The script loads two files from write.work once — itself and the engine — and then never speaks to us again. Every reading after that is computed here, in your browser, from regex and arithmetic. That is why what you type in the box does not go anywhere, and why putting this on a site with a million readers still costs us only a cached file.

Try breaking it

Delete everything and paste in something you actually wrote. Or strip every flagged phrase out and keep going until nothing is marked — the readout will eventually tell you the prose has been filed down too far, which is the more interesting half of the tool.

Full options are in the documentation, including how to point it at a voice profile of your own and how to self-host the two files so you do not depend on us at all.