Ask Claude or ChatGPT to “make me a web page” and you will get one in about thirty seconds — a working page with real layout, colours and buttons. What you will not get is a website. The page lives inside the chat window, and the moment you want to send it to a friend, a customer or a teacher, you hit the same wall everyone hits: there is no link to share.

The good news is that getting an AI-generated page onto the open web is now a five-minute job, and you do not need to know anything about servers, code or domain settings to do it. This guide walks through the whole process: getting the page out of the chatbot, choosing somewhere to host it, and publishing it at a real address anyone can open.

What the AI actually gives you

When a chatbot builds a page, it produces an HTML file — the same kind of file every website on the internet is made of. The two most popular tools hand it over in slightly different ways:

  • Claude builds pages as “artifacts” — the interactive preview that appears beside the chat. An artifact can be downloaded as a single HTML file from the menu in its top corner.
  • ChatGPT shows the page as code or as a preview in its canvas view. You copy the code, paste it into a text editor such as Notepad or TextEdit, and save it with a .html ending.

Either way, you end up with the same thing: one small file on your computer that is, in every sense that matters, a complete website waiting for a home.

Step 1: Save the page as an HTML file

In Claude, open the artifact, choose Download, and save the file as index.html — web hosts treat a file with that exact name as a site’s front page, so naming it now means your address opens straight onto your page. In ChatGPT, copy the full code block into a new text file and save it as index.html the same way. If your page came out as several files (an HTML file plus images or a style file), keep them together in one folder, with the main page named index.html at the top level of that folder.

That is the only technical moment in the whole process, and it is over.

Step 2: Choose where to host it

An HTML file needs a host — a service that keeps the file online and gives it an address. There are three routes, and the difference between them is mostly how much they ask of you:

  • Developer platforms (GitHub Pages, Netlify, Vercel). Free and powerful, but built for programmers: you will meet repositories, build settings and deploy logs. Fine if you already use them; overkill for one page.
  • Website builders (Wix, Squarespace). Made for building sites in their own editor — most will not simply accept an HTML file you bring from elsewhere.
  • Drag-and-drop hosts. Services built for exactly this situation: you drop a file onto the page and it comes back as a live website. This is the route this guide uses, because it is the only one with no learning curve at all.

Step 3: Drag, drop, done

Nippy is a drag-and-drop hosting service that turns a file into a live website in one step. Drag your index.html — or the whole folder, if your page came as several files — onto the upload box, pick a name, and the site is live at an address like yourname.nippy.site — a real URL you can text, email, post or put on a CV. There is a free plan for your first site, and nothing to configure: no control panel, no settings to get wrong.

If you started from a chatbot, two short guides cover the exact journey: one for publishing a Claude artifact and one for publishing a page from ChatGPT. Both take about five minutes end to end, and neither assumes you have ever hosted anything before.

The same approach works for pages you did not make with AI, too — any HTML file can go online this way. There is a fuller walkthrough in Nippy’s guide to hosting an HTML site.

Step 4: Make it yours (optional)

Once the page is live, the extras are there when you want them. Paid plans add a custom domain (so the address is yourname.com instead of a subdomain), remove the small hosting banner, and switch on visitor analytics and password protection — and every paid plan starts with a 7-day free trial, so you can try them on your live site before you decide. For a page you made in a chat, though, the free link is often all you ever need.

Common questions

Do I need to know how to code? No. The AI wrote the code; the host runs it. Your job is only to move the file from one to the other.

Will the page look the same online as it did in the chat? Yes, as long as everything the page needs is in the file (or folder) you upload. Pages generated by Claude and ChatGPT are usually self-contained, so what you saw in the preview is what visitors will see.

Can I update the page later? Yes. Ask the AI to revise the page, download the new file, and upload it again in place of the old one — same address, new content.

Is this a real website? Completely. It has its own URL, it is served over HTTPS, and search engines and AI assistants can read it like any other site. The only difference from a “professional” site is how little work it took.

Chatbots have quietly removed the hardest part of making a website — the making. Hosting was the last step that still looked technical, and it no longer is: save the file, drag it in, share the link.