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.
Deploy
Follow these steps to compile and deploy your site:
- Upload your site files.
- Compile into a Site Package.
- Deploy instantly.
Compile Package
Configuration
JSON FormatCompiled Package
Deploy Package
Address Deploy KeyRegister
Claim your permanent address on the web. One-time setup, infinite deploys.
- Register your address.
- Complete your purchase.
- 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.
-
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.
- Configure your AI provider
- Describe your website
- Generate your Site Package
Configuration
Google API KeyPrompt
Describe the website you want to build.
Download
Retrieve your Site Package from the cloud.
- Enter your Site Address.
- Verify with your Deploy Key.
- Download the Site Package.
Site Details
Address Deploy KeyAbout
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.
- Upload your files.
- Compile the package.
- Deploy to the web.
1. Preparation
Gather your website files into one place.
2. Compiling
Click the Upload box in the Deployer to select your files. We bundle them into a single .sp file.
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. |
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
CNAMEtoviewpage.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.
-
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:
- Enter your Address.
- Provide your Deploy Key.
- Access the secure Portal.
Portal Access
Address Deploy KeyDeveloper Program
Join the ecosystem and earn 50% of annual hosting revenue for every site you build:
- Complete Stripe Onboarding.
- Receive your unique Developer ID.
- 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:
- Your Subscription will be canceled.
- Your Address will be deactivated.
- Your Storage will be queued for deletion.
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.