Skip to content

Commit c44db62

Browse files
committed
Merge branch 'dev/homepage-video-and-messaging' into 'master'
Update homepage video and messaging See merge request postgres-ai/docs!825
2 parents 6afa38c + dbb98fd commit c44db62

File tree

1 file changed

+23
-12
lines changed

1 file changed

+23
-12
lines changed

src/pages/index.tsx

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ function IndexPage() {
4141
<iframe
4242
width="100%"
4343
height="100%"
44-
src="https://www.youtube.com/embed/ZWGY64V8AHw?modestbranding=1&rel=0"
45-
title="postgres_ai copilot demo"
44+
src="https://www.youtube.com/embed/PJ4bh1TnpLE?modestbranding=1&rel=0"
45+
title="PostgresAI demo"
4646
frameBorder="0"
4747
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
4848
allowFullScreen
@@ -53,7 +53,7 @@ function IndexPage() {
5353
{/* Copilot Diagram */}
5454
<div className={styles.copilotDiagram}>
5555
<div className={styles.copilotDiagramInner}>
56-
<pre className={styles.copilotDiagramDesktop}>{`╔════════════╗ ╔══════════ POSTGRESAI COPILOT ════════════╗
56+
<pre className={styles.copilotDiagramDesktop}>{`╔════════════╗ ╔══════════════ POSTGRESAI ═══════════════╗
5757
║ Your ║░ ║ ┏━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━┓ ║░
5858
║ Postgres ║░──────▶║ ┃ Monitoring ┃────▶┃ Health check ┃ ║░
5959
║ database ║░ ║ ┗━━━━━━━━━━━━━━┛ ┃ & Issues ┃ ║░
@@ -73,7 +73,7 @@ function IndexPage() {
7373
░░░░░░░░░░░░░░░░░░ │
7474
│ │
7575
▼ │
76-
╔══ POSTGRESAI COPILOT ══╗
76+
╔════ POSTGRESAI ════╗
7777
║ ┏━━━━━━━━━━━━━━━━━┓ ║░ │
7878
║ ┃ Monitoring ┃ ║░ │
7979
║ ┗━━━━━━━━━━━━━━━━━┛ ║░ │
@@ -101,30 +101,41 @@ function IndexPage() {
101101
</div>
102102

103103
{/* Key Features */}
104+
<p className={styles.subtitle}>
105+
Autonomous Postgres, Level 3
106+
</p>
104107
<div className={styles.featuresGrid}>
105108
<div className={styles.feature}>
106-
<h3>Effortless index maintenance</h3>
107-
<p>Copilot continuously cleans up unused and redundant indexes, mitigates bloat — following battle-tested methodologies, not just AI guessing</p>
109+
<h3>Index maintenance and bloat control</h3>
110+
<p>PostgresAI continuously cleans up unused and redundant indexes and mitigates bloat – following battle-tested methodologies, not guesswork</p>
111+
</div>
112+
<div className={styles.feature}>
113+
<h3>Query optimization</h3>
114+
<p>PostgresAI identifies slow queries and missing indexes, and delivers actionable fixes tested on clones of your database</p>
115+
</div>
116+
<div className={styles.feature}>
117+
<h3>Postgres configuration tuning</h3>
118+
<p>PostgresAI tunes 20+ configuration parameters – continuously expanding coverage based on real-world workloads</p>
108119
</div>
109120
<div className={styles.feature}>
110-
<h3>Query analysis</h3>
111-
<p>Copilot identifies slow queries, missing indexes, and delivers actionable fixes tested on clones of your database</p>
121+
<h3>Performance cliffs and risk analysis</h3>
122+
<p>PostgresAI detects and predicts hard issues – LWLock:LockManager contention, MultiXact exhaustion, XID wraparound – helping you avoid disastrous consequences</p>
112123
</div>
113124
<div className={styles.feature}>
114-
<h3>Performance cliffs</h3>
115-
<p>Copilot detects and predicts issues like LWLock:LockManager contention, MultiXact exhaustion, XID wraparound — helping you avoid disastrous consequences</p>
125+
<h3>Monitoring for self-driving Postgres</h3>
126+
<p>Monitoring designed for deep visibility, AI workflows, and a high degree of automation – supporting both detailed investigation and hands-off operations</p>
116127
</div>
117128
<div className={styles.feature}>
118129
<h3>Built for fast-moving teams</h3>
119-
<p>For startups with solid engineering teams. Focus on shipping features we've got your database covered</p>
130+
<p>For teams that ship fast. Focus on features we've got your database covered</p>
120131
</div>
121132
<div className={styles.feature}>
122133
<h3>Universal integration</h3>
123134
<p>Works with any Postgres: self-managed, Kubernetes, RDS, CloudSQL, Supabase, and other managed services</p>
124135
</div>
125136
<div className={styles.feature}>
126137
<h3>Battle-tested expertise</h3>
127-
<p>Trusted by GitLab, Chewy, Supabase, Miro, Orb, Midjourney, Suno, Gamma, Photoroom, and <a href="/consulting">many others</a></p>
138+
<p>Trusted by GitLab, Chewy, Supabase, Miro, Orb, Midjourney, Suno, WorkOS, Photoroom, and <a href="/consulting">many others</a></p>
128139
</div>
129140
</div>
130141

0 commit comments

Comments
 (0)