Overview
Transform
Transform content between formats, tones, or styles
transformconvertrewrite
Docs
Transform enables users to convert AI-generated content from one format, tone, or style to another without starting from scratch. Whether making text more formal, translating to another language, converting prose to bullet points, or changing the target audience, this pattern treats the existing output as raw material for rapid iteration. It's a powerful alternative to re-prompting when the content is good but the presentation needs adjustment.
Variants
- Button bar — A row of transformation buttons (e.g. 'Make formal', 'Shorten', 'Simplify') displayed alongside the content.
- Dropdown menu — A dropdown offering a larger set of transformation options, suitable when many transforms are available.
- Custom prompt — A text input where users describe the desired transformation in their own words for maximum flexibility.
Use Cases
- Tone adjustment for professional communication (formal, casual, friendly)
- Content reformatting (prose to bullets, email to memo, long to short)
- Language translation of generated content
- Audience adaptation (technical to non-technical, expert to beginner)
- Style transfer for creative content (literary styles, brand voices)
Best Practices
- Show a preview of the transformation before committing to the change.
- Preserve the original content so users can revert or compare.
- Group related transforms together (tone transforms, format transforms).
- Support chaining multiple transforms in sequence.
- Show a loading indicator during transformation to set expectations.