Regex Visualizer - Online Railroad Diagram Generator
Enter a regular expression and see a visual railroad diagram explaining the pattern. Learn and debug regex.
UD5 Toolkit
Visualize English grammar with Reed-Kellogg style diagrams. Parse sentences and see how words relate.
Enter a regular expression and see a visual railroad diagram explaining the pattern. Learn and debug regex.
Enter a simple regular expression and see its equivalent Deterministic Finite Automaton diagram. Learn how regex engines work.
Identify common grammar mistakes (subject-verb agreement, tense, articles) with simple rule-based analysis. Explanations provided. Not AI, purely rule-based and local.
See the complete recursion tree for small Fibonacci or factorial calculations. Understand overlapping subproblems. Educational.
Paste prose and reformat so that each sentence starts on a new line. Helps with version control diffs.
Enter text and see each character's 8βbit binary laid out in a blackβandβwhite grid. Beautiful data art. Local.
Type a simple sentence and get guided prompts to add who, what, where, when, why. Build richer sentences.
Enter a decimal number and see a visual breakdown of bits, place values, and bitwise operations. Learn binary easily.
Plot different BigβO complexities on a chart. See how O(log n) stays flat while O(2^n) explodes. Educational reference.
Paste plain text and turn it into a nested outline using indent levels or Markdown headings. Great for planning.
Watch classic sorting algorithms step through a randomized bar chart. Adjust speed and array size. Great for learning algorithm efficiency.
Add, remove, push, pop items and watch the data structure change visually. Supports arrays, stacks, and queues. For CS students.
Check English spelling and get suggestions using the browser's built-in dictionary. Highlight errors instantly. No data leaves your machine.
Paste lines and convert them into bulleted lists with symbols like β’, β, or β. Markdown friendly. Quick formatting.
See a live bar chart of character frequencies as you type or paste text. Great for cipher cracking and linguistics.
Stepβbyβstep animated guide for abdominal thrusts on adults, children, and self. Essential emergency knowledge.
Apply dyslexiaβfriendly fonts, spacing, and background to any text. Preview and copy the formatted version. Improve readability.
See how a full paragraph looks with your chosen text and background colors. Not just a ratio; the real appearance.
Set up firstβline indentation and hanging punctuation. See how they affect reading flow. Copy the CSS.
Shows each character's 7βbit or 8βbit binary representation. Includes space separation. For learning binary encoding.
Enter terms and definitions and generate a clean `<dl>` HTML snippet. Great for glossaries and FAQs.
Paste a Kanji and watch it drawn stroke by stroke with numbered sequence. Excellent for learners. Static data set.
Click on a constellation to see its star pattern and read the Greek mythology behind it. Beautiful CSS illustration.
Write Q&A in a simple format and export as a CSV file compatible with Anki. Perfect for rapid card creation. Local.
Choose a font family and see how it renders famous pangrams (The quick brown foxβ¦). Instant web font loader.
Create or solve logic grid puzzles (like Einstein's riddle). Enter clues and mark the grid. Practice logical deduction. Local only.
Enter a number and see its Collatz sequence graphed. Watch the steps until it reaches 1. Mesmerizing math.
Paste two texts and see cosine and Jaccard similarity scores. Understand how close two documents are. All local math.
Paste your JSONβLD or Microdata and test it against Google's Rich Results criteria. Get warnings. Local linter.
Type or paste Korean Hangul and see the revised romanization. Also works backwards for basic words. Study aid.