mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-20 11:27:13 +02:00
🐛 Fix broken link in docs
This commit is contained in:
parent
017bbbf0db
commit
cd0930cf16
2 changed files with 4 additions and 53 deletions
|
@ -114,6 +114,10 @@
|
||||||
{
|
{
|
||||||
"source": "/participants/editing-a-response",
|
"source": "/participants/editing-a-response",
|
||||||
"destination": "/guide/participant-guide"
|
"destination": "/guide/participant-guide"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "/self-hosting/pricing",
|
||||||
|
"destination": "/self-hosting/licensing"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,53 +0,0 @@
|
||||||
---
|
|
||||||
icon: coins
|
|
||||||
title: Pricing
|
|
||||||
description: Free for personal use. Purchase a license key for multi-user setups.
|
|
||||||
---
|
|
||||||
|
|
||||||
Rallly is open-source and always free (as in beer) for personal use. If you want to enable multi-user support for your team or organization, you’ll need a license key. This one-time purchase helps fund ongoing development and ensures Rallly remains sustainable.
|
|
||||||
|
|
||||||
**Every license includes:**
|
|
||||||
- All updates for your purchased version
|
|
||||||
- One-time payment, no subscriptions
|
|
||||||
- Access to private support channels
|
|
||||||
|
|
||||||
## The Honor System
|
|
||||||
|
|
||||||
We do not strictly enforce user limits—if your instance exceeds the recommended user count, you’ll simply see a reminder to purchase a license. Your instance will continue to work without interruption.
|
|
||||||
|
|
||||||
We rely on your honesty and support to keep Rallly open source and sustainable. If you find Rallly valuable and your usage exceeds the free tier, please consider purchasing a license to help fund further development.
|
|
||||||
|
|
||||||
|
|
||||||
## Choose Your License
|
|
||||||
|
|
||||||
|
|
||||||
<CardGroup cols={2}>
|
|
||||||
<Card
|
|
||||||
title="Plus License"
|
|
||||||
href="https://rallly.co/api/buy-license?product=plus"
|
|
||||||
>
|
|
||||||
<strong>For small teams</strong><br/>
|
|
||||||
Up to 5 users
|
|
||||||
</Card>
|
|
||||||
<Card
|
|
||||||
title="Org License"
|
|
||||||
href="https://rallly.co/api/buy-license?product=org"
|
|
||||||
>
|
|
||||||
<strong>For organizations</strong><br/>
|
|
||||||
Up to 50 users
|
|
||||||
</Card>
|
|
||||||
</CardGroup>
|
|
||||||
|
|
||||||
<CardGroup cols={1}>
|
|
||||||
<Card
|
|
||||||
title="Enterprise License"
|
|
||||||
href="https://rallly.co/api/buy-license/enterprise"
|
|
||||||
>
|
|
||||||
<strong>For large organizations</strong><br/>
|
|
||||||
More than 50 users, custom support and offline license (optional)
|
|
||||||
</Card>
|
|
||||||
</CardGroup>
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
By supporting Rallly, you're helping to keep open source scheduling accessible to everyone. Have questions or need a custom license? [Contact us](mailto:support@rallly.co).
|
|
Loading…
Add table
Add a link
Reference in a new issue