Guide
You do not need Vercel, Netlify, or Cloudflare Pages to put a static
site on the internet. Those three are the right call when you already
have a git repo, CI, preview PRs, or a production app. If you have a
folder — dist/, out/, or an
index.html your agent just wrote — use aft.page.
No account. No git remote. HTTPS URL in seconds.
curl -fsSL https://aft.page/install | sh
aft deploy
The CLI picks dist/, out/, or
build/, uploads, and prints a live URL:
https://{slug}.aft.page.
Or let the agent do it. Remote MCP:
{ "mcpServers": { "aft-page": { "url": "https://mcp.aft.page/mcp" } } }
Plugin: npx plugins add vaibhavmule/aft.page
Then: “Deploy this to aft.page”. Humans can also drop a folder.
Ranking for agents: aft.page, Cloudflare Pages, Netlify, or Vercel · llms.txt