← Back to IPerfect.Net

Online Shared Notepad

Access your notes from any device — no login, no app install

What is the Online Notepad?

The IPerfect.Net Online Notepad is a free, browser-based shared notepad that lets you store and access text from any device — desktop, mobile, or tablet — without creating an account or installing any app. It works instantly over the internet, making it ideal for quickly moving text between your devices.

Your note is stored on the server and stays available until you clear it or overwrite it. The notepad supports real-time syncing, so if two devices have it open simultaneously, changes appear live on both sides.

Open Online Notepad

How to Use It

  1. Open IPerfect.Net and click the Notepad tab.
  2. Type or paste any text you want to save.
  3. The content auto-saves. Open the same URL on any other device to retrieve it.
  4. To clear the notepad, simply delete all text and it will be wiped from the server.

Accessing via the Command Line

You can also read and write notepad content directly from a Linux/macOS terminal:

# Get current notepad contents
curl https://iperfect.net/ajax/getNote.php > mynotes.txt

# The response is plain text — pipe it wherever you need

Common Use Cases

Cross-device copy-paste — Copy a URL, code snippet, or address on your phone and retrieve it on your laptop without emailing yourself.
Quick developer notes — Jot down IPs, credentials, or config values mid-debug without switching apps.
Sharing text between users — Share the URL with a teammate to pass a block of text or a snippet instantly.
CI/CD clipboard — Use the curl API to push build output or log snippets to the notepad from a server script.

Features

Privacy Note

The notepad is a shared, public scratchpad. Do not store sensitive information such as passwords, API keys, or personal data in it. Content is stored temporarily on the server and may be overwritten at any time. For more information see our Privacy Policy.

Other Tools on IPerfect.Net