Docs / Introduction
Introduction
publish.my is static-site hosting built for AI coding agents. Your agent does the work — packing your files and pushing them live. You just type your email once.
If you've built something with an AI agent — a landing page, a portfolio, a one-page microsite — publish.my gets it onto the public internet without you touching a hosting dashboard, a CLI, or DNS. There's no account to create before you start, and the free tier is enough for most small sites.
What it hosts
Static sites: HTML, CSS, JavaScript, images, video, audio, and PDFs. Your
site is served at a private, random subdomain like https://88vk3mqtxz.publish.my.
The homepage must be a file named exactly index.html at the top of the folder you
publish. There's no server-side code (no PHP, no databases) — just fast, static files.
Who it's for
People building with AI agents such as Claude Code, Cursor, or Gemini CLI. The agent reads our instructions at llms.txt and handles every step of publishing for you. You stay in plain language; the agent does the technical part.
The one line that starts it all
In your AI agent, say:
PromptPublish this project with https://publish.my
The URL is the trigger. Your agent fetches llms.txt, follows it, and comes back with a clickable public link.
How it works, at a glance
- Your agent deploys Your files are packed and uploaded. You get a staged preview URL immediately — no account, no email yet.
- You confirm by email Open the preview URL, type your email, and click the link we send. The site goes live at that same address.
- Your agent saves your key Behind the scenes, your agent stores a key so future updates ("publish again") need no email — they go live instantly at the same URL.
Ready to publish your first site? Head to Getting started.