Playground
Build, test, and share ScaleBox recipes.
Real scenarios from the ScaleBox Cookbook: template creation, direct upload deployment, S3 presigned transfer, and object-storage mount deployment.
ScaleBox Showcase
- • Build a reusable Node.js 24 template first, then standardize downstream deployments.
- • Compare direct upload, S3 presigned transfer, and mount-based deployment paths.
- • Use cookbook scripts as runnable references instead of abstract architecture samples.
Featured Examples
Real scenarios mapped from cookbook examples.
github.com
Create Node.js 24 + nvm Template
TemplateBuild a reusable Node.js 24 base template with nvm and verified runtime.
github.com
Deploy Vite React by Direct Upload
DeployUpload to `/tmp/app`, install dependencies, run Vite on port 3000, and verify service.
github.com
Deploy via S3 Presigned URL
OSSPackage, upload to S3-compatible storage, and deploy through a presigned URL flow.
github.com
Deploy via Object Storage Mount
MountMount object storage to `/mnt/oss`, copy project locally, then install and run.
github.com
Host Header Fix for Sandbox Domains
NetworkSet `.scalebox.dev` in `allowedHosts` to avoid Invalid Host Header.
github.com
Choose OSS Transfer vs Mount
StrategyPick transfer mode by workload size, runtime data access, and deployment frequency.
Cookbook Picks
Direct links to concrete cookbook examples and deployment workflows.
github.com
Create Node.js Template
Bootstrap Node.js 24 + nvm in sandbox and publish a reusable template for downstream workloads.
github.com
Deploy Vite React
Deploy frontend code with direct upload and nohup process management in a sandbox environment.
github.com
Deploy with S3/OSS
Use S3-compatible storage and presigned links for secure and resilient package transfer.
github.com
Mount OSS and Deploy
Mount object storage into sandbox, copy files locally, then install and run application services.