ποΈ A simple web tool to compress and encode text for easy sharing in messaging apps like Teams, Slack, and WhatsApp.
Try it now: https://lionmint.github.io/text-compressor-tool/
- Compress & Encode: Reduce long text into compact, shareable format
- Decode & Restore: Get back your original text perfectly
- Chat-App Friendly: Encoded text works reliably in messaging platforms
- Fully Client-Side: No data sent to servers - works offline
- One-Click Copy: Easy copying with visual feedback
- Compression Stats: See how much space you saved
- Share long JSON payloads or configuration files
- Send error logs and stack traces without truncation
- Compress lengthy documentation or code snippets
- Bypass character limits in messaging apps
- Archive text data in a compact format
- Compress: Your text is compressed using advanced algorithms
- Encode: The compressed data is base64-encoded for safe transmission
- Share: Copy and paste the encoded string anywhere
- Restore: Recipients can decode it back to the original text
- 100% Client-Side: All processing happens in your browser
- No Data Collection: Nothing is sent to external servers
- Works Offline: Download the page and use it without internet
- Open Source: Full transparency - check the code yourself
- Built with vanilla HTML, CSS, and JavaScript
- Currently uses LZ-string compression algorithm
- Base64 encoding for universal compatibility
- Mobile-responsive design
- No external dependencies except compression library
Works in all modern browsers that support:
- JavaScript ES6+
- Clipboard API
- Local Storage (optional)
Contributions are welcome! Please feel free to submit issues or pull requests.
- Clone the repository
- Open
index.htmlin your browser - Make your changes
- Test thoroughly
- Submit a pull request
MIT License - see LICENSE file for details.
Created by LionMint GmbH - Building useful tools for developers and teams.
β Found this useful? Give it a star and share it with your team!