WebSandbox
FeaturesUse CasesEcosystemTestimonialsPricingFAQDocsBlogs
Platform Guide · Workspaces & Projects
Getting Started
  • Introduction
  • Quick Start
  • Installation & Setup
Features
  • Code Editor
  • Live Preview
  • Terminal
  • Git Integration
Platform Guide
  • Dashboard
  • Workspaces & Projects
  • Settings & Preferences
  • Plans & Pricing
Advanced
  • How WebSandbox Works
  • WebContainers Explained
  • Cloud Servers Explained
  • Workspace Architecture
  • Performance & Caching
  • Security Model
DocsPlatform GuideWorkspaces & Projects

Workspaces & Projects

Last updated: June 1, 2026

Managing workspaces in WebSandbox — creating, duplicating, exporting, and organising your development environments.

Creating a Workspace

To create a new workspace:

  1. From the dashboard, click New Workspace or press N
  2. Choose a template or paste a git URL (see Workspace Templates)
  3. Give the workspace a name and optional description
  4. Click Create

The workspace is created and opened immediately. The template files are loaded and, if applicable, npm install runs automatically in the background.

Workspace Templates

WebSandbox provides the following built-in templates:

TemplateStackAuto-start command
BlankEmpty—
React + ViteReact 18, Vite 5, TypeScriptnpm run dev
Next.jsNext.js 14, TypeScript, Tailwindnpm run dev
Node.js APIExpress 4, TypeScriptnpm run dev
Vanilla JSPlain HTML/CSS/JSStatic file server
From Git URLAnyDetected from package.json

Managing Workspaces

From the dashboard, hover any workspace card to reveal the actions menu (three-dot icon):

  • Rename — update the workspace name and description
  • Duplicate — creates an exact copy of the workspace including all files and git history
  • Export as ZIP — downloads your workspace files (excluding node_modules) as a ZIP archive
  • Delete — permanently deletes the workspace and all associated IndexedDB data. This action is irreversible.

Exporting a Workspace

You can export your workspace files at any time without leaving the editor. From within an open workspace:

  1. Open the command palette (Cmd+Shift+P)
  2. Type Export workspace and press Enter
  3. WebSandbox bundles all workspace files (excluding node_modules and .git) into a ZIP and triggers a download

Alternatively, push your workspace to a git remote and clone it locally for a full development setup.

Workspace Limits

PlanMax WorkspacesStorage per Workspace
Free3256 MB
ProUnlimited2 GB
EnterpriseUnlimitedCustom

Storage is measured as the total size of all files persisted in the IndexedDB snapshot (excluding node_modules). See Pricing for a full plan comparison.

Have questions or need help? Join our Discord community.

On this page

WebSandbox

A real development environment. Entirely in your browser. Boot instant workspaces with WebContainers, or scale up with dedicated VS Code Servers.

GitHub
Twitter
LinkedIn

Product

  • Features
  • Use Cases
  • Ecosystem
  • Testimonials
  • Pricing
  • FAQ

Platform

  • Blogs
  • Changelog
  • Roadmap
  • Documentation
  • Community
  • System Status

Company

  • About us
  • Security
  • Subprocessors
  • Brand Kit
  • Acknowledgement
  • Support

Legal

  • Terms of Service
  • Privacy Policy
  • Cookie Policy
  • Acceptable Use
  • Data Processing
  • Licensing

© 2026 WebSandbox. All rights reserved.

Built with ❤️ by Ranit Manik

All systems operational