-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge main into sweep/add-sweep-config
- Loading branch information
Showing
6 changed files
with
154 additions
and
112 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -17,20 +17,22 @@ Windmill provides a range of pricing plans for both Cloud and Self-hosted deploy | |
### Community Edition - Cloud | ||
|
||
No commitment or credit card required. | ||
- Features include Google/Github/Microsoft/Gitlab SSO, unlimited variables/resources/scripts/apps/flows (except abuse), and 1,000 free executions per month. | ||
- Google / Microsoft / GitHub / GitLab SSO. | ||
- Unlimited [variables](../../core_concepts/2_variables_and_secrets/index.mdx), [resources](../../core_concepts/3_resources_and_types/index.mdx), [scripts](../../script_editor/index.mdx), [apps](../../apps/0_app_editor/index.mdx), [flows](../../flows/1_flow_editor.mdx) (except abuse). | ||
- 1,000 free executions per month. | ||
- [Granular permissions](../../core_concepts/16_roles_and_permissions/index.mdx), [groups](../../core_concepts/8_groups_and_folders/index.mdx), [folders](../../core_concepts/8_groups_and_folders/index.mdx) and [public apps](../../apps/8_public_apps.md) available. | ||
- [Deployment from Github](../../advanced/9_deploy_gh_gl/index.md) and community support on [Discord](https://discord.com/invite/V7PM2YHsPB). | ||
- [Deployment from GitHub](../../advanced/9_deploy_gh_gl/index.md) and community support on [Discord](https://discord.com/invite/V7PM2YHsPB). | ||
|
||
### Team Plan - Cloud | ||
|
||
Designed for small teams automating processes. | ||
- Includes all Community edition features. | ||
- [Priority Support](../12_support_and_sla/index.mdx) 24/7 with a 48-hour response time and automation engineer assistance. | ||
- [Audit logs](../../core_concepts/14_audit_logs/index.mdx) with a 7-day retention period. | ||
- [Global CSS on App Editor](../15_css_editor/index.md). | ||
- [Multiplayer](../../core_concepts/7_multiplayer/index.md) editing. | ||
- Each seat: $10/month. | ||
- Each seat includes one user or two operators and 10k executions. | ||
- [Priority Support](../12_support_and_sla/index.mdx) 24/7 with a 48-hour response time and automation engineer assistance. | ||
- Limited to 20 users. | ||
|
||
`seats = max(users, executions / 10k)`. Meaning if you have 4 users and 60k executions, you pay 60$ = 40$ + 20$. | ||
|
@@ -43,12 +45,12 @@ Your own hosted dedicated Windmill cluster without restrictions. | |
Dedicated support, guidance and infrastructure for advanced capabilities. | ||
|
||
- Isolated & dedicated database network & workers. | ||
- [SLA and priority support](../12_support_and_sla/index.mdx) with a 3-hour response time. | ||
- [Audit logs](../../core_concepts/14_audit_logs/index.mdx) with a 60-day retention period. | ||
- [Deploy to staging/prod web UI](../../core_concepts/12_staging_prod/index.md). | ||
- [Global CSS on App Editor](../15_css_editor/index.md). | ||
- [Multiplayer](../../core_concepts/7_multiplayer/index.md) editing. | ||
- [SAML / SCIM support](../14_saml_and_scim/index.md). Group sync with active directory. | ||
- [SLA and priority support](../12_support_and_sla/index.mdx) with a 3-hour response time. | ||
- Design partner for Windmill roadmap. | ||
- Base price at $600. | ||
- Each seat: $40/month. | ||
|
@@ -59,10 +61,18 @@ See [Upgrading to Enterprise Edition](#upgrading-to-enterprise-edition). | |
|
||
## Self-hosted | ||
|
||
<div class="grid grid-cols-2 gap-6 mb-4"> | ||
<DocCard | ||
title="Self Host Windmill" | ||
description="Self host Windmill in 2 minutes." | ||
href="/docs/advanced/self_host/" | ||
/> | ||
</div> | ||
|
||
### Free and Open-source | ||
|
||
- Unlimited users and executions. | ||
- Features [Google/Github/Microsoft/Gitlab SSO](../../misc/2_setup_oauth/index.mdx) and easy deployment on Fargate/Docker/Kubernetes. | ||
- Features [Google/Microsoft/GitHub/GitLab SSO](../../misc/2_setup_oauth/index.mdx) and easy deployment on Fargate/Docker/Kubernetes. | ||
- Community support on [Discord](https://discord.com/invite/V7PM2YHsPB). | ||
|
||
### Enterprise Edition - Self-Hosted | ||
|
@@ -122,6 +132,14 @@ Team plans work at the workspace-level. | |
|
||
#### Self-host | ||
|
||
<div class="grid grid-cols-2 gap-6 mb-4"> | ||
<DocCard | ||
title="Self Host Windmill" | ||
description="Self host Windmill in 2 minutes." | ||
href="/docs/advanced/self_host/" | ||
/> | ||
</div> | ||
|
||
- The subscription to the Enterprise Self-Host offer is done through a [secure payment link](https://billing.windmill.dev/b/8wMaFS51Y0Bl2VacMT), with a 1-month free trial. | ||
- You can reach out to us via [email protected], [Discord](https://discord.com/invite/V7PM2YHsPB), or schedule a [meeting](https://www.windmill.dev/book-demo) for an introduction session. | ||
- Upon subscribing, we will get back to you with a license key that is valid for a month (duration of trial). You can also contact us immediately if preferred. At the end of the subscription period (or trial), you will receive another license key valid for a year. | ||
|
This file was deleted.
Oops, something went wrong.
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,16 @@ | ||
import DocCard from '@site/src/components/DocCard'; | ||
|
||
# Guides | ||
|
||
<div class="grid grid-cols-2 gap-6 mb-4"> | ||
<DocCard | ||
title="AgGrid Table" | ||
description="Basic introduction on how to use AgGrid Tables." | ||
href="/docs/misc/guides/aggrid_table" | ||
/> | ||
<DocCard | ||
title="Table" | ||
description="Basic introduction on how to the Table component." | ||
href="/docs/misc/guides/table" | ||
/> | ||
</div> |
Oops, something went wrong.