Skip to content
Merged
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
6 changes: 3 additions & 3 deletions apps/web-roo-code/src/app/cloud/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const howItWorks = [
{
title: "3. Start giving them tasks",
description:
"Describe what you want them to do from the web UI, get the Reviewer automatically reviewing PRs, get the Coder building features from Slack threads and much more. They're now part of your team.",
"Describe what you want them to do from the web UI, get the Reviewer automatically reviewing PRs, and much more. They're now part of your team.",
icon: Pencil,
},
]
Expand Down Expand Up @@ -116,7 +116,7 @@ const features: Feature[] = [
icon: Router,
title: "Roomote Control",
description:
"Connect to your local VS Code instance and control the extension remotely from the browser or Slack.",
"Connect to your local VS Code instance and control the extension remotely from the browser.",
},
{
icon: Users,
Expand Down Expand Up @@ -154,7 +154,7 @@ export default function CloudPage() {
</h1>
<p className="text-xl text-muted-foreground mb-8 max-w-2xl mx-auto">
Create your agent team in the Cloud, give them access to GitHub, and start delegating tasks
from Web and Slack.
from the web, Slack, Linear, and more.
</p>
<div className="flex flex-col sm:flex-row gap-4 justify-center">
<Button
Expand Down
6 changes: 3 additions & 3 deletions apps/web-roo-code/src/app/cloud/team/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { EXTERNAL_LINKS } from "@/lib/constants"

const TITLE = "Roo Code Cloud Team Plan"
const DESCRIPTION =
"Scale your development with team collaboration features. Centralized billing, shared configuration, team-wide analytics, and unified GitHub and Slack integrations."
"Scale your development with team collaboration features. Centralized billing, shared configuration, team-wide analytics, and unified GitHub, Slack, and Linear integrations."
const OG_DESCRIPTION = "Team collaboration for AI-powered development"
const PATH = "/cloud/team"

Expand Down Expand Up @@ -81,7 +81,7 @@ const keyBenefits = [
{
title: "Unified Integrations",
description:
"Connect GitHub and Slack once for the entire team. No need for each member to set up individual integrations.",
"Connect GitHub, Slack, and Linear once for the entire team. No need for each member to set up individual integrations.",
icon: Settings,
},
{
Expand Down Expand Up @@ -126,7 +126,7 @@ const features: Feature[] = [
icon: Puzzle,
title: "Centralized Integration",
description:
"Centralized GitHub and Slack connection for the entire team. Agents can review PRs, collaborate on your repositories and respond on your team channels.",
"Centralized GitHub, Slack, and Linear connection for the entire team. Agents can review PRs, collaborate on your repositories, respond on your team Slack channels, and work on issues in Linear.",
},
{
icon: RefreshCcw,
Expand Down
9 changes: 7 additions & 2 deletions apps/web-roo-code/src/app/pricing/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const pricingTiers: PricingTier[] = [
description: "For AI-forward engineers",
featuresIntro: "Go beyond the extension with",
features: [
"Access to Cloud Agents: fully autonomous development you can call from Slack, Github and the web",
"Access to Cloud Agents: fully autonomous development you can kick off from Github and the web",
"Access to the Roo Code Router",
"Follow your tasks from anywhere",
"Share tasks with friends and co-workers",
Expand All @@ -119,7 +119,12 @@ const pricingTiers: PricingTier[] = [
trial: "Free for 14 days, then",
description: "For AI-forward teams",
featuresIntro: "Everything in Free +",
features: ["Unlimited users (no per-seat cost)", "Shared configuration & policies", "Centralized billing"],
features: [
"Unlimited users (no per-seat cost)",
"Shared configuration & policies",
"Centralized billing",
"Slack and Linear integrations",
],
cta: {
text: "Sign up",
href: EXTERNAL_LINKS.CLOUD_APP_SIGNUP + "?redirect_url=/billing",
Expand Down
Loading