Skip to content

Design & Dev Tools · Cover Letter

Notion Cover Letter Example

Notion's team is small, opinionated, and obsessed with craft. Your cover letter should read like a well-written Notion page — clean, specific, and free of filler — not a generic tech application.

The full cover letter

[Your Name] · [Email] · [Phone] · [City, ST]

April 21, 2026

Dear Hiring Manager,

I'm applying for the Senior Product Engineer role on the Editor team. Ivan's 2019 essay on tools for thought and the block-model architecture your team published are the specific reasons I spent the last two years building a block-based editor from scratch at my current company — and the specific reasons I'd like to stop reinventing pieces of Notion and work on Notion itself.

At a 35-person startup I owned the document editor for our knowledge-management product. I rewrote the editor from a contenteditable-based mess to a block-model architecture with 11 content types, nested hierarchies up to 6 levels deep, and sub-40ms input latency on the P95 keystroke. The first-principles call that made the project work was choosing not to use a general-purpose framework (Slate, TipTap, ProseMirror) and instead building a small custom editor kernel — 2,200 lines of TypeScript — that we fully controlled. It took 4 extra weeks and saved us, conservatively, the rest of the year in framework-fighting. I wrote the design doc, I shipped it with one other engineer, and I held the code review bar myself for the first six months.

The part I'm most proud of is a set of micro-interactions that most users will never consciously notice: the way the cursor animates when a block type changes, the precise curve on the drag-to-reorder motion, the 120ms delay on the slash-menu so it doesn't flicker during fast typing. Those details took a disproportionate amount of time, and they're the reason the product feels good. I've been a daily Notion user since 2018 across four jobs — my personal Notion has 600+ pages, and I've built three internal tools on top of the API. That 'craft as a habit' posture is the one cultural thing I care about most in choosing where to work next.

I'd welcome a focused 30-minute conversation about the Editor team's current priorities — particularly around block-level performance on large pages, where I have a few specific observations. Happy to share the editor-rewrite design doc as a writing sample ahead of a call.

Sincerely,

[Your Name]

Why each passage works

Line-by-line breakdown of the sentences that earn the letter its space.

Ivan's 2019 essay on tools for thought and the block-model architecture your team published are the specific reasons I spent the last two years building a block-based editor from scratch.

Why it works: References a real Ivan Zhao essay and connects it to a multi-year technical investment. Notion's mission is 'tools for thought' — linking that specific framing to a real career decision reads as genuine mission alignment, not decoration.

Chose not to use a general-purpose framework (Slate, TipTap, ProseMirror) and instead built a small custom editor kernel — 2,200 lines of TypeScript — that we fully controlled.

Why it works: Pure first-principles thinking. Naming the frameworks rejected and the replacement line count signals both product craft and engineering confidence. Notion's culture explicitly rewards this kind of independent architectural decision.

A set of micro-interactions that most users will never consciously notice: the way the cursor animates when a block type changes, the precise curve on the drag-to-reorder motion, the 120ms delay on the slash-menu.

Why it works: Craft-quality specificity at a level only a real Notion user could write. The slash-menu timing detail is a direct nod to how Notion's own editor works — showing the candidate has studied the product at interaction granularity.

My personal Notion has 600+ pages, and I've built three internal tools on top of the API.

Why it works: Evidence of being a power user and an API builder. Notion values candidates who live inside the product — this is behavioral proof that doesn't appear on a resume.

That 'craft as a habit' posture is the one cultural thing I care about most in choosing where to work next.

Why it works: Frames craft as a personal operating commitment, not a value the candidate is performing for the recruiter. Notion's small team demands people who already live this, not people who will adopt it.

Strong phrasing

  • Built a small custom editor kernel — 2,200 lines of TypeScript — that we fully controlled.
  • Sub-40ms input latency on the P95 keystroke.
  • A 120ms delay on the slash-menu so it doesn't flicker during fast typing.
  • My personal Notion has 600+ pages, and I've built three internal tools on top of the API.

Weak phrasing to avoid

  • I am passionate about productivity tools and knowledge management.
  • I am a highly skilled engineer with a strong attention to detail.
  • I love Notion and use it every day for my personal projects.
  • I believe I would be a strong fit for Notion's world-class team.
  • Please find my resume attached for your review.

Writing tips for this role

  • ·Show first-principles thinking through one specific architectural decision you made against the default option. 'I rejected X in favor of Y because Z' beats 'I chose best practices.'
  • ·Obsess over micro-interactions in your examples. Notion engineers talk about animation curves, timing delays, and pixel-level details — matching that vocabulary signals fit.
  • ·Demonstrate real product usage: number of pages, number of databases, API tools you've built. Being a Notion power user is a legitimate hiring signal.
  • ·Notion's team is intentionally small — show outsized impact from small teams or solo ownership. Enterprise org-chart framing works against you here.
  • ·Keep the letter short and tight. Notion's product philosophy is 'simplicity is a feature' — your letter should embody it.

Common mistakes

Listing tools without first-principles reasoning

Notion values why, not what. 'Used React, TypeScript, Postgres' is filler unless you explain why those choices mattered and what you rejected. The thinking is the signal, not the stack.

Casting yourself as a cog in a big machine

Notion's team is tiny by design. Stories that depend on 40-person cross-functional orgs, month-long approval chains, or enterprise coordination overhead read as a fit mismatch. Emphasize end-to-end ownership and small-team output.

Ignoring craft at the interaction level

Notion obsesses over details most companies treat as polish — timing, motion, spacing, keyboard behavior. A letter that only mentions features shipped and metrics moved, with no interaction-level craft, misses the center of Notion's taste.

Overclaiming Notion fluency without evidence

Saying 'I love Notion' without evidence is noise. Counter it with behavior: pages you've built, databases you maintain, API integrations you've shipped, internal tools you've made for a team using Notion as the substrate.

Bloated, buzzword-heavy letter

Notion's own product encourages ruthless editing. A cover letter full of 'leveraged,' 'synergized,' 'best-in-class' tells the reader you don't share Notion's instinct for clarity. Cut hard.

FAQ

Should I mention I use Notion personally?

Yes, with specificity. 'I've used Notion since 2019 and my personal workspace has 400 pages across 12 databases' is a signal. 'I love Notion' is not. The concreteness is what tells the reader you actually live in the product.

How short should a Notion cover letter be?

Two to three tight paragraphs, 250-300 words. Notion's team values simplicity — a sprawling five-paragraph letter signals you can't edit, which is one of the skills Notion cares about most. Aim for density, not length.

Do I need to have built a Notion integration or API tool?

Not required, but highly valued. API-level familiarity demonstrates you understand the architectural primitives (blocks, databases, relations) and have opinions about them. Even a small internal tool counts — the builder-of-your-own-tools posture is deeply aligned with Notion's culture.

How do I talk about craft without sounding performative?

Point to a specific craft moment — a timing you tuned, a state you handled, a detail you obsessed over — and explain the reasoning. The reasoning is what makes it real. 'I care about craft' is performative; 'I held a 4ms frame budget and rejected any change that broke it' is evidence.

Write your Notion cover letter in minutes

Rolevanta generates a tailored cover letter from your resume and the exact job description. Edit, download as PDF, apply.

Write Cover Letter Free