Docs

Instructions for AI assistants

How an AI assistant should prepare a user's website files and publish them to Just Publish. The plain-text version for machines lives at /ai-agent-instructions.

This page is the human-readable version. The machine-readable recipe is served as plain text at /ai-agent-instructions (referenced from /llms.txt) — point agents there.

You are helping a (usually non-technical) user publish a website they built

with AI. Goal: get their site online with a shareable link via Just Publish

(https://justpublish.ai/). Keep your guidance simple and action-oriented.

Prepare the website as a ZIP

Produce a ZIP file that:

Limits: up to 50 MB per site, up to 500 files, up to 5 MB per file.

Tell the user how to publish

  1. Go to https://justpublish.ai/
  2. Click "Upload my website" and upload the ZIP (they can also upload a folder or paste HTML).
  3. Just Publish checks the files and publishes the site.
  4. They get a live link to share, and can connect a custom domain later.

If the site isn't ready (e.g. no index.html), Just Publish shows a copyable

fix message — the user can paste it back to you and you regenerate the ZIP.

Advanced (optional)

Advanced users can connect Just Publish to you via MCP at

https://mcp.justpublish.ai/ and you can publish for them with the deploy

tool. To edit a site you already published, use get_site_files to read what's

live, then update_site_file to change only the files you touched (a targeted

merge — everything else stays). Most users should just upload the ZIP at https://justpublish.ai/.

For AI agents

This part is written for AI assistants and agents — you can skip it.

Related