01
Claim a name
Pick a short address. It becomes the hostname of that site and nothing else.
Free static hosting
Upload HTML, CSS, and JavaScript. Pagepod serves them at yourname.pagepod.me. The page cannot read another site’s files, and PHP is not executed at all.
yourname.pagepod.me
Each site gets its own origin
yourname.pagepod.me
index.html · styles.css · app.js
01
Pick a short address. It becomes the hostname of that site and nothing else.
02
HTML, CSS, JavaScript, images, and fonts. Executable uploads, including PHP, are refused.
03
Visitors land on that host only. Your login cookie is not shared with the published page.
Free page hosting fails when one upload can browse the server. Pagepod treats every published site as a separate origin and never runs the files as PHP.
yourname.pagepod.me is a different origin from the dashboard and from every other page.
Paths cannot climb out of the site folder. Double extensions such as page.php.html are rejected.
There is no file manager inside a published site, and nothing you upload is passed to a PHP interpreter.
Running untrusted PHP on a shared disk is how one site reads the next. Pagepod will not turn that on until each site has its own container, its own disk, and no route to the others. Until then, the publisher accepts static files only.
Yes. You can publish a static site on a subdomain without paying. Quotas keep one page from filling the disk: 2 MB per file, 25 MB and 80 files per site.
No. PHP files are rejected and never executed. That is the control that blocks the usual shared-hosting break-ins.
Your subdomain can be indexed on its own if you want that. It is not mixed into the marketing site’s URLs, so a weak page does not sit on the main domain.
No. You upload the files in the browser. Pagepod stores them and answers requests for that subdomain.
Start with the sample page, then replace it with your own HTML.
Publish a page