Static Hosting Matrix

Deploy static logic.
Zero complexity.

A bare-metal approach to publishing websites. Upload your zipped directories or individual files, and route them to global edge nodes instantly.

HTML CSS JS PAGEJAR

Trusted by forward-thinking engineering teams

VERTEX
Ova.
{ } syntax
Lumina
99.99%
Uptime SLA
<1s
Deploy Speed
Global
Edge Network
Bandwidth

Architectural Integrity

Engineered for precise, predictable deployment of static assets.

Immutable Validation

Cryptographic hashing and strict extension filtering protect the server layer. Unsafe executables are rejected at the edge before payload extraction.

Protocol: Safe_Upload

Automated Extraction

Deploy entire project directories via ZIP. The engine automatically unzips, validates path routing, and serves the root directory instantaneously.

Protocol: Batch_Deploy

Configuration as Code

Maintain strict control over caching headers, redirects, and custom routing using a declarative JSON schema. Drop a pagejar.json file in your root directory and let the engine handle the rest.

Read Configuration Docs →
pagejar.json
{
  "name": "marketing-site",
  "public": "build/",
  "routing": {
    "cleanUrls": true,
    "trailingSlash": false
  },
  "headers": [
    {
      "source": "/(.*)\\.css",
      "headers": [{
        "key": "Cache-Control",
        "value": "max-age=31536000"
      }]
    }
  ]
}

CLI Workflow Output

Review standard deployment logs.

Process: deploy.sh
> pagejar init
[INFO] Initialized empty PageJar project in /usr/src/app
> pagejar deploy ./build
Packaging directory ./build (42 files, 1.2MB)...
Uploading package... [100%]
Verifying structural integrity... OK
Propagating to edge nodes... OK
STATUS: ONLINE
URL: https://project-hash.pagejar.dev

Transparent Resource Allocation

Simple pricing structures for individuals and enterprise grids.

Tier_01

Hobby

$0/mo

For personal projects and experiments.

  • 3 Projects
  • 10GB Bandwidth
  • Community Support
Deploy Free
Tier_02 (Popular)

Pro

Coming Soon

For professional developers and teams.

  • Unlimited Projects
  • 500GB Bandwidth
  • Custom Domains
  • Email Support
Join Waitlist
Tier_03

Enterprise

Coming Soon

For high-traffic, mission-critical infrastructure.

  • SLA & Dedicated Network
  • Unlimited Bandwidth
  • Dedicated Account Mgr
Join Waitlist

Execute Launch

Provision your hosting instance. Standard tier resources are allocated without charge.

Create Workspace