← All projects
prototypetoolwritingcreative

reVerse

A playful poetry app for workshopping constrained forms.

reVerse is a creative writing tool built around the idea that constraints are generative. It focuses on poetic forms where structure is part of the meaning — acrostics, limericks, sonnets, and other constrained shapes — and uses AI to help writers explore those forms rather than bypass them.

The typical flow: you choose a form, provide a subject or seed word, and the tool generates a draft that satisfies the structural rules. You can workshop the output, flag lines that don't land, and request targeted revisions. The AI is guided by explicit structural validators — for an acrostic, it checks that the first letters spell the target word; for a limerick, it validates the AABBA rhyme scheme and stress pattern — so the output is structurally correct rather than just plausible-looking.

The name is a pun: it reverses the usual direction of AI writing assistance (from blank page to text) by starting from a constraint and working backwards to content.

reVerse is a Next.js application in the Brainwash SUDS monorepo, deployed at reverse.brainwash.solutions. It is currently in prototype with acrostic and limerick forms functional.