WebWeaver Pro

Build HTML web pages the old-fashioned way — right in your browser.

WebWeaver Pro is a local HTML editor that gives you real control over your web pages. Edit visually with a click-and-type design view, or drop straight into raw HTML source — or keep both panels open side by side.

Organize your work into named projects, use templates to get started quickly, and download finished pages as standalone HTML files. No cloud sync, no account, no subscription.

Free. Offline. Your files stay yours.

User Manual

Overview

WebWeaver Pro is a browser-based HTML editor powered by CodeMirror 5. It offers three editing modes — Design, Code, and Split — and a project system backed by localStorage so your work persists between sessions.

Projects

Editing Modes

Design view

A WYSIWYG (what-you-see-is-what-you-get) view of your HTML page. Click elements to select and edit them. Use the formatting toolbar to apply styles without writing HTML by hand.

Code view

A full source-code editor with syntax highlighting (powered by CodeMirror). Edit the raw HTML directly. Suitable for developers who want precise control.

Split view

Design and Code views side by side. Changes in one panel are reflected in the other in real time.

Formatting Toolbar

ButtonAction
BBold selected text
IItalic selected text
UUnderline selected text
H1Wrap selection in an H1 heading
H2Wrap selection in an H2 heading
TableInsert an HTML table
LinkInsert a hyperlink
ImageInsert an image element
📄 TemplatesInsert a pre-built HTML template

File Operations

Undo / Redo

Properties Panel

In Design view, clicking an element opens its properties in the Properties panel on the right. Here you can edit attributes (like href, src, alt, class, id) without touching the source code.

Privacy

WebWeaver Pro stores all project data in your browser's localStorage. Nothing is uploaded. Files you download are saved locally on your computer.