Host what Grok built you, at your own address
Grok writes the page, you publish it. A working link instead of a block of code in a chat window.
Drop your Grok artifact here
Any other file works too — up to 25.0 MB, or 100.0 MB for a whole site
Free to use, live at your-name.99helpers.site in about ten seconds.
Why the artifact has nowhere to go
Grok will write you a working single-page tool without much prompting — a converter, a visualiser, a small game. The output lands in a chat window as code, which is exactly the wrong shape for showing someone. Copy it into a file, publish it, and it becomes the thing it was always meant to be.
What Grok gives you
- Self-contained HTML pages and browser tools
- Code blocks you can save straight to a file
- Generated images and diagrams
Code in a chat isn't a page
Sending someone a code block asks them to save it, name it and open it. Most people won't, and you'll never know they didn't.
Sharing means sharing the conversation
A chat link carries everything around the thing you made, including whatever you tried first.
It sits behind a login
Anything shared inside the platform expects the recipient to have an account there.
Putting Grok output online
- 1
Save the code to a file
Copy the code block into a text editor and save it with a .html ending. That file is complete — nothing to install.
- 2
Drop it in and name it
Drag it into the box above and choose a short address.
- 3
Send the link
It opens in any browser for anyone, with no account and no app.
Worth knowing
- Ask Grok to put everything in one file — CSS and JavaScript inline — and there's nothing to wire up afterwards.
- Add a <title> tag; it's what shows in the tab and when the link is pasted somewhere.
- If the page calls an external API, check that API allows browser requests from other domains.
- Publishing again to the same address updates the page and keeps the link alive.
- Password-protect it if it's only meant for a few people.
Questions
- Do viewers need an X or Grok account?
- No. Once published it's an ordinary web page that opens for anyone.
- Will interactive pages work?
- Yes. Anything that runs in a browser runs here, because the file is served exactly as you uploaded it.
- Can I host multiple files?
- Yes — keep them in one folder with an index.html and drop the folder, or a .zip of it.
- Is there a cost?
- No. Hosting is free; you create an account at the point of publishing.
- Can I update it later?
- Yes, publish again to the same address. Old versions are kept and can be restored.
Try it with what Grok just made you
Drop it in at the top of this page and see the link for yourself. You only make an account once it's ready to go live.
Hosting artifacts from other tools
Hosting guides by file type
Everything gets its own address on 99helpers.site — see AI artifact hosting for every tool or free file hosting for any file type.