You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Your app's URL (if it isn't public: the domain name where your app's client runs)]
7
+
[Your app's URL (\`window.location.hostname\`)]
8
8
9
9
== Reason
10
10
@@ -27,7 +27,9 @@ There are two programs:
27
27
28
28
Your organization is eligible if it has limited financial resources and purchasing a license would be too expensive.
29
29
30
-
> We consider an organization to have limited financial resources if it has **fewer than 10 employees**, though organizations in **lower-income countries can have more employees**.
30
+
> In general, we consider an organization to have limited financial resources if it has **fewer than 10 employees**, though organizations in **lower-income countries can exceed this threshold**.
31
+
>
32
+
> You can still apply if you have more than 10 employees — financial constraints matter more than headcount. However, apply only if you genuinely cannot afford a license, not simply to reduce costs.
31
33
32
34
Apply for:
33
35
-`Extended free trial` if you expect more financial resources in the future
@@ -41,7 +43,7 @@ Apply for:
41
43
42
44
You can also apply for `Extended free trial` for other reasons (e.g. pending clearance from your company's finance department).
43
45
44
-
We tend to be generous, so don't hesitate to apply — it's quick & easy.
46
+
We tend to be generous, so don't hesitate to apply — it's easy and quick.
45
47
46
48
47
49
## How to apply?
@@ -76,7 +78,7 @@ Body:
76
78
```
77
79
== URL
78
80
79
-
[Your app's URL (if it isn't public: the domain name where your app's client runs)]
81
+
[Your app's URL (`window.location.hostname`)]
80
82
81
83
== Reason
82
84
@@ -107,7 +109,7 @@ Body:
107
109
```
108
110
== URL
109
111
110
-
[Your app's URL (if it isn't public: the domain name where your app's client runs)]
Copy file name to clipboardExpand all lines: docs/pages/pricing/+Page.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,15 +39,15 @@ We designed it with meticulous care to <Link href="#is-vike-still-free-software"
39
39
40
40
#### The idea
41
41
42
-
As a small team, you can use Vike without any hurdle like any other open-source tool — 100% free, without any license key.
42
+
As a small team, you use Vike like any other open-source tool — 100% free and without any license key.
43
43
44
-
As a large team, you will see a pesky toaster `Get your license key at ...` in development (it's never shown in production). You can remove it by purchasing a license key and adding it to `+config.js` or by setting the `VIKE_KEY` environment variable.
44
+
As a larger team, you will see a pesky toaster `Get your license key at ...` in development. You can remove it by purchasing a license key and adding it to your `+config.js`(or by setting the `VIKE_KEY` environment variable).
45
45
46
46
#### 100% Open Source
47
47
48
48
The npm package `vike` will adopt a proprietary license requiring companies to get a license key when they see the pesky toaster. Vike's Git repository stays 100% MIT-licensed.
49
49
50
-
In theory, since Vike is 100% open source, you could fork it, remove the pesky toaster, and publish your own npm package. But maintaining a fork requires non-negligible effort — you might as well just <Linkhref="/free">apply for a free license key</Link> instead.
50
+
In theory, since Vike is 100% open source, you could fork it, remove the pesky toaster, and publish your own npm package. But maintaining a fork requires non-negligible effort — you might as well <Linkhref="/free">apply for a free license key</Link> instead.
0 commit comments