You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added 2 additional features to the homepage (dev setup/experience to highlight speed, productivity, and ease of set-up, and security) to create a clean 3x3x3 grid. Fixed the widths of the containers, cleaned up icons, cleaned up hoverstates.
"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.",
22
-
size: "large",
23
31
},
24
32
{
25
33
icon: <FaCodeclassName="h-6 w-6"/>,
26
34
title: "Multiple Specialized Modes",
27
35
description:
28
36
"From coding to debugging to architecture, Roo Code has a mode for every dev scenario—just switch on the fly.",
29
-
size: "small",
30
37
},
31
38
{
32
39
icon: <FaBrainclassName="h-6 w-6"/>,
33
40
title: "Deep Project-wide Context",
34
41
description:
35
42
"Roo Code reads your entire codebase, preserving valid code through diff-based edits for seamless multi-file refactors.",
36
-
size: "small",
37
43
},
38
44
{
39
45
icon: <FaToolsclassName="h-6 w-6"/>,
40
46
title: "Open-Source and Model-Agnostic",
41
47
description:
42
48
"Bring your own model or use local AI—no vendor lock-in. Roo Code is free, open, and adaptable to your needs.",
43
-
size: "large",
44
49
},
45
50
{
46
51
icon: <FaTerminalclassName="h-6 w-6"/>,
47
52
title: "Guarded Command Execution",
48
53
description:
49
54
"Approve or deny commands as needed. Roo Code automates your dev workflow while keeping oversight firmly in your hands.",
50
-
size: "small",
51
55
},
52
56
{
53
57
icon: <FaPuzzlePiececlassName="h-6 w-6"/>,
54
58
title: "Fully Customizable",
55
59
description:
56
-
"Create or tweak modes, define usage rules, and shape Roo Code’s behavior precisely—your code, your way.",
57
-
size: "small",
60
+
"Create or tweak modes, define usage rules, and shape Roo Code's behavior precisely—your code, your way.",
58
61
},
59
62
{
60
63
icon: <FaGlobeclassName="h-6 w-6"/>,
61
64
title: "Automated Browser Actions",
62
65
description:
63
66
"Seamlessly test and verify your web app directly from VS Code—Roo Code can open a browser, run checks, and more.",
64
-
size: "small",
67
+
},
68
+
{
69
+
icon: <FaShieldAltclassName="h-6 w-6"/>,
70
+
title: "Secure by Design",
71
+
description:
72
+
"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.",
73
+
},
74
+
{
75
+
icon: <FaBoltclassName="h-6 w-6"/>,
76
+
title: "Seamless Setup and Workflows",
77
+
description:
78
+
"Get started in minutes—no heavy configs. Roo Code fits alongside your existing tools and dev flow, while supercharging your productivity.",
65
79
},
66
80
]
67
81
@@ -148,15 +162,12 @@ export function Features() {
0 commit comments