Skip to content

Commit 179ae9c

Browse files
committed
docs: update home page copy, revert quick-start title to original
1 parent 704c271 commit 179ae9c

2 files changed

Lines changed: 8 additions & 12 deletions

File tree

app/app/page.tsx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ export default function Home() {
8383
Unified data from{' '}
8484
<a href="https://opendevdata.org/" target="_blank" rel="noopener noreferrer" className="text-gray-800 underline underline-offset-2 decoration-gray-300 hover:decoration-gray-600 transition-colors">Open Dev Data</a>,{' '}
8585
<a href="https://www.gharchive.org/" target="_blank" rel="noopener noreferrer" className="text-gray-800 underline underline-offset-2 decoration-gray-300 hover:decoration-gray-600 transition-colors">GitHub Archive</a>, and{' '}
86-
<a href="https://www.oso.xyz" target="_blank" rel="noopener noreferrer" className="text-gray-800 underline underline-offset-2 decoration-gray-300 hover:decoration-gray-600 transition-colors">OSO</a>{' '}
87-
— explore it in the browser, query it via API, or hand it to your AI agent.
86+
<a href="https://www.oso.xyz" target="_blank" rel="noopener noreferrer" className="text-gray-800 underline underline-offset-2 decoration-gray-300 hover:decoration-gray-600 transition-colors">OSO</a>.
87+
Explore it in the browser, query via a single API, or just hand it to your agent.
8888
</p>
8989
</div>
9090

@@ -96,15 +96,17 @@ export default function Home() {
9696
<h2 className="text-sm font-semibold text-gray-900 mb-1.5">Stop plumbing. Start visualizing.</h2>
9797
<p className="text-gray-500 text-sm leading-relaxed">
9898
Cross-source data pipelines are hard to build and harder to maintain.
99-
DDP handles the integration so you can go straight to insights.
99+
DDP handles the messy middle so you can go straight to doing cool things.
100100
</p>
101101
</div>
102102
<div>
103103
<h2 className="text-sm font-semibold text-gray-900 mb-1.5">Open. Traceable. Forkable.</h2>
104104
<p className="text-gray-500 text-sm leading-relaxed">
105-
Every model is a Python notebook — built on{' '}
105+
Every model you see here is a Python notebook — built on{' '}
106106
<a href="https://marimo.io/" target="_blank" rel="noopener noreferrer" className="text-gray-700 underline underline-offset-2 decoration-gray-300 hover:decoration-gray-600 transition-colors">marimo</a>
107-
{' '}— that you can inspect, replicate, or fork and run in your own environment.
107+
{' '}— that you can inspect, replicate, or{' '}
108+
<a href="https://github.com/opensource-observer/ddp" target="_blank" rel="noopener noreferrer" className="text-gray-700 underline underline-offset-2 decoration-gray-300 hover:decoration-gray-600 transition-colors">fork</a>
109+
{' '}and run in your own environment.
108110
</p>
109111
</div>
110112
</div>

notebooks/quick-start.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@
77
@app.cell(hide_code=True)
88
def _(mo):
99
mo.md("""
10-
# Developer Data Portal
11-
12-
Open-source developer analytics across Ethereum and beyond. Unified data from Open Dev Data, GitHub Archive, and OSO. Explore it in the browser, query via a single API, or just hand it to your agent.
13-
14-
Cross-source data pipelines are hard to build and harder to maintain. DDP handles the messy middle so you can go straight to doing cool things.
15-
16-
Every model you see here is a Python notebook — built on [marimo](https://marimo.io) — that you can inspect, replicate, or [fork](https://github.com/opensource-observer/ddp) and run in your own environment.
10+
# Quick Start
1711
""")
1812
return
1913

0 commit comments

Comments
 (0)