Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PIA — Product Context Graph for Engineering Teams

PIA builds a persistent **Product Context Graph** inside your JetBrains IDE — connecting customer feedback, YouTrack tickets, your codebase, and shipped outcomes into a single queryable intelligence layer. Engineers understand *why* before they write a line of code. PMs prioritize with data, not gut feel. The graph compounds with every sprint.
PIA (Product Intelligence Agent) builds a persistent **Product Context Graph** inside your JetBrains IDE — connecting customer feedback, YouTrack tickets, your codebase, and shipped outcomes into a single queryable intelligence layer. Engineers understand *why* before they write a line of code. PMs prioritize with data, not gut feel. The graph compounds with every sprint.

**Website:** [pia-alpha.netlify.app](https://pia-alpha.netlify.app)

Expand Down
10 changes: 5 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ <h1 class="heading mb-6" style="font-size:clamp(2.4rem,4.2vw,3.5rem); line-heigh
</h1>

<p class="text-lg leading-relaxed mb-8" style="color:var(--ink-500); max-width:440px; font-weight:400">
PIA builds a persistent intelligence layer inside your JetBrains IDE —
PIA (Product Intelligence Agent) builds a persistent intelligence layer inside your JetBrains IDE —
connecting customer feedback, YouTrack tickets, and your codebase.
Engineers know <em>why</em>. PMs prioritize with data. The graph
compounds with every sprint.
Expand Down Expand Up @@ -609,7 +609,7 @@ <h3 class="heading text-xl mb-1">Ticket Enricher</h3>
<div style="position:absolute;top:0;right:0;width:100px;height:100px;background:radial-gradient(circle,rgba(8,124,250,.06),transparent 70%);transform:translate(25px,-25px)"></div>
<div class="flex items-center justify-between mb-5">
<span class="text-xs font-semibold px-2.5 py-1 rounded-full badge-next">Upcoming</span>
<span class="font-mono text-xs" style="color:var(--ink-300)">Q2 2026</span>
<span class="font-mono text-xs" style="color:var(--ink-300)">Q1 2026</span>
</div>
<p class="section-label mb-1">Phase 2</p>
<h3 class="heading text-xl mb-1">Codebase Awareness</h3>
Expand Down Expand Up @@ -643,7 +643,7 @@ <h3 class="heading text-xl mb-1">Codebase Awareness</h3>
<div style="position:absolute;top:0;right:0;width:100px;height:100px;background:radial-gradient(circle,rgba(124,82,255,.05),transparent 70%);transform:translate(25px,-25px)"></div>
<div class="flex items-center justify-between mb-5">
<span class="text-xs font-semibold px-2.5 py-1 rounded-full badge-future">Planned</span>
<span class="font-mono text-xs" style="color:var(--ink-300)">Q3 2026</span>
<span class="font-mono text-xs" style="color:var(--ink-300)">Q2 2026</span>
</div>
<p class="section-label mb-1" style="color:var(--purple)">Phase 3</p>
<h3 class="heading text-xl mb-1">Customer Demand Layer</h3>
Expand Down Expand Up @@ -681,7 +681,7 @@ <h3 class="heading text-xl mb-1">Customer Demand Layer</h3>
<div style="position:absolute;top:0;right:0;width:100px;height:100px;background:radial-gradient(circle,rgba(124,82,255,.04),transparent 70%);transform:translate(25px,-25px)"></div>
<div class="flex items-center justify-between mb-5">
<span class="text-xs font-semibold px-2.5 py-1 rounded-full badge-future">Planned</span>
<span class="font-mono text-xs" style="color:var(--ink-300)">Q4 2026</span>
<span class="font-mono text-xs" style="color:var(--ink-300)">Q2 2026</span>
</div>
<p class="section-label mb-1" style="color:var(--purple)">Phase 4</p>
<h3 class="heading text-xl mb-1">Product Context Graph</h3>
Expand Down Expand Up @@ -711,7 +711,7 @@ <h3 class="heading text-xl mb-1">Product Context Graph</h3>
<div style="position:absolute;top:0;right:0;width:100px;height:100px;background:radial-gradient(circle,rgba(124,82,255,.04),transparent 70%);transform:translate(25px,-25px)"></div>
<div class="flex items-center justify-between mb-5">
<span class="text-xs font-semibold px-2.5 py-1 rounded-full badge-future">Planned</span>
<span class="font-mono text-xs" style="color:var(--ink-300)">Q1 2027</span>
<span class="font-mono text-xs" style="color:var(--ink-300)">Q2 2026</span>
</div>
<p class="section-label mb-1" style="color:var(--purple)">Phase 5</p>
<h3 class="heading text-xl mb-1">Intelligence Layer</h3>
Expand Down
Loading