BlinkNote is a lightweight, privacy-focused web application that allows users to share text, messages, code snippets, notes, or any form of data without any restrictions on size or length. The platform generates a unique 8-character alphanumeric ID and a sharable link, enabling seamless message retrieval and sharing.
- Unlimited Message Length: No restrictions on the size or length of the message.
- Instant Link & ID Generation: Upon submitting text, a unique sharable link and an 8-character alphanumeric ID are generated.
- Easy Message Retrieval: Messages can be accessed using either the generated link or by entering the unique ID.
- One-Click Copy: Users can copy the displayed message with a single click.
- Cloud-Based Storage: Hosted on Cloudflare Pages for both frontend and backend, ensuring fast and secure access.
- Lightweight & Fast: Built using only HTML, CSS, and JavaScript, making it highly responsive and easy to use.
-
Enter Your Message:
Type or paste any message, text, code snippet, or data. -
Generate a Unique Link & ID:
Click "Generate Link", and the system will create a unique link along with an 8-character alphanumeric ID. -
Share the Link or ID:
Copy and share the generated link or ID with anyone. -
Retrieve Your Message:
- Open the shared link to view the message instantly.
- OR enter the unique ID in the input field and click "Get Message" to retrieve it manually.
-
Copy the Message:
Use the copy button to quickly copy the displayed message.
Since BlinkNote is a pure frontend application, no installation is required. Simply clone the repository and open the index.html file in your browser.
git clone https://github.com/Toxiclikith/blinknote.git
cd blinknoteSimply open the index.html file in any web browser to use BlinkNote.
We welcome contributions! To contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch-name. - Make your changes and commit:
git commit -m 'Add new feature'. - Push the branch:
git push origin feature-branch-name. - Open a pull request.
For significant changes, please open an issue first to discuss your proposed modifications.
BlinkNote is licensed under the MIT License.
For support or to report issues, visit the GitHub repository and open an issue.
Note: BlinkNote is designed to provide a simple, fast, and unrestricted way to share text-based data while maintaining privacy and ease of use.