Docs

File requirements

Exactly what a site needs to publish on Just Publish — an index.html at the top level, relative paths, and static files within the size limits.

What a publishable site needs

Just Publish hosts static websites — plain files a browser can open directly, with no server running your code. A site is publishable when it meets all of the requirements below.

Size limits

These are the enforced caps at publish time:

If a site exceeds a limit, the deploy is rejected with a message explaining which limit and how to fix it — see the error reference.

Accepted inputs

The same requirements apply however you publish: a ZIP, a folder, individual files, or pasted HTML. What matters is the result — an index.html at the top level, relative paths, and static files within the limits above.

For AI agents

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

Related