feat: better messaging

This commit is contained in:
Nik L
2026-04-02 15:36:34 -04:00
parent 3fd6d63fa3
commit 8ec166590d
6 changed files with 27 additions and 26 deletions

View File

@@ -8,27 +8,27 @@ const slides = [
{
label: 'Dashboard',
src: '/dashboard.png',
alt: 'GreyProxy dashboard showing total requests, allowed, blocked, and allow rate stats',
alt: 'Greywall dashboard showing total requests, allowed, blocked, and allow rate stats',
},
{
label: 'Pending',
src: '/pending_requests.png',
alt: 'GreyProxy pending network requests with Allow and Deny controls for each domain',
alt: 'Greywall pending network requests with Allow and Deny controls for each domain',
},
{
label: 'Rules',
src: '/rules.png',
alt: 'GreyProxy domain rules configuration showing allow and deny policies per source',
alt: 'Greywall domain rules configuration showing allow and deny policies per source',
},
{
label: 'Activity',
src: '/activity.png',
alt: 'GreyProxy activity log showing real-time TCP connections with status, source, destination, and duration',
alt: 'Greywall activity log showing real-time TCP connections with status, source, destination, and duration',
},
{
label: 'Conversations',
src: '/conversations.png',
alt: 'GreyProxy conversations view showing agent interactions with tool calls and results',
alt: 'Greywall conversations view showing agent interactions with tool calls and results',
},
]
@@ -82,12 +82,13 @@ export function Observability() {
</span>
</div>
<h2 className="font-serif text-3xl sm:text-4xl font-semibold tracking-tight mb-4">
See every network connection.
See every file access and network connection.
</h2>
<p className="text-muted-foreground font-serif text-lg leading-relaxed">
You can&apos;t predict which domains your agent will reach for. GreyProxy captures
every outbound connection and lets you allow or deny them in real time, without
restarting the session.
You can&apos;t predict which files your agent will read or which domains it will reach
for. Greywall learns what the agent needs on your filesystem automatically and
captures every outbound connection, letting you adjust policies in real time
without restarting the session.
</p>
</div>