Hexa is a local storage-based web application designed to manage and share your text snippets effortlessly. Whether you're coding or writing notes, Hexa makes it easy to store, share, and organize your content—all without needing an external server.
-
📂 Local Data Management: Store your snippets directly in the browser's local storage for seamless access, even after closing the app.
-
📋 Clipboard Copy: Quickly copy your text to the clipboard with a single click, making sharing instant.
-
🔄 Clear Text: Easily clear all the text with just one button click.
-
🔤 Syntax Detection: Hexa detects the syntax of your code.
-
📝 Real-Time Counters: Track the number of words, characters, and lines while you type.
-
🌙 Dark & Light Themes: Switch between light and dark themes to suit your environment.
-
🔗 Shareable Links: Generate shareable links for your text snippets to easily collaborate or share with friends. Note: The maximum limit for a shareable link is 6179 characters.
-
🖱️ Drag & Drop File Upload: Simply drag and drop files into Hexa, and their contents will automatically appear in the text area for easy editing.
- Open Hexa in your browser.
- Start typing your text in the provided text area.
- Use Query Parameters to pre-fill the text area or set a custom title:
?text=YOUR_TEXT
to pre-fill the text area.?title=YOUR_TITLE
to set a custom session title. Example:https://fl2on.github.io/Hexa/?text=Hello%20World&title=My%20Hexa%20Session
- Drag & Drop a text file to instantly load its contents.
- Copy your text or Clear it with a button press.
- Switch themes to Dark or Light mode as needed.
- Enjoy your enhanced text management experience!
Check out the live demo to see Hexa in action!
- Tailwind CSS: Link to Tailwind CSS
- Alpine.js: Link to Alpine.js
- fl2on
- GitHub: fl2on
- Twitter: @nova_qzxtu
Feel free to explore and enhance Hexa according to your needs. Happy coding!