Online Blackout Poetry Creator â Paste Text & Redact Words
Paste an article and click to black out words, leaving a poem. Print your final creation.
UD5 Toolkit
Paste an article and click to black out words, leaving a poem. Print your final creation.
Type up to 3 characters, choose colors, and download a simple favicon.ico. No design skills.
Paste text with highlights (e.g., from Apple Books) and extract only the highlighted lines. Save as list.
Paste text and quickly highlight potential proper nouns (capitalized sequences). Aid for editing or anonymization. Simple regex-based, local.
Enter HTML with aria-labels and see what a screen reader would announce. Simulates common patterns. Local educational tool.
Convert English text to Braille (Grade 1 and simple Grade 2 contractions). Educational tool to understand Braille representation. Local only.
Transform normal text into vaporwave fullwidth ďźĄď˝ ď˝ď˝ď˝ď˝ ď˝ď˝ď˝ characters. Includes zalgo and other styles. Copy ready for social posts. Local tool.
Convert any text to upside down (flipped) characters using Unicode mappings. Copy and paste to social media. 100% local, no data sent.
Extract plain text from a PDF file entirely in the browser using PDF.js. No file upload to server. Supports multi-page extraction and search.
Paste text and detect its language (70+ languages) using a simple character n-gram model implemented in JavaScript. No server communication.
Add semi-transparent text watermark to images. Customize position, opacity, rotation, and font. Batch processing with instant download. Fully local & private.
Compute multiple readability scores (Flesch Reading Ease, Grade Level, ARI, SMOG). Paste any English text and see which grade level it's suitable for. Local.
Paste text with mixed Arabic/Hebrew and English. See the Unicode bidi class of each character and ordering. i18n debugger.
Encode a hidden message using zeroâwidth characters. The message looks like normal text. Decode with the same tool.
Transform regular text into the mocking SpongeBobâstyle alternating case. Copy and paste for hilarious effect.
Convert any text to proper sentence case. Capitalize the first letter after every period, question mark, or exclamation.
Split a long text into blocks of N characters or words. Perfect for token limits or social media threading.
Paste two texts and see cosine and Jaccard similarity scores. Understand how close two documents are. All local math.
Drop a PDF and extract the full text content. Processed locally using PDF.js. No upload. Fast and private.
Upload a photo and add text with stroke, shadow, and opacity. Position anywhere. Download as PNG. Simple caption tool.
Type a word like 'sunset' or 'calm' and generate a color palette inspired by that mood. Simple associative mapping.
Create glowing, neonâstyle text effects with multiple textâshadows. Adjust colors and intensity. Copy the CSS.
Paste rich text and clean it to plain text. Normalize line endings and whitespace. Prepare for code or databases.
Type text and convert each letter into vector SVG paths. Perfect for logos and animations. Canvasâbased.
Paste a website's HTML and see which text is only visible to screen readers (e.g., .srâonly). Preview the accessible layer.
Paste body text and test different font/background combos. See an actual passage rendered, not just a ratio. True feel for legibility.
Place bold text over an image and apply mixâblendâmode: screen, multiply, etc. Create stunning hero sections. Download preview.
Create a multiâline text truncation using the standard lineâclamp property. Choose lines. Copy the clean CSS.
Compare breakâall, keepâall, and overflowâwrap: anywhere/breakâword. Paste long words and see how they wrap.
Display text in horizontalâtb, verticalârl, verticalâlr. See how block and inline directions switch. For multilingual sites.
Apply userâselect: none, text, all and see how it affects selection. Copy the CSS snippet for your UI elements.
Format your text into a classic newspaper layout with multiple justified columns. Ready to print or PDF. Local.
Drop a PDF and count the total words, characters, and pages. Text extraction is done locally. Privacyâfriendly.
Convert HTML to plain text while preserving paragraph breaks. Remove images, links, and scripts. Quick data extraction.
Type any word and generate a fake audio waveform GIF that looks like the word was spoken. Creative social posts. Canvas.
Paste long text and split it into 2, 3, or 4 balanced CSS columns. Preview and copy HTML/CSS. For magazine layouts.
Add a repeating diagonal text watermark to your images. Adjust opacity, font, and color. Protect your photos locally.
Sort hundreds of lines alphabetically, reverse alphabetically, or by length. Deduplicate option. All local.
Paste text and generate a word cloud as a downloadable PNG image. Customize colors and shapes. All local.
Turn a photo into a highâcontrast ASCII art using only standard text characters. Adjust brightness and character set. Works offline.
Enter text and see each character's 8âbit binary laid out in a blackâandâwhite grid. Beautiful data art. Local.
Paste a sentence and see each word tagged with its part of speech (noun, verb, adjective). Local ruleâbased analysis.
Paste any article and get a list of the most relevant keywords using a simple TFâIDFâlike model. Skip stop words. All local.
Map English letters to fancy mathematical or ornamental Unicode symbols. Create Facebook/Twitter bio art. All local.
Paste delimited data and split it into columns. Choose custom separator. Shows a preview table. Local.
Paste text and see a sorted count of all emojis used. Find your mostâused emoji. Fun analytics. All local.
Paste text to accurately count sentences, average sentence length, and longest sentence. For editors and writers.
Create CSS clamp() values for fluid typography. Enter min and max font sizes and viewport widths. Modern responsive design.
Generate a QR code from any text, URL, or contact details. Save as PNG, SVG, or copy to clipboard. All local.
Turn your text into a random mix of upper and lower case letters. Great for pranks or silly posts. All local.
Reverse every word in a sentence individually while keeping the word order. 'Hello World' becomes 'olleH dlroW'. Simple fun.
Create simple ASCII diagrams (arrows, boxes, trees) using a visual editor. Copy the plain text art. For comments and docs.
Convert any text to a long string of binary digits. Perfect for learning binary representation. Local conversion.
Convert normal text into various Unicode styles (bold, italic, script, fraktur). Copy and paste anywhere. No font install needed.
Encode any text, including emojis and foreign scripts, into a Base64 string. Perfect for data URLs. Local.
Decode a Base64 encoded string that contains UTFâ8 text (emojis, international characters). See the raw output. Local.
Paste Morse code (dots and dashes) and translate it back to plain English text. Supports standard timing. Local.
Paste lines and convert them into bulleted lists with symbols like â˘, â, or â. Markdown friendly. Quick formatting.
Turn any sentence into mocking SpongeBobâstyle text. Choose intensity. Copy and paste into chats. Pure client.
Paste a string of 0s and 1s and decode it back into ASCII text. Handles spaceâseparated blocks. Local.