Skip to content

Commit b14acc9

Browse files
committed
docs: polish OSP
1 parent 2dec3c5 commit b14acc9

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

docs/pages/free/+Page.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import '../../components/tabs.css'
44

55
export const freeForeverBody = `== URL
66
7-
[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\`)]
88
99
== Reason
1010
@@ -27,7 +27,9 @@ There are two programs:
2727

2828
Your organization is eligible if it has limited financial resources and purchasing a license would be too expensive.
2929

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.
3133
3234
Apply for:
3335
- `Extended free trial` if you expect more financial resources in the future
@@ -41,7 +43,7 @@ Apply for:
4143
4244
You can also apply for `Extended free trial` for other reasons (e.g. pending clearance from your company's finance department).
4345

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.
4547

4648

4749
## How to apply?
@@ -76,7 +78,7 @@ Body:
7678
```
7779
== URL
7880
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`)]
8082
8183
== Reason
8284
@@ -107,7 +109,7 @@ Body:
107109
```
108110
== URL
109111
110-
[Your app's URL (if it isn't public: the domain name where your app's client runs)]
112+
[Your app's URL (`window.location.hostname`)]
111113
112114
== Reason
113115

docs/pages/pricing/+Page.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ We designed it with meticulous care to <Link href="#is-vike-still-free-software"
3939

4040
#### The idea
4141

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.
4343

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).
4545

4646
#### 100% Open Source
4747

4848
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.
4949

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 &mdash; you might as well just <Link href="/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 &mdash; you might as well <Link href="/free">apply for a free license key</Link> instead.
5151

5252
#### 100% offline
5353

0 commit comments

Comments
 (0)