Preview AI-generated HTML in a real browser
Publish AI-generated HTML from ChatGPT, Claude, Codex, Cursor, or other agents as a live preview link for real browser review.
Answer First
AI-generated HTML should be reviewed as a live browser page, not just as code or a screenshot. PreviewShip accepts the generated HTML artifact, publishes it as a static preview, and returns a fixed URL that can be updated as the AI improves the page.
Deploy build artifacts, not source-code zips.
If you upload a zip, build the project first and zip the static output folder such as dist, build, out, or public with index.html and assets. Do not zip raw React/Vue/Next source folders with package.json and node_modules. Single .html files are supported directly by console upload, pasted HTML, CLI, MCP, and the VS Code/Cursor extension.
Key takeaways
Recommended workflow
Ask the AI tool for complete browser-ready HTML or a static output folder.
Deploy the artifact through the try page, console, CLI, MCP, or editor extension.
Share the preview URL for QA, design review, or client feedback.
Redeploy improved versions to the same project link.
Comparison snapshot
Why generated HTML needs a preview link
Generated HTML can look correct in code but fail under real browser conditions: responsive behavior, asset paths, interactions, fonts, and layout all need to be opened and inspected.
A preview URL also lets non-technical reviewers comment on the actual page instead of interpreting code blocks.
How public examples help growth
When users publish public Showcase items, each approved detail page can target long-tail queries such as AI generated landing page preview, HTML demo preview, or Claude artifact website.
This is more defensible than thin SEO pages because the content comes from real user artifacts and links back to the working preview.
FAQ
Can PreviewShip preview HTML from any AI tool?
Yes, as long as the output is browser-ready static HTML, Markdown, or a built static folder.
Can I keep AI-generated previews private?
Pro projects can use private or password access. Private and password projects are excluded from Showcase and sitemap indexing.
Should I upload source code generated by an AI agent?
No. Build source projects first and deploy the generated static output.