🗒️

Note-taking App

Write markdown notes with live preview and persistent local storage.

Your Notes

Live Preview

About Note-taking App

This lightweight note tool lets you create and manage Markdown notes without signing up. All notes are stored locally in your browser for privacy and speed — no account, no cloud, no sync.

How to Use

  1. Click New Note to create a note.
  2. Type a title and write your content using Markdown.
  3. Notes save automatically as you type.
  4. Click any note in the sidebar to switch to it.
  5. Use the Delete button to remove a note permanently.

How It Works

Notes are stored in your browser's localStorage as JSON. The Markdown editor renders a live preview. Since everything is local, your notes are completely private and available offline.

Example

Create a note titled "Meeting Notes" and write your action items in Markdown: use - [ ] task for checkboxes, **bold** for emphasis, and ## Heading for sections.

Frequently Asked Questions

Yes. Notes are stored in localStorage, which is cleared when you clear browser data or use private/incognito mode. Export important notes before clearing.
No. Notes are stored locally in your browser and cannot sync between devices. This is by design for privacy — no server is involved.
Copy the note content and paste it into a local file (e.g. a .txt or .md file) for backup. Future versions may include an export function.
Yes. The editor supports standard Markdown including headings, bold, italic, lists, checkboxes, code blocks, and links.