Blog
Guides on sharing HTML and AI-generated pages, plus notes on how ShareMyPage is built.
Featured
July 3, 2026 · 15 min read
How I Built the ShareMyPage MCP (and How I Measured Its UX)
I built an MCP server that lets Claude create, edit, and comment on real hosted pages. There is no screen, so every UX decision lives in a tool schema, an error message, or a single line of returned text, and measuring whether any of it actually works needed the same kind of design. Here is both halves of that story.
More articles
July 8, 2026 · 6 min read
Is It Safe to Host HTML That Runs Its Own JavaScript?
We host whatever HTML people upload, JavaScript and all, and most of it is generated by an AI and never read line by line first. So the honest answer to 'what stops that code from injecting something or hijacking a session' is not that we scrub it clean. It is that we assume every page is hostile and make that assumption not matter. Here is exactly how.
July 6, 2026 · 3 min read
ShareMyPage vs. Deploying to Vercel or Netlify for a Single Page
When you just want to share one HTML page, is a Vercel or Netlify deploy the right tool, or overkill? Here is an honest comparison of when to use each.
July 6, 2026 · 3 min read
ShareMyPage vs. Pastebin and GitHub Gist for Sharing HTML
Pastebin and GitHub Gist are great for sharing code, but they show your HTML as text, not a live page. Here is when to use each, and when you want a rendered link instead.
July 6, 2026 · 3 min read
ShareMyPage vs. a Notion Public Page or Google Sites
Notion and Google Sites are great for wikis and multi-page sites, but they will not render your AI-generated HTML as-is. Here is when to use each, honestly.
July 6, 2026 · 3 min read
ShareMyPage vs. CodePen and JSFiddle for Sharing a Page
CodePen and JSFiddle are great for sharing code in an editor. When you want to share the finished page full-screen instead, here is the honest comparison.
July 6, 2026 · 3 min read
Sharing an AI Page: Link vs. File vs. Screenshot, Compared
You can send an AI-generated page as an HTML file, a screenshot, a PDF, or a link. Here is an honest comparison of each, and when a hosted link is worth it.
July 6, 2026 · 2 min read
How to Send a Client Proposal as a Web Page (Not a PDF)
A proposal sent as a PDF lands in a downloads folder and never gets opened again. Here is how to send it as a web page with AI, and share it as a link clients actually read.
July 6, 2026 · 2 min read
How to Build an Online CV and Portfolio as a Single Page
A PDF CV looks like everyone else's and cannot show a single project in action. Here is how to build a CV and portfolio as one web page with AI, and share it as a link.
July 6, 2026 · 3 min read
How to Share a Claude Artifact as a Public Link
Claude built you an artifact and you want to send it to someone outside the chat. Here is how to turn it into a public link, and when Claude's own Publish button is not enough.
July 5, 2026 · 2 min read
How to Publish a ChatGPT-Generated HTML Page
ChatGPT wrote you a full HTML page, in a code block or in Canvas. Here is how to turn it into a real link you can share, in under a minute, without setting up hosting.
July 4, 2026 · 2 min read
How to Share a Gemini-Generated Web Page
Gemini generated a web page for you, maybe in Canvas. Here is the quickest way to publish it as a link you can send to anyone, with no hosting setup.
July 2, 2026 · 2 min read
Turn an AI Prototype into a Shareable Feedback Link
You built a prototype with AI and you want real feedback on it. Here is how to share it as a link people can open and comment on, no setup required.
July 1, 2026 · 2 min read
How to Password-Protect a Shared HTML Page
Sometimes a shared page should not be open to the world. Here is how to put a password on an HTML page so only the right people can open it.
June 30, 2026 · 2 min read
How to Share an HTML File as a Link (Without Hosting It Yourself)
You have an HTML file from an AI tool or a code editor and you want to send it as a link. Here is the fastest way to turn it into a real, shareable URL.
June 29, 2026 · 2 min read
10 Things People Build and Share as HTML
A single HTML page can be far more than a website. Here are ten things people generate with AI and share as a link, with no hosting or build step.
June 28, 2026 · 2 min read
Sharing AI Pages with Your Team: Link vs Embed
When you share an AI-generated page at work, should you send a link or embed it in a doc? Here is when to use each, and how to keep team pages organized.