Features

The speed of a code editor.
Because it is one.

NoteX rides the same engine that made VS Code the world's default editor. Notes open instantly, search runs as you type, and files stay small enough that even your AI reads them faster.

<1sfrom icon click to writing, in our internal benchmarks
KBnot MB: a 40-page spec is a file you could email in 2005
0spinners between you and your own notes when offline

Why it is fast

Borrowed from the fastest
editor culture there is.

Code editors live and die by latency, and the VS Code engine spent a decade being optimized by one of the largest engineering efforts in the world. NoteX inherits that work: the instant startup, the lazy loading, the sub-frame keystroke handling.

Then the notes themselves stay small. A .notex file is structured text, so opening one is trivial for a machine that routinely parses codebases. In our internal benchmarks, common operations that take seconds in heavyweight editors are effectively instant in NoteX.

More on the engine
Cold start to editable
< 1s
internal benchmark, typical laptop
New note
Instant
Ctrl+N, type
Search across notes
As you type
local files, local index
Typical note on disk
6-20 KB
text, not a binary blob

The AI dividend

Small files are fast for you.
They are cheap for AI.

Every AI agent reads your knowledge through a context window, and every token costs time and money. A scanned PDF of a spec can burn fifty times the tokens of the same content as a structured note. Feed agents .notex or Markdown files and they read more of your knowledge, answer faster, and cost less.

This is why NoteX treats structured, text-first notes as an AI feature, not just a storage choice.

How agents read NoteX
Scanned PDF
≈ 180K tokens
Word document
≈ 82K tokens
Markdown export
≈ 5.5K tokens
NoteX file
≈ 3.6K tokens

Illustrative comparison from our internal benchmarks: one 40-page product spec in four formats.

Fast on every path

PathWhy it stays fast
OfflineLocal files, no round-tripsDesktop
SyncIncremental: unchanged notes never re-downloadDesktop
WebOptimistic updates, realtime block syncWeb
AIStructured notes, fraction of PDF contextBoth

Frequently asked questions

Is NoteX really faster than other notes apps?

We avoid competitor benchmark claims. What we can say: in our internal benchmarks NoteX cold-starts to an editable note in under a second on a typical laptop, and local-file operations do not depend on a network at all.

Why are the files so small?

A .notex file is structured text (JSON), like Markdown with metadata. There is no embedded binary container, no revision soup, no megabyte header. Images and attachments are stored beside notes, not inside them.

What does file size have to do with AI?

AI reads documents as tokens, and PDFs and Word files carry heavy formatting overhead plus OCR noise. The same content as a structured note can use up to 50x fewer tokens in our internal benchmarks, which means faster, cheaper, more complete AI answers.

Does speed survive big workspaces?

Sync is incremental (unchanged notes never re-download), search indexes locally on desktop, and the editor loads blocks lazily. Thousands of notes stay comfortable.

Is the web app fast too?

The web workspace uses optimistic updates and realtime sync so edits feel immediate. The desktop app is still the champion for raw open-and-type latency because there is no network in the loop.

Your notes deserve a better engine.

A Notion-style block editor on the engine behind the world's most popular code editor. Notes stay files you own, extensions add what you need, and AI plugs in natively. Free to start, on web and desktop.

Free to start · Your files, your disk · Windows desktop & web