Share Cursor, Windsurf & Bolt
HTML Output via Link
Most AI coding tools produce self-contained HTML -- all CSS and JS inline or loaded from CDN links. That format is a perfect match for html.to. Instead of spinning up a local server or pushing to staging just to show someone the output, paste it into html.to and share a link in 30 seconds.
Supported AI coding tools
Any tool that produces a self-contained HTML file works with html.to.
Cursor → html.to in 4 steps
- Open the HTML file in Cursor. Press
Ctrl+AthenCtrl+Cto copy everything. - Open
htmlto.puzl.co.krand paste in the code area. The rendered result appears on the right. - Check the preview. Click interactive elements to verify they work.
- Click
SHARE. The link is copied to your clipboard.
Single-file vs. multi-file projects
html.to is optimized for single-file HTML -- everything inline or pulled from CDN links. Bolt.new, v0.dev, and Claude Artifacts typically produce output in this format, so they work with html.to out of the box.
For React/Next.js projects from Cursor or Windsurf (multi-file), build first and share dist/index.html, or use Vercel/Netlify for proper deployment.
FAQ
Do I need to run a local server to share Cursor HTML?
No. For single-file HTML, html.to acts as the server. No npm run dev or python -m http.server needed.
How is html.to different from Bolt.new's preview URL?
Bolt.new preview URLs are session-dependent and may require Bolt access. html.to links are permanent, independent URLs accessible without any account.
Does it work for Lovable or v0.dev output?
Yes. Both produce self-contained HTML that renders correctly in html.to. Paste the code and share.
Share AI coding output now →