# Notepad

> A private scratchpad that saves to your browser. Create multiple notes, switch between them, and come back later — everything is stored locally on your device, never uploaded.

URL: https://uttir.com/notepad
Categories: text-tools
Privacy: Every note is saved in this browser only. Nothing is sent to a server. Clearing the browser storage for this site will erase your notes.

## About

A scratchpad that lives in the browser. Each note has a title, body, and last-updated timestamp; the list of notes is sorted with the most recently edited at the top.

Everything stays in your browser storage. There is no signup, no account, no server, and no upload. Closing the tab does not lose your notes — they come back the next time you open the tool. Clearing the browser storage for the site does.

## How to use

1. **Create a note** — Click "New note" — a blank note is created and the editor opens. The title and body are saved as you type.
2. **Switch between notes** — The list on the left shows every saved note. Click a row to open it in the editor; click "New note" to start a fresh one.
3. **Delete a note** — Each note has a delete button. Deletion is permanent — there is no undo and no recycle bin.

## Examples

### Drafting a longer message

Use the notepad to compose, then come back to copy it into email or chat.

Input:

```
Title: Reply to Alex

Body: Thanks for the update — I'll review the proposal...
```

## FAQ

### Where are my notes stored?

On this device, in the browser's local storage. They are tied to this specific browser on this specific device. They do not sync to a server, your phone, or another browser.

### Can I export a note?

Select the text in the editor and copy it. The notepad is intentionally minimal — there is no built-in export to keep the data flow simple.

### What happens if I clear my browser data?

Your notes are part of the site's browser storage. Clearing cookies, site data, or local storage for this site will erase them. Make a copy first if you want to keep something.

## Related tools

- [Word Counter](https://uttir.com/word-counter) — Count words, characters, sentences, and paragraphs in your text instantly.
- [Character Counter](https://uttir.com/character-counter) — Count characters, words, lines, and UTF-8 bytes as you type.
- [Text Summarizer](https://uttir.com/text-summarizer) — Summarize long articles, blog posts, reports, or emails — entirely in your browser. Nothing is uploaded. The model runs locally on your device.
- [Reading Time Calculator](https://uttir.com/reading-time) — Estimate how long it takes to read or speak a piece of text. Adjustable words-per-minute for fiction, non-fiction, or speech.

---

For the full HTML page with the live tool, visit https://uttir.com/notepad.
This file is the markdown rendering at https://uttir.com/notepad.md. See https://uttir.com/llms.txt for a site-wide summary.
