-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Add new page with education discounts and link it from the CSB…
… Friends page.
- Loading branch information
1 parent
f974a1c
commit d968b37
Showing
3 changed files
with
51 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ To qualify for the CodeSandbox Friends program, a project must fall into one of | |
|
||
_*Open-source projects that are backed by for-profit organizations are unfortunately not eligible for CodeSandbox Friends. However, we may be able to offer a discounted <a href="https://codesandbox.io/enterprise">CodeSandbox Enterprise</a> plan._ | ||
|
||
_**Educational courses or projects that require payment or that are part of a for-profit organization's offering (such as a fee-charging University) are not eligible for CodeSandbox Friends. We offer a custom plan for legally recognized education organizations. Please <a href="mailto:[email protected]">get in touch with us</a> for further information._ | ||
_**Educational courses or projects that require payment or that are part of a for-profit organization's offering (such as a fee-charging University) are not eligible for CodeSandbox Friends. We offer [education plans](/learn/plans/education-plans) specifically catered to students and educators who fit these parameters. | ||
|
||
## Application Requirements | ||
- Projects that are backed or owned by for-profit companies, even if open-source, are not eligible for CodeSandbox Friends. | ||
|
49 changes: 49 additions & 0 deletions
49
packages/projects-docs/pages/learn/plans/education-plans.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
title: CodeSandbox Education Plans | ||
description: Our education plans provide special discounts for those empowering the next generation of developers. | ||
--- | ||
|
||
import { Callout } from 'nextra-theme-docs' | ||
|
||
# CodeSandbox Education Plans | ||
|
||
One of the core values of CodeSandbox is empowerment: enabling creators to feel like they can build without limits. | ||
|
||
Our education plans allow us to support those learning to code and those empowering the next generation of developers. These plans include special discounts for access to CodeSandbox Pro, as described below. | ||
|
||
## Discounts for Students | ||
|
||
Verified student accounts are eligible for a discount of 25% off on [CodeSandbox Pro](https://codesandbox.io/pricing), which applies both to the base plan and [on-demand credits](/learn/credit-usage/credits#on-demand-credits). | ||
|
||
To apply and claim the discount code, <a href="mailto:[email protected]">contact us</a> from your valid student email address. | ||
|
||
## Discounts for Educators at Non-Profit Organizations | ||
|
||
Verified educators at non-profits are eligible for a discount of 50% off on [CodeSandbox Pro](https://codesandbox.io/pricing), which applies both to the base plan and [on-demand credits](/learn/credit-usage/credits#on-demand-credits). Eligible accounts also get 100 extra sandboxes and 500 extra VM credits included at no extra charge. | ||
|
||
Access to workspaces with more than 20 editors is also possible as part of this discount upon request. | ||
|
||
**Note:** To be eligible to be added to the workspace, users' email addresses must belong to the beneficiary organization's domain. | ||
|
||
To apply, claim the discount code, or get further pricing information, <a href="mailto:[email protected]">contact us</a> from your organization's email address. | ||
|
||
## Discounts for Educators at Universities and Tuition-Charging Organizations | ||
|
||
Verified educators at universities and educational organizations that charge tuition fees are eligible for a discount of 40% off on [CodeSandbox Pro](https://codesandbox.io/pricing), which applies both to the base plan and [on-demand credits](/learn/credit-usage/credits#on-demand-credits). Eligible accounts also get 100 extra sandboxes and 500 extra VM credits included at no extra charge. | ||
|
||
Access to workspaces with more than 20 editors is also possible as part of this discount upon request. | ||
|
||
**Note:** To be eligible to be added to the workspace, users' email addresses must belong to the beneficiary organization's domain. | ||
|
||
To apply, claim the discount code, or get further pricing information, <a href="mailto:[email protected]">contact us</a> from your organization's email address. | ||
|
||
## Application Requirements | ||
- Applicants must have a valid CodeSandbox workspace that fits the eligibility criteria. | ||
- Applicants must provide valid proof of their eligibility for the education plan they're applying for. | ||
|
||
## Notes and Disclaimer | ||
- CodeSandbox workspaces that receive an education discount must **only** be used for the approved project and usage. If we discover that the workspace is being used for other projects, we reserve the right to remove access to the discount without notice. | ||
- Discounts are valid for 12 months. Extensions are possible and require submitting a new application. | ||
- Unless clearly stated otherwise, the benefits and discounts of education plans are not cumulative with any other promotions. | ||
- If, at any time, an eligible individual or organization stops meeting the eligibility criteria, the workspace owner must contact us to find a suitable solution. | ||
- We reserve the right to update or deprecate CodeSandbox education plans at any time, after providing 30 days' notice. |