AI Text
Generate and refine text content in Polotno using cloud AI
Polotno ships with an optional AI assistant that helps users draft, expand, and rewrite text elements. The feature is opt-in and stays hidden until you enable it in your application configuration.
Enable AI text tools
import { setAiTextEnabled } from 'polotno/config';
setAiTextEnabled(true);AI tools are disabled by default. Call setAiTextEnabled(true) during app initialization to expose the AI actions in the text side panel and text toolbar.
Requirements
- Subscription: Valid Polotno API key with AI text access.
- Network: Client devices must reach Polotno's API endpoint.
- Compliance: Review your legal obligations before allowing users to submit prompts and generated content.
- Pricing: Included in the Polotno subscription plan—no additional per-request fees.
User experience
After activation, selecting a text element reveals an AI write button in the floating toolbar and in the inline text tooltip. Clicking it opens preset prompts such as "Rewrite", "Shorten", or "Continue writing". Generated content updates the currently selected text element immediately, and users can continue editing the result like any other text.