Dev Tools

Tiptap — Rich Text WYSIWYG Editor

A clean, headless rich-text editor built on ProseMirror, with a full formatting toolbar: bold, italic, strike, code, headings, lists, blockquotes, and code blocks. Runs entirely in your browser — nothing you write is ever uploaded.

Related tools

About Tiptap — Headless Rich Text Editor

Tiptap is a free, open-source (MIT) headless rich-text editor framework built on top of ProseMirror, made by Tiptap GmbH. This build embeds Tiptap's own StarterKit example — a clean editing canvas with a full formatting toolbar: bold, italic, strike, and inline code; paragraphs and headings (H1–H6); bulleted and ordered lists; code blocks and blockquotes; horizontal rules and hard breaks; plus undo and redo. It is self-hosted directly from the ueberdosis/tiptap project's own source and runs entirely client-side: nothing you write is ever uploaded to any server by this site.

How to use

  1. Click into the editor and start typing, or paste in existing content.
  2. Select text and use the toolbar to apply formatting — bold, italic, strike, inline code, headings, lists, code blocks, and blockquotes.
  3. Use the Undo and Redo buttons (or your usual keyboard shortcuts) to step through your edits, and Clear marks / Clear nodes to strip formatting.

Frequently asked questions

Is my data uploaded anywhere?
No. All editing and formatting happen entirely in your browser — nothing you write is sent to a server by this site.
Does this need Tiptap Pro or Tiptap Cloud?
No. This build uses only Tiptap's free, open-source (MIT) core packages (StarterKit) — no paid Pro extensions, no Cloud account, and no API token.
What formatting does the toolbar support?
Bold, italic, strike, and inline code; paragraphs and headings H1–H6; bulleted and ordered lists; code blocks and blockquotes; horizontal rules and hard breaks; plus undo/redo and clear-formatting.
What is Tiptap built on?
Tiptap is a headless wrapper around ProseMirror, a well-established toolkit for building rich-text editors. This page embeds Tiptap's own StarterKit example editor.