The Complete Package.

Deploy, manage, and scale your platform with zero friction.

Tap to continue

From idea to

Site Package. success. reality. breakthrough. market. published. revenue. growth. delivered. worldwide. production. profit. business. scale. takeoff. polished. mainstream. shipped. trending. public. signups. influence. product. ecosystem. done. customers. launch. worldwide. leads. ready. deployed. online. monetized. masterpiece. live.

Website Resources Platform

Deploy

Follow these steps to compile and deploy your site:

  1. Upload your site files.
  2. Compile into a Site Package.
  3. Deploy instantly.

Compile Package

Drag & Drop Files Here

Configuration

JSON Format
Tip: Provide specific configuration options if you wish to update them.

Compiled Package

Deploy Package

Address Deploy Key

Register

Claim your permanent address on the web. One-time setup, infinite deploys.

  1. Register your address.
  2. Complete your purchase.
  3. Launch your site.

Register Address

Choose your unique .viewpage.org address.

Address Available

You're almost there! We'll redirect you to Stripe to finalize your registration.

$99 /year
Your subscription includes:
  • Permanent Address

    address.viewpage.org
  • Unlimited Deploys

    Update as often as you like.
  • Instantly Online

    Go from code to a public website instantly.
  • Global Network

    Fast loading from anywhere.
  • Custom Domains

    Connect your own .com or .io.
  • Zero Downtime

    Reliability ensuring your site is always reachable.
  • SSL Security

    Automated HTTPS for all sites.
  • Optimized Architecture

    Built for speed and scale.

Generate

Build a website instantly using AI.

  1. Configure your AI provider
  2. Describe your website
  3. Generate your Site Package

Prompt

Describe the website you want to build.

Download

Retrieve your Site Package from the cloud.

  1. Enter your Site Address.
  2. Verify with your Deploy Key.
  3. Download the Site Package.

Site Details

Address Deploy Key

About

Site Package is a streamlined way to deploy websites.

We simplify the process without taking away control. You handle your files and configuration, we handle the infrastructure.

What's Included

  • Fast, secure hosting
  • Free subdomain
  • Custom domain support
  • Full deployment control
  • Ongoing maintenance
  • Dedicated support

Philosophy

No unnecessary steps. No locked systems. Just a clean path from files to live site.

Configure what you need. Deploy when you're ready.

Guide

Welcome to Site Package! Let's get your website live in 3 easy steps.

  1. Upload your files.
  2. Compile the package.
  3. Deploy to the web.

1. Preparation

Gather your website files into one place.

Tip: Make sure you have an .html file! This is the front door of your site.

2. Compiling

Click the Upload box in the Deployer to select your files. We bundle them into a single .sp file.

index.html
style.css

3. Configuration

Before Deploying, you can configure your package.

Option Description
root Changes entry point.
key Updates Deploy Key for future deployments.
domain Allows a custom domain.
Tip: All settings are optional. If no root is set, we use index.html.

4. Custom Domain

To use your own domain, point your DNS to our infrastructure and configure a proxy.

  • DNS: Point your custom domain's CNAME to viewpage.org.
  • PORT: Ensure your proxy (like Cloudflare or Nginx) routes traffic to port 8081

5. Deploy

Enter your Address and your Deploy Key. Hit deploy and your site is live instantly!

Pricing

One simple plan. No hidden fees. No scaling costs.

$99/year
Your subscription includes:
  • Permanent Address

    A unique, website URL for your website.
  • Unlimited Deploys

    Update as often as you like.
  • Instantly Online

    Go from code to a public website instantly.
  • Global Network

    Fast loading from anywhere.
  • Custom Domains

    Connect your own .com or .io.
  • Zero Downtime

    Reliability ensuring your site is always reachable.
  • SSL Security

    Automated HTTPS for all sites.
  • Optimized Architecture

    Built for speed and scale.

Billing

Manage your site subscription and billing details:

  1. Enter your Address.
  2. Provide your Deploy Key.
  3. Access the secure Portal.

Portal Access

Address Deploy Key

Developer Program

Join the ecosystem and earn 50% of annual hosting revenue for every site you build:

  1. Complete Stripe Onboarding.
  2. Receive your unique Developer ID.
  3. Deploy sites with your ID to Start Earning.

Onboarding

Set up your Express payout account. You will be redirected to Stripe to verify your details.

Purge Site

This will permanently deactivate your platform instance:

  1. Your Subscription will be canceled.
  2. Your Address will be deactivated.
  3. Your Storage will be queued for deletion.

Confirmation

Address Deploy Key
Warning: This action cannot be undone.

Deploy API

Streamline your workflow by pushing deployments automatically.

POST /deploy/:address

Specification

                  Header: Content-Type: application/json

Body:
{
  "key": "STRING", // Required: Current Deploy Key
  "compiled": {
    "manifest": {
      "root": "STRING", // Optional: Choose Root File
      "key": "STRING" // Optional: Update Deploy Key
      "domain": "STRING" // Optional: Connect Custom Domain
    },
    "files": [ // Required: Compiled Files
      {
        "path": "STRING", // Required: Relative file path (e.g., "css/style.css")
        "content": "STRING" // Required: Base64 encoded file content
      }
    ]
  }
}

Limit: 50MB total package size.

Success

Please check your email for further instructions.

Agreement

By using Site Package, you acknowledge and agree to the following:

Terms of Service

Please review our Terms of Service to understand the guidelines for using our tools and resources.

Privacy Policy

Please review our Privacy Policy to understand how we handle and protect your information.