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.
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.
localStorage.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.
A full source-code editor with syntax highlighting (powered by CodeMirror). Edit the raw HTML directly. Suitable for developers who want precise control.
Design and Code views side by side. Changes in one panel are reflected in the other in real time.
| Button | Action |
|---|---|
| B | Bold selected text |
| I | Italic selected text |
| U | Underline selected text |
| H1 | Wrap selection in an H1 heading |
| H2 | Wrap selection in an H2 heading |
| Table | Insert an HTML table |
| Link | Insert a hyperlink |
| Image | Insert an image element |
| 📄 Templates | Insert a pre-built HTML template |
localStorage..html file.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.
WebWeaver Pro stores all project data in your browser's localStorage. Nothing is uploaded. Files you download are saved locally on your computer.