Why we built a free WYSIWYG HTML editor — and who it's for.
HTML should not be a barrier. Anyone who needs to publish content — whether a shop owner writing product descriptions, a blogger formatting a post, or a marketer building an email — deserves a simple tool that handles the code automatically.
This is a free, browser-based WYSIWYG (What You See Is What You Get) HTML editor. It lets you format content visually — like using a word processor — while automatically generating the underlying HTML code. You can then copy that code and paste it into any website, shopping cart, CMS, or email platform that accepts HTML input.
There is nothing to install, no account to create, and no cost to use it. Open the page, type in the editor, click Source, and copy your HTML. That's all there is to it.
The editor is designed for anyone who needs to produce HTML but doesn't want — or need — to learn the language. Common users include:
The editor is supported by display advertising. The underlying technology, FCKeditor, is an open-source project released under the GNU LGPL v2.1 license, which allows anyone to use, modify, and distribute it freely. Providing it for free online costs us very little, and the value to users who would otherwise struggle to write HTML manually is significant.
This site was created and is maintained by Red Peach Designs, a web design and development studio. The editor has been online since 2004, serving users who need a quick, no-fuss way to generate HTML content.
The WYSIWYG editor engine itself is FCKeditor v2.3.2, developed by Frederico Caldeira Knabben and the FCKeditor open-source community.
WYSIWYG is an acronym for What You See Is What You Get. It refers to editing interfaces where the visual output of the editor matches what the final rendered result will look like. When you make text bold in a WYSIWYG editor, it displays as bold immediately — you don't need to type <strong> tags manually.
WYSIWYG editors became popular in the early 2000s as a way to make content creation on the web accessible to non-technical users. They remain widely used today in CMS platforms, email builders, and standalone tools like this one.
The editor runs entirely in your browser. Content you type is never transmitted to or stored on our servers. Images are referenced by URL and not uploaded. The site uses Google Analytics for anonymous traffic measurement and displays Google AdSense advertisements to cover operating costs.
The technologies that power this free editor
The open-source WYSIWYG HTML editor engine powering the editing interface. Released under the GNU LGPL v2.1 license.
No frameworks, no build tools. The entire site is built with raw HTML, CSS, and JavaScript for maximum compatibility and speed.
Anonymous visitor analytics to understand how the site is used and where improvements can help the most users.
Free, instant, no signup required. Generate clean HTML in seconds.
Open the Editor