No. Sorting runs entirely in your browser with JavaScript — nothing is sent to a server, stored, or logged.
How do I alphabetize a list?
Paste the list above — one item per line — and click Sort A→Z. For reverse alphabetical order, click Sort Z→A. Numbers sort naturally, so “item 2” comes before “item 10”.
Can it remove duplicate lines?
Yes — tick “Remove duplicates” before sorting and repeated items are kept only once (comparison ignores capitalization). Blank lines are removed automatically.
Can I sort a comma-separated list?
Yes. If your list is on one line separated by commas, it’s sorted the same way and returned comma-separated — handy for tags, names, or keyword lists.
What does “Ignore A/An/The” do?
It sorts titles the way libraries and bibliographies do: a leading “A”, “An” or “The” is skipped, so “The Great Gatsby” files under G. The words stay in your list — they’re only ignored for ordering.
{"@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [{"@type": "Question", "name": "Is my list uploaded anywhere?", "acceptedAnswer": {"@type": "Answer", "text": "No. Sorting runs entirely in your browser with JavaScript — nothing is sent to a server, stored, or logged."}}, {"@type": "Question", "name": "How do I alphabetize a list?", "acceptedAnswer": {"@type": "Answer", "text": "Paste the list above — one item per line — and click Sort A→Z. For reverse alphabetical order, click Sort Z→A. Numbers sort naturally, so “item 2” comes before “item 10”."}}, {"@type": "Question", "name": "Can it remove duplicate lines?", "acceptedAnswer": {"@type": "Answer", "text": "Yes — tick “Remove duplicates” before sorting and repeated items are kept only once (comparison ignores capitalization). Blank lines are removed automatically."}}, {"@type": "Question", "name": "Can I sort a comma-separated list?", "acceptedAnswer": {"@type": "Answer", "text": "Yes. If your list is on one line separated by commas, it’s sorted the same way and returned comma-separated — handy for tags, names, or keyword lists."}}, {"@type": "Question", "name": "What does “Ignore A/An/The” do?", "acceptedAnswer": {"@type": "Answer", "text": "It sorts titles the way libraries and bibliographies do: a leading “A”, “An” or “The” is skipped, so “The Great Gatsby” files under G. The words stay in your list — they’re only ignored for ordering."}}]}