<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
  <title>HTML2WEB guides</title>
  <link>https://html2web.iill.dev/en/blog</link>
  <description>Practical guides for turning HTML into a temporary URL and sharing it safely.</description>
  <language>en</language>
  <item>
  <title>Share an HTML email review link without calling it an inbox rendering test</title>
  <link>https://html2web.iill.dev/en/blog/share-html-email-review-link</link>
  <guid isPermaLink="true">https://html2web.iill.dev/en/blog/share-html-email-review-link</guid>
  <pubDate>Tue, 11 Aug 2026 15:00:00 GMT</pubDate>
  <description>Use a temporary browser link to review copy, hierarchy and destinations, then run separate Gmail, Outlook and mobile-client tests before sending the campaign.</description>
</item>
<item>
  <title>Attach a minimal HTML reproduction link to a support ticket safely</title>
  <link>https://html2web.iill.dev/en/blog/share-minimal-html-bug-reproduction</link>
  <guid isPermaLink="true">https://html2web.iill.dev/en/blog/share-minimal-html-bug-reproduction</guid>
  <pubDate>Tue, 11 Aug 2026 15:00:00 GMT</pubDate>
  <description>Reduce a bug to one HTML file, replace private data, state expected and actual behavior, add reproduction steps, and share a short-lived verified URL.</description>
</item>
<item>
  <title>Share a Plotly or Jupyter report as interactive HTML without losing the chart</title>
  <link>https://html2web.iill.dev/en/blog/share-plotly-jupyter-interactive-html</link>
  <guid isPermaLink="true">https://html2web.iill.dev/en/blog/share-plotly-jupyter-interactive-html</guid>
  <pubDate>Tue, 11 Aug 2026 15:00:00 GMT</pubDate>
  <description>Export a self-contained interactive report, remove sensitive notebook data, check the 1 MB limit and sandbox boundaries, then verify hover and zoom at the public URL.</description>
</item>
<item>
  <title>Why a form in a shared static HTML preview does not submit</title>
  <link>https://html2web.iill.dev/en/blog/static-html-form-does-not-submit</link>
  <guid isPermaLink="true">https://html2web.iill.dev/en/blog/static-html-form-does-not-submit</guid>
  <pubDate>Tue, 11 Aug 2026 15:00:00 GMT</pubDate>
  <description>A form interface needs a real receiving service. Learn how action URLs, JavaScript fetch, CORS, CSP, spam controls, and privacy affect shared HTML previews.</description>
</item>
<item>
  <title>How to update or delete shared HTML without changing the public URL</title>
  <link>https://html2web.iill.dev/en/blog/update-or-delete-html-share-link</link>
  <guid isPermaLink="true">https://html2web.iill.dev/en/blog/update-or-delete-html-share-link</guid>
  <pubDate>Tue, 11 Aug 2026 15:00:00 GMT</pubDate>
  <description>Keep the private management URL, replace content at the same public HTML link, change expiry or password, and delete the share immediately when review ends.</description>
</item>
<item>
  <title>How far does JavaScript work in shared HTML? Check CORS and sandbox limits</title>
  <link>https://html2web.iill.dev/en/blog/html-share-javascript-boundary</link>
  <guid isPermaLink="true">https://html2web.iill.dev/en/blog/html-share-javascript-boundary</guid>
  <pubDate>Mon, 10 Aug 2026 02:00:00 GMT</pubDate>
  <description>See what inline scripts, external assets, fetch, forms, and iframes can do in an HTML2WEB preview, using its current sandbox and CSP boundaries instead of assumptions.</description>
</item>
<item>
  <title>Before you share HTML: a three-minute check for API keys and personal data</title>
  <link>https://html2web.iill.dev/en/blog/check-html-secrets-before-sharing</link>
  <guid isPermaLink="true">https://html2web.iill.dev/en/blog/check-html-secrets-before-sharing</guid>
  <pubDate>Fri, 07 Aug 2026 01:00:00 GMT</pubDate>
  <description>Inspect source, hidden data, local paths, and request examples for API keys and personal information before turning an AI-generated HTML report into a link.</description>
</item>
<item>
  <title>HTML works locally but breaks after sharing: fix images, CSS, and fonts</title>
  <link>https://html2web.iill.dev/en/blog/fix-broken-html-assets-after-sharing</link>
  <guid isPermaLink="true">https://html2web.iill.dev/en/blog/fix-broken-html-assets-after-sharing</guid>
  <pubDate>Fri, 07 Aug 2026 00:00:00 GMT</pubDate>
  <description>Learn why images, CSS, fonts, and scripts disappear after an HTML file is shared, then make the result portable as one self-contained file.</description>
</item>
<item>
  <title>HTML2WEB vs GitHub Pages, Cloudflare Pages, and Vercel for one HTML file</title>
  <link>https://html2web.iill.dev/en/blog/html2web-vs-static-hosting</link>
  <guid isPermaLink="true">https://html2web.iill.dev/en/blog/html2web-vs-static-hosting</guid>
  <pubDate>Thu, 06 Aug 2026 07:00:00 GMT</pubDate>
  <description>Compare HTML2WEB with GitHub Pages, Cloudflare Pages, and Vercel for a single HTML file by setup states, URL lifetime, indexing, and ownership.</description>
</item>
<item>
  <title>Does a password make an HTML link safe? Passwords, expiry, and noindex compared</title>
  <link>https://html2web.iill.dev/en/blog/protect-html-share-link</link>
  <guid isPermaLink="true">https://html2web.iill.dev/en/blog/protect-html-share-link</guid>
  <pubDate>Thu, 06 Aug 2026 06:00:00 GMT</pubDate>
  <description>Compare what passwords, expiry, and noindex actually protect on an HTML share link, and learn why secrets still should not be published.</description>
</item>
<item>
  <title>HTML sharing, conversion, and deployment: choose the right link</title>
  <link>https://html2web.iill.dev/en/blog/html-sharing-conversion-deployment-guide</link>
  <guid isPermaLink="true">https://html2web.iill.dev/en/blog/html-sharing-conversion-deployment-guide</guid>
  <pubDate>Sat, 01 Aug 2026 06:00:00 GMT</pubDate>
  <description>Compare HTML file sharing, HTML-to-URL conversion, temporary previews, and production deployment so you can send one HTML file the right way.</description>
</item>
<item>
  <title>Skip copy and paste: publish Claude Code and Codex output with MCP</title>
  <link>https://html2web.iill.dev/en/blog/publish-html-markdown-with-mcp</link>
  <guid isPermaLink="true">https://html2web.iill.dev/en/blog/publish-html-markdown-with-mcp</guid>
  <pubDate>Tue, 28 Jul 2026 10:00:00 GMT</pubDate>
  <description>Connect the HTML2WEB Remote MCP to Claude Code or Codex and publish agent-generated HTML or Markdown to a temporary URL with one request.</description>
</item>
<item>
  <title>Why does a `file://` link open only for me? The real HTML sharing problem</title>
  <link>https://html2web.iill.dev/en/blog/why-file-url-does-not-share</link>
  <guid isPermaLink="true">https://html2web.iill.dev/en/blog/why-file-url-does-not-share</guid>
  <pubDate>Tue, 28 Jul 2026 09:50:00 GMT</pubDate>
  <description>A local file URL or localhost address works only on your computer. See why, fix broken assets, and turn one HTML file into a temporary HTTPS share link.</description>
</item>
<item>
  <title>Markdown is not always the answer: when should AI output be HTML?</title>
  <link>https://html2web.iill.dev/en/blog/markdown-vs-html-for-ai-output</link>
  <guid isPermaLink="true">https://html2web.iill.dev/en/blog/markdown-vs-html-for-ai-output</guid>
  <pubDate>Tue, 28 Jul 2026 09:40:00 GMT</pubDate>
  <description>Choose Markdown or HTML for Claude, ChatGPT, and Codex output based on whether you need editing, sharing, visualisation, or a durable source.</description>
</item>
<item>
  <title>Share Codex HTML by link in one minute, without deploying</title>
  <link>https://html2web.iill.dev/en/blog/share-codex-html-report</link>
  <guid isPermaLink="true">https://html2web.iill.dev/en/blog/share-codex-html-report</guid>
  <pubDate>Tue, 28 Jul 2026 09:30:00 GMT</pubDate>
  <description>Turn a Codex code review, implementation plan, or UI mockup into one HTML file and share it through a temporary link without a repository or deployment pipeline.</description>
</item>
<item>
  <title>Do not leave Claude Code HTML in the terminal: share it in three steps</title>
  <link>https://html2web.iill.dev/en/blog/share-claude-code-html-report</link>
  <guid isPermaLink="true">https://html2web.iill.dev/en/blog/share-claude-code-html-report</guid>
  <pubDate>Tue, 28 Jul 2026 09:20:00 GMT</pubDate>
  <description>Turn Claude Code audits and project plans into a readable single-file HTML report, review it locally, and share it through a temporary browser link.</description>
</item>
<item>
  <title>Stop attaching Markdown files: share one by link in a minute</title>
  <link>https://html2web.iill.dev/en/blog/share-markdown-as-public-url</link>
  <guid isPermaLink="true">https://html2web.iill.dev/en/blog/share-markdown-as-public-url</guid>
  <pubDate>Tue, 28 Jul 2026 09:10:00 GMT</pubDate>
  <description>Share Markdown from Claude or ChatGPT as a temporary, readable browser URL without asking the recipient to download a file or install a viewer.</description>
</item>
<item>
  <title>Still sending AI-generated HTML files? Share a live link without deploying</title>
  <link>https://html2web.iill.dev/en/blog/share-ai-generated-html-without-deploying</link>
  <guid isPermaLink="true">https://html2web.iill.dev/en/blog/share-ai-generated-html-without-deploying</guid>
  <pubDate>Tue, 28 Jul 2026 00:00:00 GMT</pubDate>
  <description>Turn a local HTML result from ChatGPT or Claude into a browser-ready review link without sending an attachment or creating a deployment pipeline.</description>
</item>
</channel>
</rss>