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
Write and format rich text with a full WYSIWYG toolbar: headings, lists, colors, links, images, and more, entirely in your browser.
Write rich, structured content with a block-style editor and get clean JSON output, entirely in your browser.
Write and edit Markdown in a live WYSIWYG editor with tables, task lists, code blocks, and slash commands, entirely in your browser.
Draw, edit, and export images with a free, open-source recreation of classic Paint.
Sketch diagrams, wireframes, and hand-drawn-style illustrations on a virtual whiteboard, entirely in your browser.
Create animations, interactive projects, and simple games with a free, open-source Flash-successor editor.
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
- Click into the editor and start typing, or paste in existing content.
- Select text and use the toolbar to apply formatting — bold, italic, strike, inline code, headings, lists, code blocks, and blockquotes.
- 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.