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
- Open IPerfect.Net and click the Notepad tab.
- Type or paste any text you want to save.
- The content auto-saves. Open the same URL on any other device to retrieve it.
- 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
- No login required — works immediately in any browser.
- Real-time sync — changes reflect live across open sessions.
- REST API access — read and write via a simple
curl command.
- Mobile-friendly — responsive layout works on phones and tablets.
- Free to use — no account, no credit card, no limits on usage.
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
- Global File Transfer — Transfer files between devices over the internet without any app.
- IP Lookup & Network Tools — IP details, DNS query, ping, port scanner.
- Converter Tools — Timezone converter, timestamp, Base64, HEX/Decimal, and more.
- JSON / Code Formatter — Format and validate JSON, XML, SQL, and CSS online.