The publish button for AI-made code
Copy from ChatGPT. Paste here. Get a public link.
Single-file HTML
No Git • No CLI
Instant link
Dashboard or Extension
Dashboard
- 1Create capsule → name it.
- 2Paste a single-file HTML.
- 3Publish → copy link.
Browser extension
- 1Open with Ctrl+Shift+.
- 2Auth tab → paste API key → Save → Test.
- 3Paste HTML → Publish.
Prompt the AI
Keep it short. Ask for one HTML file with inline CSS.
Landing page
Output a complete, single HTML file. Minimal landing with hero.
Game
Single HTML file snake game. Inline CSS and JS. No external files or CDNs.
If your plan doesn’t allow externals, add: “no external files, no CDNs”.
Build & Publish
- 1Open dashboard or extension.
- 2Paste the HTML. Name the capsule.
- 3Publish to get your public URL.
Need to change it later? Use Overwrite to replace index.html
; your uploaded assets stay.
Images / Assets
Prime
Mega
- 1Open the capsule → Assets → upload PNG/JPG.
- 2Click Copy prompt in the Assets panel.
- 3Paste that next to your main prompt so the AI uses your images in the page.
Use clear names: hero.png
, logo.png
, gallery-1.jpg
.
FAQ
Do I need to code?
No. Ask your AI for a single-file HTML. Paste and publish.
What counts as “single-file”?
One
index.html
that includes its CSS and JS inline. No separate files unless your plan allows externals.Dashboard vs Extension?
Both publish pages. The dashboard gives more controls and shows assets. The extension is the fastest path from AI → Publish.
How do I update a page?
Open the capsule → Overwrite → paste a new single-file HTML → Save.
Will my images disappear when I overwrite?
No. Overwrite replaces
index.html
only. Uploaded assets stay until you delete them.Where do I find the public URL?
In the capsule row after publishing. Use “Copy URL”.
Can I rotate the API key and keep using the extension?
Yes. Rotate in Dashboard → Account, then paste the new key in the extension’s Auth tab.