A calm, focused text cleanup tool for quick paste, clean, copy workflows.
Live demo: https://cletrix.netlify.app/
Text Cleaner is a static browser app with a split workspace: input on the left, a centered clean action, and output on the right. It is designed for the simple flow of open → paste → click → done.
- Clean Text
- Fix Case
- Remove Symbols
- Make Bullets
- Paste from clipboard
- Clear Input
- Copy output with
Copied ✓feedback - Download cleaned text as
.txt - Clear Output
- Paste or type text into the input panel.
- Use the large
Clean Textbutton or one of the smaller text actions. - Review the result in the output panel.
- Copy, download, or clear the output when you are done.
- Left: input area with small helper tools
- Center: primary action rail with
Clean Text - Right: output area with copy, download, and clear buttons
- Mobile: the panels stack vertically for a narrow screen
-
Start a local server from this folder:
python3 -m http.server 5500
-
Open
http://localhost:5500in your browser. -
Paste some text and try the actions.
No build step or dependencies are required.
- HTML
- CSS
- Vanilla JavaScript
This repo is ready for simple static hosting:
- GitHub Pages: a workflow can publish the repository root on pushes to
main. - Netlify:
netlify.tomlpoints the publish directory at the repo root.
index.html- app layoutstyles.css- dark UI stylingscript.js- text actions and button behavior
Text Cleaner is deployed on Netlify: