Skip to content
Open
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
40 changes: 36 additions & 4 deletions src/content/docs/dev/admin/pricing/1-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,40 @@
title: Overview
---

import { Aside } from "@astrojs/starlight/components";
import { Aside, LinkCard } from '@astrojs/starlight/components';

<Aside type="note" title="Coming Soon">
This documentation is under construction.
</Aside>
Ricochet uses a self-service pricing and licensing model.\
Licenses can be purchased, managed, and renewed **without** contacting sales.

## Editions

Ricochet is available in two editions:

- **Community Edition**: free to use with a subset of features, ideal for personal projects and small-scale deployments.
- **Enterprise Edition**: unlocks the full feature set including additional runtimes, higher resource limits, and priority support.

If you start with the Community Edition and upgrade to a licensed plan at any time.

## Pricing

An overview of all pricing options is available at [portal.ricochet.rs/pricing](https://portal.ricochet.rs/pricing).

[Paddle.com](https://paddle.com) acts as the Merchant of Record (MOR) for all transactions, handling billing, invoicing, and tax compliance on our behalf.
You can purchase a license in the currency of your choice.

## Licensing

Licenses are tied to individual Ricochet instances (machines).
Each license key activates a single instance, and usage is tracked through the license portal.

<LinkCard
title="License Portal"
description="Manage your licenses, view usage, and check expiration dates."
href="/dev/admin/pricing/2-license-portal/"
/>

<LinkCard
title="Community Edition"
description="Learn what's included when running Ricochet without a license."
href="/dev/admin/pricing/5-community-edition/"
/>
20 changes: 20 additions & 0 deletions src/content/docs/dev/admin/pricing/2-license-portal.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: License Portal
---

import { Aside } from '@astrojs/starlight/components';

The license portal at [portal.licensing.ricochet.rs](https://portal.licensing.ricochet.rs) provides a self-service dashboard for managing your Ricochet licenses.

## Features

In the portal you can:

- Purchase or renew licenses
- Update or change your current license tier
- View current usage and machine allocation
- Check license expiration dates

## Getting Access

You can either sign up to the license portal manually or wait until an account has been created for you (this is done automatically after a purchase).
24 changes: 24 additions & 0 deletions src/content/docs/dev/admin/pricing/5-community-edition.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Community Edition
---

import { Aside, LinkCard } from "@astrojs/starlight/components";

The Community Edition is a fully functional version of Ricochet that is free to use.
It provides everything individuals need to publish and maintain their apps and tasks.

## Philosophy

A powerful Community Edition is important to us.
We believe there is a good middle ground between community and enterprise offerings: one where individual users get a complete, production-ready platform, and where teams get advanced sharing and security capabilities.

## What's Included

The Community Edition gives you access to:

- Deploying and managing apps and tasks
- SSO authentication
- Scheduling and task invocation
- CLI-based deployments

and will stay free forever, always 💜️
9 changes: 0 additions & 9 deletions src/content/docs/dev/admin/pricing/5-homelab.mdx

This file was deleted.

9 changes: 0 additions & 9 deletions src/content/docs/dev/admin/technical/licensing.mdx

This file was deleted.

41 changes: 41 additions & 0 deletions src/content/docs/v0-1/admin/pricing-licensing/1-overview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
title: Overview
---

import { Aside, LinkCard } from '@astrojs/starlight/components';

Ricochet uses a self-service pricing and licensing model.\
Licenses can be purchased, managed, and renewed **without** contacting sales.

## Editions

Ricochet is available in two editions:

- **Community Edition**: free to use with a subset of features, ideal for personal projects and small-scale deployments.
- **Enterprise Edition**: unlocks the full feature set including additional runtimes, higher resource limits, and priority support.

If you start with the Community Edition and upgrade to a licensed plan at any time.

## Pricing

An overview of all pricing options is available at [portal.ricochet.rs/pricing](https://portal.ricochet.rs/pricing).

[Paddle.com](https://paddle.com) acts as the Merchant of Record (MOR) for all transactions, handling billing, invoicing, and tax compliance on our behalf.
You can purchase a license in the currency of your choice.

## Licensing

Licenses are tied to individual Ricochet instances (machines).
Each license key activates a single instance, and usage is tracked through the license portal.

<LinkCard
title="License Portal"
description="Manage your licenses, view usage, and check expiration dates."
href="/v0-1/admin/pricing-licensing/2-license-portal/"
/>

<LinkCard
title="Community Edition"
description="Learn what's included when running Ricochet without a license."
href="/v0-1/admin/pricing-licensing/5-community-edition/"
/>
20 changes: 20 additions & 0 deletions src/content/docs/v0-1/admin/pricing-licensing/2-license-portal.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: License Portal
---

import { Aside } from '@astrojs/starlight/components';

The license portal at [portal.licensing.ricochet.rs](https://portal.licensing.ricochet.rs) provides a self-service dashboard for managing your Ricochet licenses.

## Features

In the portal you can:

- Purchase or renew licenses
- Update or change your current license tier
- View current usage and machine allocation
- Check license expiration dates

## Getting Access

You can either sign up to the license portal manually or wait until an account has been created for you (this is done automatically after a purchase).
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Community Edition
---

import { Aside, LinkCard } from "@astrojs/starlight/components";

The Community Edition is a fully functional version of Ricochet that is free to use.
It provides everything individuals need to publish and maintain their apps and tasks.

## Philosophy

A powerful Community Edition is important to us.
We believe there is a good middle ground between community and enterprise offerings: one where individual users get a complete, production-ready platform, and where teams get advanced sharing and security capabilities.

## What's Included

The Community Edition gives you access to:

- Deploying and managing apps and tasks
- SSO authentication
- Scheduling and task invocation
- CLI-based deployments

and will stay free forever, always 💜️
9 changes: 0 additions & 9 deletions src/content/docs/v0-1/admin/pricing/1-overview.mdx

This file was deleted.

9 changes: 0 additions & 9 deletions src/content/docs/v0-1/admin/pricing/5-homelab.mdx

This file was deleted.

4 changes: 2 additions & 2 deletions src/content/versions/v0-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"autogenerate": { "directory": "admin/configuration" }
},
{
"label": "Pricing",
"autogenerate": { "directory": "admin/pricing" }
"label": "Pricing & Licensing",
"autogenerate": { "directory": "admin/pricing-licensing" }
},
{
"label": "Technical Details",
Expand Down
5 changes: 5 additions & 0 deletions src/styles/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@
}
}

/* Reduce top margin on h2 */
.sl-markdown-content .sl-heading-wrapper.level-h2 {
margin-top: 1.5rem;
}

/* Style inline code in headings */
h1 code,
h2 code,
Expand Down