diff --git a/apps/web-roo-code/public/Roo-Code-Logo-Horiz-blk.svg b/apps/web-roo-code/public/Roo-Code-Logo-Horiz-blk.svg
index 5be021c28f80..d89abdb5861b 100644
--- a/apps/web-roo-code/public/Roo-Code-Logo-Horiz-blk.svg
+++ b/apps/web-roo-code/public/Roo-Code-Logo-Horiz-blk.svg
@@ -1,2971 +1,10 @@
-
-
\ No newline at end of file
+
diff --git a/apps/web-roo-code/public/Roo-Code-Logo-Horiz-white.svg b/apps/web-roo-code/public/Roo-Code-Logo-Horiz-white.svg
index 89a15f16d416..412c19560595 100644
--- a/apps/web-roo-code/public/Roo-Code-Logo-Horiz-white.svg
+++ b/apps/web-roo-code/public/Roo-Code-Logo-Horiz-white.svg
@@ -1,2965 +1,10 @@
-
-
\ No newline at end of file
+
diff --git a/apps/web-roo-code/src/app/page.tsx b/apps/web-roo-code/src/app/page.tsx
index bafef64936e5..51b798f0bf58 100644
--- a/apps/web-roo-code/src/app/page.tsx
+++ b/apps/web-roo-code/src/app/page.tsx
@@ -3,7 +3,6 @@
import { getVSCodeDownloads } from "@/lib/stats"
import { Button } from "@/components/ui"
-import { AnimatedText } from "@/components/animated-text"
import {
AnimatedBackground,
InstallSection,
@@ -12,6 +11,8 @@ import {
FAQSection,
CodeExample,
} from "@/components/homepage"
+import { EXTERNAL_LINKS } from "@/lib/constants"
+import { ArrowRight } from "lucide-react"
// Invalidate cache when a request comes in, at most once every hour.
export const revalidate = 3600
@@ -21,28 +22,18 @@ export default async function Home() {
return (
<>
-
+
-
-
-
+
+
+
-
- Your
-
- AI-Powered
-
- Dev Team, in Your Editor
-
- and Beyond
-
+
+ An entire AI-powered dev team. In your editor and beyond.
- Supercharge your software development with AI that{" "}
-
- understands your codebase
- {" "}
- and helps you write, refactor, and debug with ease in your editor and in the cloud.
+ Roo's model-agnostic, specialized modes and fine-grained auto-approval controls
+ give you the tools (and the confidence) to get AI working for you.
+ Yes! The Roo Code VS Code extension is open source and free forever. The extension acts
+ as a powerful AI coding assistant right in your editor. These are the prices for Roo
+ Code Cloud.
+
+
+
+
Is there a free trial?
+
+ Yes, all paid plans come with a 14-day free trial.
+
+
+
+
Do I need a credit card for the free trial?
+
+ Yes, but you won't be charged until your trial ends. You can cancel anytime with
+ one click .
+
+
+
+
What payment methods do you accept?
+
+ We accept all major credit cards, debit cards, and can arrange invoice billing for
+ Enterprise customers.
+
+
+
+
Can I change plans anytime?
+
+ Yes, you can upgrade or downgrade your plan at any time. Changes will be reflected in
+ your next billing cycle.
+
+
+
+
+
+
+ Still have questions?{" "}
+
+ Join our Discord
+ {" "}
+ or{" "}
+
+ contact our sales team
+
+
- )
-}
diff --git a/apps/web-roo-code/src/components/homepage/features.tsx b/apps/web-roo-code/src/components/homepage/features.tsx
index 4c71946d805a..a0415c04f79b 100644
--- a/apps/web-roo-code/src/components/homepage/features.tsx
+++ b/apps/web-roo-code/src/components/homepage/features.tsx
@@ -1,71 +1,48 @@
"use client"
import { motion } from "framer-motion"
-import { Bot, Code, Brain, Wrench, Terminal, Puzzle, Globe, Shield, Zap } from "lucide-react"
-import { FeaturesMobile } from "./features-mobile"
-
-import { ReactNode } from "react"
+import { Brain, Shield, Users2, ReplaceAll, Keyboard, LucideIcon, CheckCheck } from "lucide-react"
export interface Feature {
- icon: ReactNode
+ icon: LucideIcon
title: string
description: string
}
export const features: Feature[] = [
{
- icon: ,
- title: "Your AI Dev Team in VS Code",
- description:
- "Roo Code puts a team of agentic AI assistants directly in your editor, with the power to plan, write, and fix code across multiple files.",
- },
- {
- icon: ,
- title: "Multiple Specialized Modes",
- description:
- "From coding to debugging to architecture, Roo Code has a mode for every dev scenario—just switch on the fly.",
- },
- {
- icon: ,
- title: "Deep Project-wide Context",
+ icon: Users2,
+ title: "Specialized Modes",
description:
- "Roo Code reads your entire codebase, preserving valid code through diff-based edits for seamless multi-file refactors.",
+ "Planning, Architecture, Debugging and beyond: Roo's modes stay on-task and deliver. Create your own modes or download from the marketplace.",
},
{
- icon: ,
- title: "Open-Source and Model-Agnostic",
- description:
- "Bring your own model or use local AI—no vendor lock-in. Roo Code is free, open, and adaptable to your needs.",
+ icon: ReplaceAll,
+ title: "Model-Agnostic",
+ description: "Bring your own model key or use local inference — no markup, lock-in, no restrictions.",
},
{
- icon: ,
- title: "Guarded Command Execution",
- description:
- "Approve or deny commands as needed. Roo Code automates your dev workflow while keeping oversight firmly in your hands.",
- },
- {
- icon: ,
- title: "Fully Customizable",
- description:
- "Create or tweak modes, define usage rules, and shape Roo Code's behavior precisely—your code, your way.",
+ icon: CheckCheck,
+ title: "Granular auto-approval",
+ description: "Control each action and make Roo as autonomous as you want as you build confidence. Or go YOLO.",
},
{
- icon: ,
- title: "Automated Browser Actions",
+ icon: Keyboard,
+ title: "Highly Customizable",
description:
- "Seamlessly test and verify your web app directly from VS Code—Roo Code can open a browser, run checks, and more.",
+ "Fine-tune settings for Roo to work for you, like inference context, model properties, slash commands and more.",
},
{
- icon: ,
- title: "Secure by Design",
+ icon: Brain,
+ title: "Deep Project-wide Context",
description:
- "Security-first from the ground up, Roo Code meets rigorous standards without slowing you down. Monitoring and strict policies keep your code safe at scale.",
+ "Roo Code reads your entire codebase, preserving valid code through diff-based edits for seamless multi-file refactors.",
},
{
- icon: ,
- title: "Seamless Setup and Workflows",
+ icon: Shield,
+ title: "Secure and Private by Design",
description:
- "Get started in minutes—no heavy configs. Roo Code fits alongside your existing tools and dev flow, while supercharging your productivity.",
+ "Open source and local-first. No code leaves your machine unless you say so. SOC 2 Type II compliant.",
},
]
@@ -81,21 +58,6 @@ export function Features() {
},
}
- const itemVariants = {
- hidden: {
- opacity: 0,
- y: 20,
- },
- visible: {
- opacity: 1,
- y: 0,
- transition: {
- duration: 0.6,
- ease: [0.21, 0.45, 0.27, 0.9],
- },
- },
- }
-
const backgroundVariants = {
hidden: {
opacity: 0,
@@ -118,11 +80,11 @@ export function Features() {
viewport={{ once: true }}
variants={backgroundVariants}>
-
+
-
+
- Powerful features for modern developers.
+ Power and flexibility to get stuff done.
- Everything you need to build faster and write better code.
+ The features you need to build, debug and ship faster – without compromising quality.
diff --git a/apps/web-roo-code/src/components/homepage/index.ts b/apps/web-roo-code/src/components/homepage/index.ts
index 192c155473b6..9d4427448e6e 100644
--- a/apps/web-roo-code/src/components/homepage/index.ts
+++ b/apps/web-roo-code/src/components/homepage/index.ts
@@ -2,9 +2,7 @@ export * from "./animated-background"
export * from "./code-example"
export * from "./company-logos"
export * from "./faq-section"
-export * from "./features-mobile"
export * from "./features"
export * from "./install-section"
-export * from "./testimonials-mobile"
export * from "./testimonials"
export * from "./whats-new-button"
diff --git a/apps/web-roo-code/src/components/homepage/install-section.tsx b/apps/web-roo-code/src/components/homepage/install-section.tsx
index 5da3a7d4ae88..96404b47969d 100644
--- a/apps/web-roo-code/src/components/homepage/install-section.tsx
+++ b/apps/web-roo-code/src/components/homepage/install-section.tsx
@@ -46,12 +46,13 @@ export function InstallSection({ downloads }: InstallSectionProps) {
{/* Updated h2 to match other sections */}
-
- Install Roo Code — Open & Flexible
+
+ Install Roo Code now
- Roo Code is open-source, model-agnostic, and developer-focused. Install from the VS Code
- Marketplace or the CLI in minutes, then bring your own AI model.
+ Install from the VSCode Marketplace or the CLI in minutes, then bring your own AI model.
+
+ Roo Code is also compatible with all VSCode forks.