Skip to content

Commit 4c395ba

Browse files
authored
Merge pull request #3 from griddynamics/update/features-and-overview
Add Key Features checklist, fix Get Started button, improve overview …
2 parents a9c2dc6 + 7742b58 commit 4c395ba

4 files changed

Lines changed: 73 additions & 41 deletions

File tree

docs/web/_includes/nav.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<header class="site-header">
22
<div class="nav-wrap">
33
<div class="brand">
4-
<img src="{{ '/assets/brand/rosetta-favicon.png' | relative_url }}" alt="Rosetta icon">
5-
<span>{{ site.title }}</span>
4+
<img src="{{ '/assets/brand/rosetta-logo-full-color-white.png' | relative_url }}" alt="Rosetta" class="brand-logo">
65
</div>
76
<nav>
87
<ul>

docs/web/assets/styles.css

Lines changed: 35 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,11 @@ a:hover {
7070
text-decoration: none;
7171
}
7272

73-
.brand img {
74-
width: 24px;
75-
height: 24px;
73+
.brand-logo {
74+
height: 3.5rem;
75+
width: auto;
7676
object-fit: contain;
77+
display: block;
7778
}
7879

7980
nav ul {
@@ -294,7 +295,7 @@ footer {
294295
.hero-main p { max-width: none; }
295296

296297
.hero-logo {
297-
width: 140px;
298+
width: clamp(260px, 38vw, 420px);
298299
height: auto;
299300
display: block;
300301
margin: 0 auto 1.4rem;
@@ -510,6 +511,36 @@ h2.with-marker::before {
510511
nav a.github-link span { font-size: .9rem; }
511512
}
512513

514+
/* ===== KEY FEATURES LIST ===== */
515+
.features-list {
516+
list-style: none;
517+
padding: 0;
518+
margin: 0;
519+
display: grid;
520+
grid-template-columns: 1fr 1fr;
521+
gap: .6rem 2rem;
522+
}
523+
524+
.features-list li {
525+
max-width: none;
526+
color: var(--muted);
527+
padding-left: 1.6rem;
528+
position: relative;
529+
line-height: 1.55;
530+
}
531+
532+
.features-list li::before {
533+
content: "✓";
534+
position: absolute;
535+
left: 0;
536+
color: var(--gd-gold);
537+
font-weight: 700;
538+
}
539+
540+
@media (max-width: 640px) {
541+
.features-list { grid-template-columns: 1fr; }
542+
}
543+
513544
@media (max-width: 640px) {
514545
.hero-main {
515546
padding: 3.5rem 1.2rem 3rem;

docs/web/index.md

Lines changed: 16 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,16 @@ permalink: /
77
<!-- ===== HERO ===== -->
88
<section class="hero-main">
99
<img src="{{ '/assets/brand/rosetta-logo-full-color-white.png' | relative_url }}" alt="Rosetta logo" class="hero-logo">
10-
<h1>Rosetta</h1>
1110
<p class="hero-tagline">Control plane for AI coding agents. Governs behavior, packages proven workflows, and delivers consistent engineering quality across your entire organization.</p>
1211
<div class="hero-actions">
13-
<a href="{{ '/install/' | relative_url }}" class="button">Get Started</a>
12+
<a href="#quick-start" class="button">Get Started</a>
1413
<a href="{{ '/overview/' | relative_url }}" class="button-ghost">Learn More</a>
1514
<a href="https://github.com/griddynamics/rosetta" class="button-ghost" target="_blank" rel="noopener noreferrer">GitHub</a>
1615
</div>
1716
</section>
1817

1918
<!-- ===== QUICK START ===== -->
20-
<section class="section">
19+
<section class="section" id="quick-start">
2120
<div class="qs-panel">
2221
<h2 class="with-marker">Quick Start</h2>
2322
<p class="qs-sub">Add Rosetta MCP to your AI coding client in minutes. No source code sharing required.</p>
@@ -110,35 +109,21 @@ permalink: /
110109
})();
111110
</script>
112111

113-
<!-- ===== WHAT ROSETTA DOES ===== -->
112+
<!-- ===== KEY FEATURES ===== -->
114113
<section class="section">
115-
<h2 class="with-marker">What Rosetta Does</h2>
116-
<div class="grid features-grid">
117-
<article class="card">
118-
<h3>Classification First</h3>
119-
<p>Every request maps to an explicit workflow — coding, QA, research, modernization, or help — for predictable, consistent execution.</p>
120-
</article>
121-
<article class="card">
122-
<h3>Meta-Prompting</h3>
123-
<p>Adapts prompts and rules to project-specific context instead of relying on static, one-off prompt snippets spread across teams.</p>
124-
</article>
125-
<article class="card">
126-
<h3>Agent-Agnostic</h3>
127-
<p>Works consistently across Cursor, Claude Code, GitHub Copilot, Codex, Windsurf, and any MCP-capable coding tool.</p>
128-
</article>
129-
<article class="card">
130-
<h3>Unified Knowledge Hub</h3>
131-
<p>Business context, architecture, requirements, and rules organized in one retrievable system via RAGFlow and MCP tools.</p>
132-
</article>
133-
<article class="card">
134-
<h3>Built-in Guardrails</h3>
135-
<p>Approval gates, risk controls, and human-in-the-loop checkpoints reduce AI slop and costly execution mistakes.</p>
136-
</article>
137-
<article class="card">
138-
<h3>Release Governance</h3>
139-
<p>r1/r2/r3 release tracks provide safe instruction evolution, rollback capability, and adoption visibility across teams.</p>
140-
</article>
141-
</div>
114+
<h2 class="with-marker">Key Features</h2>
115+
<ul class="features-list">
116+
<li>Based on SOTA Meta-Prompting technology</li>
117+
<li>Project-specific, dynamically composed context</li>
118+
<li>Replaces static, one-size-fits-all rule sets</li>
119+
<li>Progressive disclosure</li>
120+
<li>Air gap security — no source code is transferred</li>
121+
<li>MCP-based: one-line installation &amp; centralized management</li>
122+
<li>Agent agnostic: Claude Code, Cursor, Codex, and more</li>
123+
<li>Rich dynamic context with rules, workflows, skills, and sub-agents</li>
124+
<li>Continuously updated centralized knowledge base</li>
125+
<li>Cloud, on-prem, open source, and enterprise editions</li>
126+
</ul>
142127
</section>
143128

144129

docs/web/overview.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ permalink: /overview/
1111

1212
## What Rosetta Solves
1313

14+
Modern AI coding agents require externalized, persistent context to maintain stable behavior across sessions and tasks. Creating and maintaining this context is typically manual, error-prone, and slow. Rosetta automates the initialization and ongoing maintenance of AI coding agent context for new and existing codebases — providing agent rules, skills, workflows, sub-agents, and instructions as explicit, versioned artifacts, managed centrally via MCP so teams across the organization can share and evolve agent context consistently.
15+
1416
- Fragmented adoption and inconsistent execution across teams and tools.
1517
- Missing business and technical context in day-to-day AI-assisted development.
1618
- Weak governance, low visibility, and avoidable risk in AI-enabled SDLC.
@@ -19,10 +21,25 @@ permalink: /overview/
1921
## Benefits By Role
2022

2123
<div class="grid">
22-
<article class="card"><h3>Engineers</h3><p>Get productive faster with standardized batteries-included flows, HITL gates, and automatic adaptation to different coding agents and stacks.</p></article>
23-
<article class="card"><h3>Managers</h3><p>Maintain one common instruction foundation with project-level extensions, lower maintenance overhead, and stronger quality consistency.</p></article>
24-
<article class="card"><h3>Directors</h3><p>Operate with governance at scale, usage visibility, and curated knowledge management that stays current and reusable.</p></article>
25-
<article class="card"><h3>VP / Leadership</h3><p>Demonstrate delivery value, cost efficiency, and risk reduction while preserving flexibility for the changing AI landscape.</p></article>
24+
<article class="card">
25+
<h3>For Developers</h3>
26+
<ul>
27+
<li>Persistent, externalized agent context to keep behavior consistent across sessions</li>
28+
<li>Automatic setup of agent rules, workflows, and coding conventions per project</li>
29+
<li>Reduced manual prompt crafting and trial-and-error when switching tasks or repos</li>
30+
<li>Explicit, versioned context that can be inspected, diffed, and updated</li>
31+
<li>Shared context across teammates to avoid agent behavior drift</li>
32+
</ul>
33+
</article>
34+
<article class="card">
35+
<h3>For Managers</h3>
36+
<ul>
37+
<li>Security — no code is transferred, only rules</li>
38+
<li>Standardized AI agent behavior and centralized management of agent instructions</li>
39+
<li>Reduced onboarding time for new engineers and new codebases</li>
40+
<li>Clear ownership and evolution of AI development practices</li>
41+
</ul>
42+
</article>
2643
</div>
2744

2845
## Core Principles

0 commit comments

Comments
 (0)