@@ -16,17 +16,18 @@ export default async function Enterprise() {
1616 < div className = "flex flex-col justify-center space-y-6 sm:space-y-8" >
1717 < div >
1818 < h1 className = "text-3xl font-bold tracking-tight sm:text-4xl md:text-5xl lg:text-6xl" >
19- < span className = "block" > Roo Code for</ span >
19+ < span className = "block" > Roo Code Cloud for</ span >
2020 < AnimatedText className = "bg-gradient-to-r from-blue-400 to-cyan-400 bg-clip-text text-transparent" >
2121 Enterprise
2222 </ AnimatedText >
2323 </ h1 >
2424 < p className = "mt-4 max-w-md text-base text-muted-foreground sm:mt-6 sm:text-lg" >
25- A next-generation, AI-powered { " " }
25+ The { " " }
2626 < AnimatedText className = "bg-gradient-to-r from-blue-400 to-cyan-400 bg-clip-text text-transparent" >
27- coding partner
27+ control-plane
2828 </ AnimatedText > { " " }
29- for enterprise development teams.
29+ for AI-powered software development. Gain visibility, governance, and control over
30+ your AI coding initiatives.
3031 </ p >
3132 </ div >
3233 < div className = "flex flex-col space-y-3 sm:flex-row sm:space-x-4 sm:space-y-0" >
@@ -63,28 +64,28 @@ export default async function Enterprise() {
6364 < div className = "relative z-10 rounded-lg border border-border bg-card p-6 shadow-lg" >
6465 < div className = "mb-4 flex items-center space-x-2" >
6566 < Code className = "h-6 w-6 text-blue-400" />
66- < h3 className = "text-lg font-semibold" > Roo Code Enterprise </ h3 >
67+ < h3 className = "text-lg font-semibold" > Roo Code Cloud Control-Plane </ h3 >
6768 </ div >
6869 < p className = "mb-4 text-sm text-muted-foreground" >
69- An AI extension of your team that handles coding tasks, from new code generation to
70- refactoring, bug fixing, and documentation .
70+ A unified control system for managing Roo Code across your organization, with the
71+ flexibility to extend governance to your broader AI toolkit .
7172 </ p >
7273 < div className = "space-y-2" >
7374 < div className = "flex items-center space-x-2" >
7475 < CheckCircle className = "h-4 w-4 text-green-400" />
75- < span className = "text-sm" > Accelerate development cycles </ span >
76+ < span className = "text-sm" > Centralized Roo Code management </ span >
7677 </ div >
7778 < div className = "flex items-center space-x-2" >
7879 < CheckCircle className = "h-4 w-4 text-green-400" />
79- < span className = "text-sm" > Enterprise-grade security </ span >
80+ < span className = "text-sm" > Real-time usage visibility </ span >
8081 </ div >
8182 < div className = "flex items-center space-x-2" >
8283 < CheckCircle className = "h-4 w-4 text-green-400" />
83- < span className = "text-sm" > Custom-tailored to your workflow </ span >
84+ < span className = "text-sm" > Enterprise policy enforcement </ span >
8485 </ div >
8586 < div className = "flex items-center space-x-2" >
8687 < CheckCircle className = "h-4 w-4 text-green-400" />
87- < span className = "text-sm" > Improve collaboration and onboarding </ span >
88+ < span className = "text-sm" > Extensible to other AI tools </ span >
8889 </ div >
8990 </ div >
9091 </ div >
@@ -97,10 +98,12 @@ export default async function Enterprise() {
9798 < section id = "benefits" className = "bg-secondary/50 py-16" >
9899 < div className = "container mx-auto px-4 sm:px-6 lg:px-8" >
99100 < div className = "mb-12 text-center" >
100- < h2 className = "text-3xl font-bold tracking-tight sm:text-4xl" > Empower Your Development Team</ h2 >
101+ < h2 className = "text-3xl font-bold tracking-tight sm:text-4xl" >
102+ Take Control of Your AI Development
103+ </ h2 >
101104 < p className = "mx-auto mt-4 max-w-2xl text-lg text-muted-foreground" >
102- Roo Code functions like an entire AI dev team embedded in your developers' IDE, ready
103- to accelerate software delivery and improve code quality .
105+ Roo Code Cloud provides enterprise-grade control and visibility for Roo Code deployments,
106+ with an extensible architecture for your evolving AI strategy .
104107 </ p >
105108 </ div >
106109
@@ -110,23 +113,23 @@ export default async function Enterprise() {
110113 < div className = "mb-4 inline-flex h-12 w-12 items-center justify-center rounded-full bg-blue-100 dark:bg-blue-900/20" >
111114 < Zap className = "h-6 w-6 text-blue-500" />
112115 </ div >
113- < h3 className = "mb-2 text-xl font-bold" > Accelerate Development Cycles </ h3 >
116+ < h3 className = "mb-2 text-xl font-bold" > Centralized AI Management Hub </ h3 >
114117 < p className = "text-muted-foreground" >
115- Supercharge development with AI assistance that helps developers code faster while
116- maintaining quality .
118+ Manage Roo Code deployments enterprise-wide, with an extensible platform ready for your
119+ broader AI ecosystem .
117120 </ p >
118121 < ul className = "mt-4 space-y-2" >
119122 < li className = "flex items-start" >
120123 < CheckCircle className = "mr-2 mt-0.5 h-5 w-5 shrink-0 text-green-500" />
121- < span > Faster time-to-market </ span >
124+ < span > Centralized token management </ span >
122125 </ li >
123126 < li className = "flex items-start" >
124127 < CheckCircle className = "mr-2 mt-0.5 h-5 w-5 shrink-0 text-green-500" />
125- < span > AI pair-programming </ span >
128+ < span > Multi-model support for Roo </ span >
126129 </ li >
127130 < li className = "flex items-start" >
128131 < CheckCircle className = "mr-2 mt-0.5 h-5 w-5 shrink-0 text-green-500" />
129- < span > Improved code quality </ span >
132+ < span > Extensible architecture </ span >
130133 </ li >
131134 </ ul >
132135 </ div >
@@ -136,22 +139,22 @@ export default async function Enterprise() {
136139 < div className = "mb-4 inline-flex h-12 w-12 items-center justify-center rounded-full bg-blue-100 dark:bg-blue-900/20" >
137140 < Users className = "h-6 w-6 text-blue-500" />
138141 </ div >
139- < h3 className = "mb-2 text-xl font-bold" > Augment Your Team with AI Agents </ h3 >
142+ < h3 className = "mb-2 text-xl font-bold" > Real-Time Usage Visibility </ h3 >
140143 < p className = "text-muted-foreground" >
141- Roo Code functions like an AI extension of your team, handling various coding tasks .
144+ Track Roo Code usage across teams with detailed analytics and cost attribution .
142145 </ p >
143146 < ul className = "mt-4 space-y-2" >
144147 < li className = "flex items-start" >
145148 < CheckCircle className = "mr-2 mt-0.5 h-5 w-5 shrink-0 text-green-500" />
146- < span > New code generation </ span >
149+ < span > Token consumption tracking </ span >
147150 </ li >
148151 < li className = "flex items-start" >
149152 < CheckCircle className = "mr-2 mt-0.5 h-5 w-5 shrink-0 text-green-500" />
150- < span > Refactoring and bug fixing </ span >
153+ < span > Cost attribution by team </ span >
151154 </ li >
152155 < li className = "flex items-start" >
153156 < CheckCircle className = "mr-2 mt-0.5 h-5 w-5 shrink-0 text-green-500" />
154- < span > Automate complex migrations </ span >
157+ < span > AI adoption insights </ span >
155158 </ li >
156159 </ ul >
157160 </ div >
@@ -161,22 +164,23 @@ export default async function Enterprise() {
161164 < div className = "mb-4 inline-flex h-12 w-12 items-center justify-center rounded-full bg-blue-100 dark:bg-blue-900/20" >
162165 < Shield className = "h-6 w-6 text-blue-500" />
163166 </ div >
164- < h3 className = "mb-2 text-xl font-bold" > Enterprise-Grade Security </ h3 >
167+ < h3 className = "mb-2 text-xl font-bold" > Enterprise-Grade Governance </ h3 >
165168 < p className = "text-muted-foreground" >
166- Keep your data private with on-premises models, keeping proprietary code in-house.
169+ Implement security policies for Roo Code that align with your enterprise AI governance
170+ framework.
167171 </ p >
168172 < ul className = "mt-4 space-y-2" >
169173 < li className = "flex items-start" >
170174 < CheckCircle className = "mr-2 mt-0.5 h-5 w-5 shrink-0 text-green-500" />
171- < span > Security and compliance </ span >
175+ < span > Model allow-lists </ span >
172176 </ li >
173177 < li className = "flex items-start" >
174178 < CheckCircle className = "mr-2 mt-0.5 h-5 w-5 shrink-0 text-green-500" />
175- < span > No external cloud dependencies </ span >
179+ < span > Data residency controls </ span >
176180 </ li >
177181 < li className = "flex items-start" >
178182 < CheckCircle className = "mr-2 mt-0.5 h-5 w-5 shrink-0 text-green-500" />
179- < span > Open-source and extensible </ span >
183+ < span > Audit trail compliance </ span >
180184 </ li >
181185 </ ul >
182186 </ div >
@@ -186,23 +190,23 @@ export default async function Enterprise() {
186190 < div className = "mb-4 inline-flex h-12 w-12 items-center justify-center rounded-full bg-blue-100 dark:bg-blue-900/20" >
187191 < Workflow className = "h-6 w-6 text-blue-500" />
188192 </ div >
189- < h3 className = "mb-2 text-xl font-bold" > Custom-Tailored to Your Workflow </ h3 >
193+ < h3 className = "mb-2 text-xl font-bold" > 5-Minute Control-Plane Setup </ h3 >
190194 < p className = "text-muted-foreground" >
191- Developers can create Custom Modes for specialized tasks like security auditing or
192- performance tuning .
195+ Deploy your Roo Code control-plane instantly with our SaaS solution. No infrastructure
196+ required .
193197 </ p >
194198 < ul className = "mt-4 space-y-2" >
195199 < li className = "flex items-start" >
196200 < CheckCircle className = "mr-2 mt-0.5 h-5 w-5 shrink-0 text-green-500" />
197- < span > Integrate with internal tools </ span >
201+ < span > Instant deployment </ span >
198202 </ li >
199203 < li className = "flex items-start" >
200204 < CheckCircle className = "mr-2 mt-0.5 h-5 w-5 shrink-0 text-green-500" />
201- < span > Adapt to existing workflows </ span >
205+ < span > SAML/SCIM integration </ span >
202206 </ li >
203207 < li className = "flex items-start" >
204208 < CheckCircle className = "mr-2 mt-0.5 h-5 w-5 shrink-0 text-green-500" />
205- < span > Custom AI behaviors </ span >
209+ < span > REST API access </ span >
206210 </ li >
207211 </ ul >
208212 </ div >
@@ -212,23 +216,22 @@ export default async function Enterprise() {
212216 < div className = "mb-4 inline-flex h-12 w-12 items-center justify-center rounded-full bg-blue-100 dark:bg-blue-900/20" >
213217 < Users className = "h-6 w-6 text-blue-500" />
214218 </ div >
215- < h3 className = "mb-2 text-xl font-bold" > Collaboration and Onboarding </ h3 >
219+ < h3 className = "mb-2 text-xl font-bold" > Manage AI Development Costs </ h3 >
216220 < p className = "text-muted-foreground" >
217- Ask Mode enables developers to query their codebase in plain language and receive
218- instant answers.
221+ Track and control Roo Code costs with detailed analytics and budget controls.
219222 </ p >
220223 < ul className = "mt-4 space-y-2" >
221224 < li className = "flex items-start" >
222225 < CheckCircle className = "mr-2 mt-0.5 h-5 w-5 shrink-0 text-green-500" />
223- < span > Accelerates onboarding </ span >
226+ < span > Unified cost visibility </ span >
224227 </ li >
225228 < li className = "flex items-start" >
226229 < CheckCircle className = "mr-2 mt-0.5 h-5 w-5 shrink-0 text-green-500" />
227- < span > Improves cross-team collaboration </ span >
230+ < span > Department chargebacks </ span >
228231 </ li >
229232 < li className = "flex items-start" >
230233 < CheckCircle className = "mr-2 mt-0.5 h-5 w-5 shrink-0 text-green-500" />
231- < span > Makes code more accessible </ span >
234+ < span > Usage optimization </ span >
232235 </ li >
233236 </ ul >
234237 </ div >
@@ -238,22 +241,22 @@ export default async function Enterprise() {
238241 < div className = "mb-4 inline-flex h-12 w-12 items-center justify-center rounded-full bg-blue-100 dark:bg-blue-900/20" >
239242 < Zap className = "h-6 w-6 text-blue-500" />
240243 </ div >
241- < h3 className = "mb-2 text-xl font-bold" > Faster Delivery, Lower Costs </ h3 >
244+ < h3 className = "mb-2 text-xl font-bold" > Zero Friction for Developers </ h3 >
242245 < p className = "text-muted-foreground" >
243- Automate routine tasks to accelerate software releases and reduce costs .
246+ Developers get seamless Roo Code access while you maintain governance and visibility .
244247 </ p >
245248 < ul className = "mt-4 space-y-2" >
246249 < li className = "flex items-start" >
247250 < CheckCircle className = "mr-2 mt-0.5 h-5 w-5 shrink-0 text-green-500" />
248- < span > Improved code quality & consistency </ span >
251+ < span > Automatic token refresh </ span >
249252 </ li >
250253 < li className = "flex items-start" >
251254 < CheckCircle className = "mr-2 mt-0.5 h-5 w-5 shrink-0 text-green-500" />
252- < span > Empowered developers, happier teams </ span >
255+ < span > Local sidecar architecture </ span >
253256 </ li >
254257 < li className = "flex items-start" >
255258 < CheckCircle className = "mr-2 mt-0.5 h-5 w-5 shrink-0 text-green-500" />
256- < span > Rapid knowledge sharing </ span >
259+ < span > No workflow disruption </ span >
257260 </ li >
258261 </ ul >
259262 </ div >
@@ -265,16 +268,15 @@ export default async function Enterprise() {
265268 < section className = "py-16" >
266269 < div className = "container mx-auto px-4 sm:px-6 lg:px-8" >
267270 < div className = "mb-12 text-center" >
268- < h2 className = "text-3xl font-bold tracking-tight sm:text-4xl" > What Makes Roo Code Unique </ h2 >
271+ < h2 className = "text-3xl font-bold tracking-tight sm:text-4xl" > Why You Need a Control-Plane </ h2 >
269272 < p className = "mx-auto mt-4 max-w-2xl text-lg text-muted-foreground" >
270- Unlike traditional code editors or basic autocomplete tools, Roo Code is an autonomous
271- coding agent with powerful capabilities.
273+ See how Roo Code Cloud brings enterprise control to AI-powered development.
272274 </ p >
273275 </ div >
274276
275277 < div className = "grid gap-8 md:grid-cols-2" >
276278 < div className = "rounded-lg border border-border bg-card p-8 shadow-sm" >
277- < h3 className = "mb-4 text-2xl font-bold" > Traditional AI Coding Assistants </ h3 >
279+ < h3 className = "mb-4 text-2xl font-bold" > Current State: AI Tool Sprawl </ h3 >
278280 < ul className = "space-y-3" >
279281 < li className = "flex items-start" >
280282 < svg
@@ -289,7 +291,7 @@ export default async function Enterprise() {
289291 d = "M6 18L18 6M6 6l12 12"
290292 />
291293 </ svg >
292- < span > Limited to autocomplete and simple suggestions </ span >
294+ < span > Roo Code tokens managed individually by developers </ span >
293295 </ li >
294296 < li className = "flex items-start" >
295297 < svg
@@ -304,7 +306,7 @@ export default async function Enterprise() {
304306 d = "M6 18L18 6M6 6l12 12"
305307 />
306308 </ svg >
307- < span > Lack project-wide context understanding </ span >
309+ < span > No visibility into AI tool usage or costs </ span >
308310 </ li >
309311 < li className = "flex items-start" >
310312 < svg
@@ -319,7 +321,7 @@ export default async function Enterprise() {
319321 d = "M6 18L18 6M6 6l12 12"
320322 />
321323 </ svg >
322- < span > Can't execute commands or perform web actions </ span >
324+ < span > Inconsistent security practices </ span >
323325 </ li >
324326 < li className = "flex items-start" >
325327 < svg
@@ -334,7 +336,7 @@ export default async function Enterprise() {
334336 d = "M6 18L18 6M6 6l12 12"
335337 />
336338 </ svg >
337- < span > No customization for enterprise workflows </ span >
339+ < span > Shadow AI spend on corporate cards </ span >
338340 </ li >
339341 < li className = "flex items-start" >
340342 < svg
@@ -349,33 +351,33 @@ export default async function Enterprise() {
349351 d = "M6 18L18 6M6 6l12 12"
350352 />
351353 </ svg >
352- < span > Often require sending code to external cloud services </ span >
354+ < span > No centralized governance framework </ span >
353355 </ li >
354356 </ ul >
355357 </ div >
356358
357359 < div className = "rounded-lg border border-border bg-card p-8 shadow-sm" >
358- < h3 className = "mb-4 text-2xl font-bold text-blue-400" > Roo Code Enterprise </ h3 >
360+ < h3 className = "mb-4 text-2xl font-bold text-blue-400" > Roo Code Cloud Control-Plane </ h3 >
359361 < ul className = "space-y-3" >
360362 < li className = "flex items-start" >
361363 < CheckCircle className = "mr-2 mt-0.5 h-5 w-5 text-green-500" />
362- < span > Full-featured AI dev team with natural language communication </ span >
364+ < span > Centralized Roo Code management dashboard </ span >
363365 </ li >
364366 < li className = "flex items-start" >
365367 < CheckCircle className = "mr-2 mt-0.5 h-5 w-5 text-green-500" />
366- < span > Deep understanding of your entire codebase </ span >
368+ < span > Complete visibility into usage and costs </ span >
367369 </ li >
368370 < li className = "flex items-start" >
369371 < CheckCircle className = "mr-2 mt-0.5 h-5 w-5 text-green-500" />
370- < span > Can run tests, execute commands, and perform web actions </ span >
372+ < span > Consistent policy enforcement </ span >
371373 </ li >
372374 < li className = "flex items-start" >
373375 < CheckCircle className = "mr-2 mt-0.5 h-5 w-5 text-green-500" />
374- < span > Custom modes for specialized enterprise tasks </ span >
376+ < span > Controlled, trackable AI investments </ span >
375377 </ li >
376378 < li className = "flex items-start" >
377379 < CheckCircle className = "mr-2 mt-0.5 h-5 w-5 text-green-500" />
378- < span > On-premises deployment option for data privacy </ span >
380+ < span > Enterprise-ready governance platform </ span >
379381 </ li >
380382 </ ul >
381383 </ div >
@@ -391,8 +393,8 @@ export default async function Enterprise() {
391393 Ready to Transform Your Development Process?
392394 </ h2 >
393395 < p className = "mb-8 text-lg text-muted-foreground" >
394- Join our early access program and be among the first to experience the power of Roo Code for
395- Enterprise.
396+ Join our early access program and be among the first to experience the power of Roo Code
397+ Cloud for Enterprise.
396398 </ p >
397399 < div className = "grid gap-4 sm:grid-cols-2 sm:gap-6" >
398400 < div className = "rounded-lg border border-border bg-card p-6 text-center shadow-sm" >
@@ -410,15 +412,6 @@ export default async function Enterprise() {
410412 < ContactForm formType = "demo" buttonText = "Contact Us" buttonClassName = "w-full" />
411413 </ div >
412414 </ div >
413- < div className = "mt-8" >
414- < Button variant = "outline" size = "lg" >
415- < a
416- href = "mailto:[email protected] ?subject=Enterprise Guide Request" 417- className = "flex items-center justify-center" >
418- Download the Enterprise Guide
419- </ a >
420- </ Button >
421- </ div >
422415 </ div >
423416 </ div >
424417 </ section >
0 commit comments