You asked Copilot for a website. Here's how to put it online.
Last updated: 2026-08-10
Short version — paste the HTML Copilot wrote for you into the box on htmltosite.com, then press “Get my address.” Your site is live on a real URL in about 60 seconds. No server, no installs, no credit card.
At a glance
- Time needed
- About 1 min
- Plan required
- Free plan
- Coding knowledge
- None
- Where to do it
- Paste box on the home page
Step by step
- 1
Ask Copilot for the page
Describe the page you want, and Copilot writes the HTML for you. Add “as a single HTML file” to your prompt so the styling lands in the same file — that turns the next step into one paste instead of several. Hit the copy button on the code block and you're ready.
Copilot
Build a landing page for my local dog grooming salon as a single HTML file, with a service list, our location, and a booking button.index.html Copy<section class="hero"> <h1>…</h1></section> - 2
Paste it into HTMLtoSITE
Drop the code into the box on the homepage and the page renders right next to it — the real thing, not a screenshot. There's nothing to sign up for yet, so take a look first. Any scripts written directly into the page just sit idle in the preview and run normally the moment you publish.
Paste it in and the preview shows up instantly — this is the actual screen. - 3
Press “Get my address” and pick a name
Once the preview looks right, press the button. Sign in once — your pasted code carries over — choose a name, and publish. From that moment your site is live on the internet. The free plan covers 2 sites and never asks for a card.
myname.html2site.com LivePublishing hands you an address like this right away. Already own a domain? Connect it starting on the Starter plan, and HTTPS is set up automatically.
- 4
Make future edits just by describing them
You don't need to reopen Copilot to change anything later. In the editor, describe what you want changed — the AI finds the right code, shows you the diff first, and one click reverts it if you don't like the result.
Edit assistantMake the booking button stand out more Updated the button's copy and color. Say the word and I'll revert it.
Frequently asked questions
Is it actually free?
Yes — up to 2 sites stay free, and we never ask for a card. Free sites carry a small “Made with HTMLtoSITE” badge, which goes away once you're on Starter or above.
Does the code Copilot writes work as-is?
Yes. Whatever HTML you paste is published exactly as it is. In the preview before publishing, scripts written directly into the page stay paused; once the site is live, everything runs normally.
Can my site have more than one page?
The free plan hosts a single HTML file per site. Once you're on Starter, you can upload multiple files — sub-pages, an images folder, and so on.
Can I connect my own domain?
Yes. From Starter onward, connect a domain you already own and the HTTPS certificate is issued automatically. On the free plan, you'll use your html2site.com address.
Can I make edits without knowing how to code?
Yes. Just describe the change in the editor — “make the price bigger,” for instance — and the AI edits the code for you. You can also click an element to point at it directly, and every publish leaves a snapshot you can roll back to anytime.
Read next
- You asked ChatGPT for a website. Here's how to put it online. Step-by-step guide to publishing ChatGPT-generated HTML on a real address in 60 seconds, no server needed (English)
- You asked Claude for a website. Here's how to put it online. Step-by-step guide to publishing Claude-generated HTML on a real address in 60 seconds, no server needed (English)
- Inject code into head and body How to paste scripts into head/body via the editor's code injection tab — Advanced plan and up, original file untouched (English)
- You already have an HTML file. Here's how to put it online. Step-by-step guide to publishing an existing HTML file on a real address in 60 seconds, no server needed (English)
Trying it is faster than reading about it — paste your HTML now.