For the HTML your AI makes · free to try in your browser

Stop spending your AI limit on small fixes

Your AI makes the page. You fix the text, colours and images yourself, in seconds. No prompts, no tokens, no waiting. Save your AI for the work that needs it. It works with the HTML from Claude, ChatGPT, Gemini, Cursor or any other AI tool, and saves the same plain file back.

Let's test See how it works Nothing is uploaded. Your file stays on your computer.
edit.html the editor with a page open
The edit.html editor with a page open
Screenshot — the editormedia/editor.jpg · 2400 × 1500

Why this exists

Small changes should not cost you tokens.

Every "make the heading smaller" or "fix that typo" is a new prompt. The AI reads your page again, writes it again, and uses up part of your limit to do it. Sometimes it changes things you did not ask it to.

Fixing it by prompt

  • Write a prompt for every small change
  • Wait while the AI writes the page again
  • Uses tokens and moves you closer to your limit
  • Other parts of the page can change by mistake
  • Check it, then prompt again if it is not right

Fixing it with edit.html

  • Click the thing and change it
  • You see the change as you make it
  • Uses no AI at all, so no tokens
  • Only the thing you touched changes
  • Save, and the same plain file is ready to go

How it works

Let the AI do the big work. Do the small work here.

No account, no project setup, no build step. Your AI and edit.html work on the same file, so you can go back and forth as often as you like.

01

Let your AI make it

Ask your AI for the page, deck, report or post. Save the HTML file it gives you.

02

Fix the small things here

Open the file in edit.html. Click any element and change the words, size, colour or spacing. Drag it somewhere else. No prompt needed.

03

Save, export, or go back

Save the HTML, or export PNG, WebP, JPEG or a sharp PDF. Need a big change? Give the same file back to your AI.

What it does

Feels like a design tool. Works on real code.

Everything here edits the actual HTML. There is no separate project file and no export step to get your page back.

Every property, in one panel.

Select something and the panel shows what it is made of: text, size, spacing, colour, border, position. Change a number and the page changes with it.

  • Text: font, size, weight, line height, letter spacing, alignment
  • Bold, italic, underline, strikethrough, superscript, subscript
  • Padding, margin, width, height, corners, borders and shadows
Properties panel
The properties panel
Screenshot — properties panelmedia/properties.jpg · 1600 × 1200

Change one, or change all of them.

Most pages reuse the same style in a lot of places. When you edit something that shares a class, the editor asks: only this one, or all of them? One click updates every card on the page.

Shared style only this one / all
Asking whether to change one element or all of them
Screenshot — shared style promptmedia/shared-style.jpg · 1600 × 1200

Your colours, in one place.

The theme panel collects the colours the page uses. Change one there and it changes everywhere it is used. Recolouring a whole page takes a few clicks, not a find and replace.

Theme colours
The theme colour panel
Screenshot — theme coloursmedia/theme.jpg · 1600 × 1200

Export the page, or every board at once.

Export to PNG, WebP or JPEG at the size you want. PDFs are printed as real vectors by Chrome, so text stays sharp and selectable. A carousel with ten boards comes out as ten files in one go.

  • Choose which boards to include, and the order they come out in
  • Sharp vector PDFs, not a picture of the page
  • Many files download as one zip
Export options
The export dialog
Screenshot — export dialogmedia/export.jpg · 1600 × 1200

Hit a file size, not a guess.

Set the width and height in pixels, or pick a scale. Then choose how hard to squeeze: a quality slider for WebP and JPEG, or give it a size in kilobytes and it works down to fit. Good for a page that has to load fast, or an upload with a limit.

  • Exact pixels, or 1x, 2x, 3x of the canvas
  • Full size, compressed, or a maximum file size in KB
  • The preview tells you what you are getting before you export
Export size and compression
Setting the size and compression for an export
Screenshot — size and compressionmedia/compress.jpg · 1600 × 1200

And the rest

The small things you reach for all day.

Command bar

Press Cmd K for every action and its shortcut. Nothing is buried in a menu you have to remember.

Snapping and guides

Moving and resizing snap to nearby edges and centres, so things line up without you nudging pixels.

Move freely, or in the flow

Drag to reorder inside the layout. Hold Alt to lift an element out and put it exactly where you want.

Layers

The whole page as a list. Hide, lock and rename anything. Click a row to select it on the page.

Select more than one

Shift-click or drag a box to select several elements and change them together. Alt-click picks the parent.

Nothing gets lost

Your work is copied every few seconds, and the Versions panel lists those copies and every save.

Undo that works

Every change is recorded step by step, so undo and redo go back exactly as far as you expect.

Linked files

If the page needs a stylesheet, a font or an image that is missing, it tells you and asks for it instead of quietly breaking.

Add things

T text, B box, I image, L line. They land where you click.

Who it's for

Anyone who makes things with AI.

People who keep hitting their limit

You use Claude, ChatGPT or another AI every day, and small fixes eat into your usage. Do those fixes here and keep your limit for real work.

Designers, studios and teams

Decks, carousels, one-pagers and reports made by AI. Change the copy and the colours, export the files and send them, without another prompt.

Developers

A quick way to push a layout around without touching the code, then read the diff afterwards. It stays plain HTML.

Questions

What people ask.

Does edit.html use AI or tokens?

No. There is no AI inside it. Every change you make here costs nothing from your AI plan, and your file is never sent to an AI.

Which AI tools does it work with?

Any tool that gives you an HTML file: Claude, ChatGPT, Gemini, Cursor, and others. Save the file from your AI, then open it here.

Can I give the file back to my AI after editing?

Yes. It is the same plain HTML file with your changes in it, so your AI can read it and keep working on it.

Does my file get uploaded anywhere?

No. The browser opens the file you pick and everything happens on your computer. Nothing is sent to a server. The one exception is a sharp PDF on the website, which is printed by Chrome in the cloud; the print dialog does it locally if you would rather.

What does it add to my HTML?

Nothing. The saved file is the same file with your changes in it. No framework, no build step, no editor markup left behind.

Will it work on the page I already have?

If it is a normal HTML file, yes. It keeps the structure that is there instead of rebuilding it. Pages that are drawn entirely by JavaScript after loading are the exception.

Do I need to know CSS?

No. The panels are named in plain words and you change values by clicking and typing. If you do know CSS, you will recognise everything.

Is there a Mac app?

Yes, and it is coming to more people soon. It opens a whole folder, saves the file in place and keeps a backup every time.

What does it cost?

Nothing to try. We ask for your email once, so we can tell you about new features. No password, no account.

Ready when you are

AI makes it.
edit.html fixes it.

Keep your AI limit for the big work. Open a file, click something, and see how much faster a small fix can be.

Let's test