Welcome to SandyWP

SandyWP gives you disposable WordPress sandboxes — real WordPress installs, ready in seconds. Spin one up to test a plugin, reproduce a bug, demo a theme, or experiment, then let it clean itself up. No Docker, no DNS, no installer screens.

What is a sandbox?

A sandbox is a real, isolated WordPress install running in its own container — its own database, its own files, its own URL. It is not a screenshot, a shared multisite, or a preview. You get full wp-admin access and can install plugins and themes, upload media, and break things freely without touching anything else.

Each sandbox gets a unique URL like {slug}.eu1.sandywp.dev and is disposable by design: it expires automatically unless you make it permanent.

Create your first sandbox

The fastest way to try SandyWP is straight from the homepage — no account needed:

  1. Go to the SandyWP homepage and click Create a free sandbox.
  2. Optionally pick a name and stack (WordPress + PHP version), or just submit the form.
  3. Wait ~30 seconds while a worker provisions the database, files, route, TLS, and admin user.
  4. Click Open wp-admin — you land inside the dashboard already logged in.
Guest sandboxes (no account) expire after 7 hours, and you can run one at a time. Create a free account and your sandboxes last a full week, you can run several at once, and you unlock templates, cloning, Git deploys, and more.

Create an account for more

Signing up is free and takes the limits off. With an account you get a dashboard where you can create and manage multiple sandboxes, choose how long each one lives, and reach every tool SandyWP offers. Sign up with email and password or with Google.

GuestFree account
Active sandboxes1 at a time2 at a time
Lifespan7 hours (fixed)Up to 1 week (your choice)
Tools (File Manager, DB, PHP, Git, Clone, Templates)Included
Permanent sandboxesPaid plans

What you can do

Once a sandbox is ready, everything happens from your dashboard. A quick tour:

FeatureWhat it's forGuide
Open wp-adminOne-click magic login — no passwords to copyOpen wp-admin →
Lifespan & permanenceControl when a sandbox expires, or keep it foreverLifespan →
File ManagerBrowse, edit, upload, and download files in the sandboxFile Manager →
DatabaseOpen a database manager in one clickDatabase →
PHP settingsSwitch PHP version and tune php.ini valuesPHP settings →
Git deploymentDeploy a plugin, theme, or folder from a git repoGit deployment →
TemplatesSave a configured sandbox and reuse it laterTemplates →
Clone a siteCopy an existing WordPress site into a sandboxClone a site →

Automate it

Everything the dashboard does runs through one HTTP API, so you can drive SandyWP from scripts, CI, or your own tools. Authenticate with a personal API key, then use the CLI for day-to-day terminal use or the HTTP API directly.

Next steps