Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add page with education plans #240

Merged
merged 1 commit into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/projects-docs/pages/learn/plans/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"usage-based-billing": "Usage-based Billing",
"subscriptions": "Subscriptions",
"codesandbox-friends": "CodeSandbox Friends",
"education-plans": "Education Plans",
"pricing-faq": "FAQ"
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To qualify for the CodeSandbox Friends program, a project must fall into one of

_&ast;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._

_&ast;&ast;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._
_&ast;&ast;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.
Expand Down
49 changes: 49 additions & 0 deletions packages/projects-docs/pages/learn/plans/education-plans.mdx
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.
Loading