What is Camille?
Camille is a free, browser-based WYSIWYG HTML editor that lets you visually edit any HTML file, including pages generated by AI tools like Claude and ChatGPT. It runs entirely in your browser, requires no install or signup, and never uploads your files to a server.
Is Camille free?
Yes. Camille is completely free to use. There is no subscription, no trial, no signup, and no paid tier. It is provided by SYP Media LLC.
Do I need to install Camille or create an account?
No. Camille runs entirely in your web browser. There is nothing to download, no installer to run, and no account to create. Open the page and start editing.
Does Camille upload my files anywhere?
No. Camille is local-first. Your HTML files are opened, edited, and saved entirely within your browser using the File System Access API. Nothing is uploaded to any server, and SYP Media has no access to your content.
Can I edit a webpage that Claude or ChatGPT built for me?
Yes. That is exactly what Camille is built for. Save the HTML file the AI produced, open it in Camille, and edit text, images, colors, and layout visually without touching code.
How do I edit AI-generated HTML without regenerating it?
Open the HTML file in Camille. Click any element to edit it visually. Save the file back to disk. You avoid burning AI tokens to regenerate the entire page just to change a headline or swap an image.
What happened to BlueGriffon?
BlueGriffon is no longer actively developed. Its last meaningful release was around 2018, and installer files have become difficult to find from trustworthy sources. Camille is built as a modern, browser-based replacement that does not require an installer.
What is a good free replacement for BlueGriffon in 2026?
Camille is a free, browser-based replacement for BlueGriffon. It opens any HTML file, provides a visual editor with a code view, requires no installation, and is actively maintained by SYP Media LLC.
What is a good replacement for Microsoft Expression Web?
Microsoft Expression Web was discontinued in 2012. Camille is a modern, free, browser-based alternative that opens any HTML file and edits it visually without requiring Windows or any installation.
Is there a free alternative to Adobe Dreamweaver?
Yes. Camille is a free WYSIWYG HTML editor that runs in your browser. It does not include every Dreamweaver feature, but for visually editing existing HTML files it requires no Creative Cloud subscription and no installation.
Can I use Camille offline?
Camille loads in your browser and then runs locally. After it has loaded, editing and saving work without an active internet connection in most modern browsers.
Does Camille work with HighLevel?
Camille works with HighLevel via the Custom HTML element workflow. The typical loop is: copy the HTML out of a Custom HTML block inside HighLevel, paste it into Camille, edit it visually, then copy the result back into the same Custom HTML element in HighLevel. Camille's Wide preview shows fragment-style content blocks edge-to-edge the way HighLevel renders them. Camille is not designed to edit full HighLevel-built landing pages directly, because those pages carry HighLevel's own builder metadata that the CMS expects to remain intact in order to round-trip.
Do I need to know HTML to use Camille?
No. Camille's visual editor lets you click on text, images, and elements to change them directly. A separate code view is available for users who want to edit HTML directly, but it is optional.
Can I edit images, colors, and backgrounds visually in Camille?
Yes. Camille includes an image toolbar (resize, alignment, alt text, URL editing) and an Element Styles panel for changing background colors, text colors, opacity, and background images visually.
Who built Camille?
Camille is built and maintained by SYP Media LLC. It was created out of frustration with the disappearance of free, trustworthy desktop WYSIWYG HTML editors like BlueGriffon and Microsoft Expression Web.
What browsers does Camille support?
Camille works in any modern browser. For full Save and Save As support via the File System Access API, use a Chromium-based browser such as Chrome, Edge, Brave, Arc, or Opera.
How is Camille different from Webflow, Wix, or Squarespace?
Webflow, Wix, and Squarespace are hosted site builders that lock your content into their platform. Camille is a file editor: it opens any standalone HTML file you already have, edits it visually, and saves it back to your computer. There is no platform lock-in and no monthly fee.
How is Camille different from online HTML editors like wysiwyghtml.com?
Most free online HTML editors, including wysiwyghtml.com, are built on TinyMCE or similar libraries that normalize pasted HTML against their own internal schema. They typically have no way to open a local .html file directly (paste only), and they rewrite your markup — stripping or altering inline styles, classes, and structural tags that AI-generated pages rely on for their layout. Camille opens your local HTML file via the File System Access API, preserves your markup as written, and saves the file back to disk unchanged except for the edits you made.
Can I manage page metadata and SEO in Camille?
Yes. Camille's Metadata panel lets you set the page title, description, hero/cover image, canonical URL, author, robots directive, and keywords. From those inputs Camille emits standard meta, Open Graph, and Twitter Card tags into the page head. An inline social-share preview card shows how the link will render when shared on Facebook, LinkedIn, or iMessage.
Does Camille support JSON-LD schema markup for rich results?
Yes. Camille detects existing JSON-LD schema blocks on the page and lets you view, edit, toggle, or remove them. Four ready-to-fill templates — Article, Organization, FAQPage, and LocalBusiness — let you add new schema with placeholder values you complete. A "send to AI" button copies your schema plus a prompt to the clipboard so you can finish it off with Claude, ChatGPT, or Gemini. An external link launches Google's Rich Results Test.
Can Camille install Google Analytics, Meta Pixel, and other tracking codes?
Yes. The Tracking Codes panel covers eight built-in tracker types: Google Analytics 4, Google Tag Manager, Meta Pixel, TikTok Pixel, LinkedIn Insight Tag, HighLevel External Tracking, Microsoft Clarity, and Hotjar. Pick a platform, paste your ID, and Camille drops in the canonical vendor snippet. Camille also detects existing trackers already on the page and lets you edit their IDs in place — without disturbing any custom code you've added inside the snippet.
Can I export my typography to reuse on another page?
Yes. Camille's Type Styles panel exports your full type system as a portable spec in three formats: CSS (drop-in stylesheet with :root custom properties), JSON (structured for programmatic AI tools like Cursor, v0, Lovable), or a natural-language brief you can paste into a prompt. Import the same spec back into Camille on another page to apply identical typography. Round-trip works for CSS and JSON; the brief is export-only.
How do I insert images and videos?
The Media panel takes a URL — paste it, click Insert, and the media lands at your cursor. Videos auto-detect across YouTube, Vimeo, Rumble, HighLevel-hosted, and direct MP4/WebM. Once inserted, click any image to edit its alt text, alignment, width/height, link wrap, caption, drop shadow, and rounded corners. Click a video to edit its source URL, alignment, and size.
Will Camille round-trip my WordPress or Webflow page?
Not in a way the CMS would preserve. Camille is built for standalone, AI-generated HTML — clean, semantic, self-contained markup. CMS-instrumented markup (WordPress with Gutenberg block comments, HighLevel's data-* attribute scaffolding, Webflow's exported class soup) won't round-trip cleanly into the builder, even though Camille can open and visually edit the markup. By design, not a limitation. Use Camille on standalone HTML or on the Custom HTML block content that you copy in and out of those CMSes — not on the full CMS-managed pages themselves.