Skip to content

Commit

Permalink
update drafts language
Browse files Browse the repository at this point in the history
  • Loading branch information
necoline committed Jul 25, 2024
1 parent c130354 commit 8ecee59
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
21 changes: 12 additions & 9 deletions packages/projects-docs/pages/learn/plans/subscriptions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,38 +5,41 @@ description: Learn about the different pricing plan options for using CodeSandbo

import { Callout } from 'nextra-theme-docs'

# Subscriptions
# Subscriptions

## Free

## Free
Our Free tier is designed to make it very easy to start using CodeSandbox.
Every Free workspace gets 400 free monthly [credits](/learn/credit-usage/credits), providing a great option for hobbyists to run a small side project. For example, it's enough to develop a small React web app for 40 hours per month on a Nano VM.
Our Free tier is designed to make it very easy to start using CodeSandbox.
Every Free workspace gets 400 free monthly [credits](/learn/credit-usage/credits), providing a great option for hobbyists to run a small side project. For example, it's enough to develop a small React web app for 40 hours per month on a Nano VM.
The Free tier is also a good option for anyone wanting to evaluate how much VM usage they need before upgrading to a plan with more credits.

<Callout emoji="ℹ️">
Sandboxes do not run on VMs, so any time spent on a Sandbox will not count toward your credit spend.
</Callout>

Note that if the free credits run out before the end of the billing cycle, all Devboxes and Repositories will enter into a [frozen state](/learn/plans/pricing-faq#my-devbox-or-repository-is-frozen-what-does-that-mean).
Note that if the free credits run out before the end of the billing cycle, all Devboxes and Repositories will enter into a [frozen state](/learn/plans/pricing-faq#my-devbox-or-repository-is-frozen-what-does-that-mean).

In addition to the monthly free credits, the Free tier also provides access to 20 Sandboxes for the entire workspace and an additional 10 personal Sandbox drafts per workspace member.
In addition to the monthly free credits, the Free tier also provides access to 20 Sandboxes for the entire workspace.
Unlike Devboxes and repositories, Sandboxes do not run on credits. Instead, there are multiple options for accessing Sandboxes at a flat rate. This is described more in the following section.

## Pro
## Pro

Pro provides access to a higher baseline of usage as well as the option to customize your subscription with [add-ons](#add-ons) and [on-demand credits](/learn/credit-usage/credits#on-demand-credits).

The Pro tier is ideal for professional development in the cloud, specifically for software development teams that want to achieve increased productivity and collaboration using the CodeSandbox cloud development environment.

Typically, the Pro tier is recommended when:

- You need more than 5 members in your workspace.
- You expect your total monthly workspace usage to exceed 40 hours of VM runtime.
- You need additional VM storage (per each individual Devbox and Repository branch).
- You want access to higher VM specs.
- You want access to unlimited Sandboxes and drafts.
- You want access to unlimited Sandboxes.

The complete details of the Free and Pro plans can be found in our [Pricing](https://codesandbox.io/pricing) page.

### Add-ons

The Pro plan can be extended with add-ons, which allow you to customize your workspace to meet your unique needs. There is a range of add-ons for VM credits with savings included for bulk purchases.

Specific add-on details can be found in our [Pricing](https://codesandbox.io/pricing) page.
Specific add-on details can be found in our [Pricing](https://codesandbox.io/pricing) page.
12 changes: 5 additions & 7 deletions packages/projects-docs/pages/learn/sandboxes/drafts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ description: How CodeSandbox personal Sandbox drafts work.
---

# Drafts
Workspace members have access to a personal Sandbox drafts section in every workspace to which they belong. Drafts are intended to provide a private space to test ideas before sharing them with the workspace.

All drafts are private and only editable by their creator. Once a draft is moved out of the drafts folder, it becomes editable by anyone in the workspace.
Workspace members have access to a personal Sandbox drafts section in every workspace to which they belong. Drafts are intended to provide a space to test ideas before sharing them with the workspace.

## Subscriptions and limits
Members of Free workspaces can create up to 10 Sandbox drafts, while in Pro workspaces, every workspace member has access to an unlimited number.
Drafts are the default location for all newly created Sandboxes. A location for a new Sandbox can be selected on creation or any time after the Sandbox has been created.

**Note**:
If you had more than 10 drafts in the drafts folder when the draft restrictions were put in place, all old drafts would be marked as `restricted`, meaning that they are `read-only` until their owner updates their privacy.
This ensures that any Sandboxes that have been shared via embeds do not break until the owner has time to move the Sandbox to a workspace folder where sharing is encouraged.
Drafts inherit the default privacy specified in the workspace settings. By default, Sandboxes are created as public. However, if the workspace settings restrict the creation of public Sandboxes, drafts will be created as private.

The drafts folder displays Sandboxes and Devboxes created by you, they can be shared with others according to their privacy setting. If you want the Sandbox to be easily discoverable by other workspace members, it is recommended to move the Sandbox out of drafts.

0 comments on commit 8ecee59

Please sign in to comment.