Skip to content

Commit ba84935

Browse files
committed
Add pricing docs
1 parent 33efffe commit ba84935

File tree

5 files changed

+199
-0
lines changed

5 files changed

+199
-0
lines changed

docs/pricing/billing-faq.mdx

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Billing FAQs for Enterprise Starter
2+
3+
<p className="subtitle">Learn about the billing for the Enterprise Starter plan.</p>
4+
5+
## How do I cancel subscription renewal?
6+
7+
In the **Workspace settings > Billing** page, you are able to cancel the subscription and continue having access to your workspace until the end of your current billing period (that is indicated in the UI).
8+
9+
## How do I cancel subscription and delete my workspace immediately?
10+
11+
In the **Workspace settings > General settings** page, you are able to delete your workspace and you will lose access immediately. This action will also cancel your subscription immediately.
12+
13+
## How is the subscription renewal dates determined?
14+
15+
Your subscription renewals are scheduled to happen at the same day of the month. On shorter months (e.g. day 31 on April that only has 30 days), the last day of the month will be the subscription renewal day instead.
16+
17+
## How do I pay my invoice if my subscription is past due?
18+
19+
After updating or resolving your payment method issue that occurred during the automatic subscription renewal, you may do one of the followings to pay the invoice for your past-due subscription:
20+
21+
1. Wait for our system to re-attempt the charge for the invoice, it usually takes up to 24 hours. If it does not happen after 24 hours, please contact [Support]([email protected]) to resolve the issue.
22+
1. In the **Workspace settings > Billing** page, click on the **Manage payments** button, which takes you to the Stripe Customer Portal, and pay the invoice there. Our system will reconcile your payment within 24 hours, if it does not reconcile after 24 hours, please contact [Support]([email protected]) to resolve the issue.
23+
1. Contact [Support]([email protected]) to request re-attempt the charge for the invoice using the payment method on file.
Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
# Enterprise Starter
2+
3+
<p className="subtitle">Learn about the Enterprise Starter plan tailored for individuals and teams wanting private code indexing and search to leverage the Sourcegraph platform better.</p>
4+
5+
The Enterprise Starter plan offers a multi-tenant Sourcegraph instance designed for individuals and teams. It provides the core features of a traditional Sourcegraph instance but with a simplified management experience. This plan provides a fully managed version of Sourcegraph (AI + code search + omnibox, with privately indexed code) through a self-serve flow.
6+
7+
## Team seats
8+
9+
The Enterprise Starter plan is priced at **$19 per month per seat**. You can add or remove team members at any time. Existing Cody Pro users can also sign up for the Enterprise Starter by paying $19 per seat. However, their Cody Pro subscription will neither be upgraded nor canceled. Instead, they will have two live subscriptions.
10+
11+
## Enterprise Starter team roles
12+
13+
The Enterprise Starter plan includes the following team-level roles:
14+
15+
- **Admin**: Has full access to the workspace, including the ability to manage repos, users, billing, and settings
16+
- **Member**: Can access repositories in the workspace and use the supported features
17+
18+
## Billing
19+
20+
Workspaces on the Enterprise Starter plan are billed monthly based on the number of team seats purchased. In case of overdue or failing payment, there is a grace period during which the workspace admins will receive a daily notification to complete the transaction.
21+
22+
If you fail to make the payment after the grace period, your workspace will be deleted, and you will not be able to recover your data.
23+
24+
Please also see [Billing FAQs](billing-faqs.mdx).
25+
26+
## Features supported
27+
28+
The Enterprise Starter plan supports a variety of AI and search-based features like:
29+
30+
| **AI features** | **Code Search** | **Management** | **Support** |
31+
| -------------------------------------- | ------------------------------ | --------------------------------------------------------- | ------------------------- |
32+
| Code autocompletions and chat messages | Indexed Code Search | Simplified admin experience with UI-based repo-management | Support with limited SLAs |
33+
| Powerful LLM models for chat | Indexed Symbol Search | User management | - |
34+
| Omnibox intent detection | Searched based code-navigation | GitHub code host integration | - |
35+
| Cody integration | - | - | - |
36+
37+
## Limits
38+
39+
Sourcegraph Enterprise Starter offers the following limits:
40+
41+
- Max 50 users per workspace
42+
- Max 100 repos per workspace
43+
- Starts with 5 GB of storage
44+
- 1 GB storage per seat added
45+
- 10 GB max total storage
46+
47+
## Workspace settings
48+
49+
After creating a new workspace, you can switch views between your personal and workspace accounts. You can configure different **Workspace settings**. These include options for:
50+
51+
- **General Settings**: Helps you configure how your workspace is described or accessed with options like workspace name, URL, and deleting the workspace
52+
- **Users**: Manage permissions, assign seats, or invite new users
53+
- **Billing**: Manage your monthly billing cycle for all your purchased seats
54+
- **Repository Management**: Add, remove, and view the status of your connected repositories
55+
- **User settings**: Navigates you to your personal account's settings
56+
57+
![workspace-settings](https://storage.googleapis.com/sourcegraph-assets/Docs/workspace-settings-125.jpg)
58+
59+
## Getting started with workspace
60+
61+
A workspace admin can invite new members to their workspace using their team member's email address. Once the team member accepts the invitation, they will be added to the workspace and assigned the member role. Next, the member is asked to connect and authorize the code host (GitHub) to access the private repositories indexed in your Sourcegraph account.
62+
63+
If you skip this step, the member won't be able to access any of the private repositories they have access to. However, they can still use the public search via the Sourcegraph code search bar.
64+
65+
![member-authorization](https://storage.googleapis.com/sourcegraph-assets/Docs/member-authorization.jpg)
66+
67+
## Repository Management
68+
69+
From the Repository Management settings, workspace admins can configure various settings for connecting code hosts and indexing repositories in their workspace. You can index up to 100 repos per workspace.
70+
71+
![repo-management](https://storage.googleapis.com/sourcegraph-assets/Docs/repo-management.jpg)
72+
73+
From here, you can:
74+
75+
- Use the public code search to add and index open source repos in your workspace
76+
- Add multiple organizations to index private repos
77+
78+
When you add a new organization, you must authorize access and permission for all repositories or selected ones. To index a repository from your organization,
79+
80+
- Click and select it from the repository list
81+
- Next, from the search bar, type the repo name you are looking for
82+
- Click it to add the repository to your workspace
83+
- The status of the repos will change to **TO BE ADDED** in the right sidebar with a **Save Changes** button
84+
- Next, the repo gets a **QUEUED** status, and it takes some time to process
85+
- Finally, it gets indexed with a **CLONED** status
86+
87+
As you add more repos, you get logs for the number of repos added, storage used, and their status. To remove any repo from your workspace, click the repo name that changes the repo status **TO BE REMOVED**. Click the **Save Changes** button to confirm it.
88+
89+
![repo-list](https://storage.googleapis.com/sourcegraph-assets/Docs/repo-list.jpg)
90+
91+
## Downgrading Enterprise Starter
92+
93+
To downgrade your Enterprise Starter, there are two options:
94+
95+
- Delete the workspace — this cancels the subscription, and you lose access to the workspace
96+
- Cancel the workspace subscription from the **Billing** settings. This allows you to access the workspace until the end of the current billing period

docs/pricing/enterprise.mdx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Enterprise
2+
3+
<p className="subtitle">Learn about the Sourcegraph's Enterprise plan and the features included.</p>
4+
5+
Sourcegraph offers multiple Enterprise plan options, including Enterprise Dedicated Cloud (default) and Enterprise Self Hosted (on-request) for organizations and enterprises that need AI and search with enterprise-level security, scalability, and flexibility.
6+
7+
## Features breakdown
8+
9+
Here's a detailed breakdown of features included in the different Enterprise plan options.
10+
11+
| **Feature** | **Enterprise Dedicated Cloud** | **Enterprise Self Hosted** |
12+
| ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
13+
| **Description** | - AI and search with enterprise-level security, scalability, and flexibility | - AI and search with enterprise-level security, scalability, and flexibility |
14+
| **Price** | - $59/user/month <br /> - 25+ devs | - $59/user/month <br /> - Contact Sales |
15+
| **AI features** | - Everything in Enterprise Starter | - Everything in Enterprise Starter <br /> - Bring your own LLM key |
16+
| **Code Search features** | - Everything in Enterprise Starter, plus: <br /> - Batch Changes <br /> - Code Insights <br /> - Code Navigation | - Everything in Enterprise Starter, plus: <br /> - Batch Changes <br /> - Code Insights <br /> - Code Navigation |
17+
| **Deployment types** | - Single-tenant Coud | - Self- Hosted |
18+
| **Compatibility** | - Everything in Enterprise Starter, plus: <br /> - Enterprise admin and security features <br /> - All major code hosts <br /> - Guardrails <br /> - Context Filters | - Everything in Enterprise Starter, plus: <br /> - Enterprise admin and security features <br /> - All major code hosts <br /> - Guardrails <br /> - Context Filters |
19+
| **Support** | - 24x5 support with options like: <br /> - TA support <br /> - Premium Support Offerings <br /> - Forward Deployed Engineer (FDE) | - Enterprise support with options like: <br /> - Dedicated TA support <br /> - Premium Support Offerings <br /> - Forward Deployed Engineer (FDE) |

docs/pricing/free.mdx

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Free
2+
3+
<p className="subtitle">Learn about the Sourcegraph's Free plan and the features included.</p>
4+
5+
Sourcegraph's Free plan is designed for hobbyists, and light usage is aimed at users with personal projects and small-scale applications. It offers an AI editor assistant with a generous set of features for individual users, like autocompletion and multiple LLM choices for chat.
6+
7+
## Features
8+
9+
The Free plan includes the following features:
10+
11+
| **AI features** | **Compatibility** | **Deployment** | **Admin/Security** | **Support** |
12+
| ----------------------------------------------------------------------------- | --------------------------------------------------- | ------------------ | ------------------------------------------ | ---------------------- |
13+
| Reasonable use autocomplete limits | VS Code, JetBrains IDEs, Visual Studio, and Eclipse | Multi-tenant Cloud | SSO/SAML with basic GitHub, GitLab, Google | Community support only |
14+
| Reasonable use chat messages and prompts per month | All popular coding languages | - | - | - |
15+
| Multiple LLM selection (Claude 3.5 Sonnet, Gemini 1.5 Pro and Flash, Mixtral) | Natural language search | - | - | - |
16+
| Support for local Ollama models | All major codehosts (GitHub, GitLab, Bitbucket) | - | - | - |
17+
18+
## Pricing and billing cycle
19+
20+
There is no billing cycle, as it's free to use and supports one user per account. If you exceed your daily limits, you will have to wait until the end of the month to use the feature again. You can upgrade to our Enterprise Starter plan for more advanced features and usage limits.
21+
22+
## Free vs. Enterprise Starter comparison
23+
24+
The Enterprise Starter plan provides extended usage limits and advanced features compared to the Free plan. Here's a side-by-side comparison of the two:
25+
26+
| **Feature** | **Free** | **Enterprise Starter** |
27+
| ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
28+
| **Description** | - AI editor assistant for hobbyists or light usage | - AI and search for growing organizations hosted on our cloud |
29+
| **Price** | - $0/month <br /> - 1 user | - $19/user/month <br /> - Up to 50 devs |
30+
| **AI features** | - Autocompletions <br /> - 200 chat messages and prompts per month <br /> - Multiple LLM choices for chat <br /> - Connect to local Ollama models | - Code autocomplete and chat <br /> - More powerful LLMs for chat (GPT-4o, Claude 3 Opus) <br /> - Intent detection and integrated search results |
31+
| **Code Search features** | N/A | - Code Search <br /> - Symbol Search |
32+
| **Deployment types** | - Multi-tenant Coud | - Multi-tenant Cloud <br /> - Private Workspace <br /> - Privately indexed code (100 repos) |
33+
| **Compatibility** | - VS Code, JetBrains IDEs, Visual Studio, and Eclipse <br /> - All popular coding languages <br /> Natural language search <br /> - All major code hosts | - VS Code, JetBrains IDEs, Visual Studio, and Eclipse <br /> - All popular coding languages <br /> Natural language search <br /> - Code hosted on GitHub |
34+
| **Support** | - Community support only | - Community support only |
35+
36+
## Moving to Enterprise Starter plan
37+
38+
From your Sourcegraph dashboard, you can upgrade to the Enterprise Starter by clicking the **Create workspace for my team** button. Enter your workspace name and URL, and choose the number of seats. You can start with a single seat and add more later from the **Users** settings section.
39+
40+
Click the **Create workspace** button to navigate to the payment page. Here, you can view your subscription details and enter your payment details for a successful transaction.

src/data/navigation.ts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,27 @@ export const navigation: NavigationItem[] = [
313313
},
314314
],
315315
},
316+
{
317+
separator: "Pricing",
318+
topics: [
319+
{
320+
title: "Free",
321+
href: "/pricing/free",
322+
},
323+
{
324+
title: "Enterprise Starter",
325+
href: "/pricing/enterprise-starter",
326+
sections: [
327+
{ title: "Billing", href: "/pricing/billing-faq" },
328+
329+
],
330+
},
331+
{
332+
title: "Enterprise",
333+
href: "/pricing/enterprise",
334+
},
335+
],
336+
},
316337
{
317338
separator: "Help & Support",
318339
topics: [

0 commit comments

Comments
 (0)