@@ -11,14 +11,17 @@ Drop a GitHub URL. Get a shareable certificate in seconds.
1111
1212## Screenshots
1313
14- Drop product screenshots and one short export GIF here before launch :
14+ Home :
1515
16- - ` docs/screenshots/home.png `
17- - ` docs/screenshots/certificate.png `
18- - ` docs/screenshots/leaderboard.png `
19- - ` docs/screenshots/export.gif `
16+ ![ Homepage screenshot] ( docs/screenshots/homepage.png )
2017
21- Use lowercase file names for docs assets to keep paths predictable across platforms.
18+ Certificate view:
19+
20+ ![ Certificate screenshot] ( docs/screenshots/certificate.png )
21+
22+ About page:
23+
24+ ![ About page screenshot] ( docs/screenshots/about.png )
2225
2326## How it works
2427
@@ -30,16 +33,17 @@ Use lowercase file names for docs assets to keep paths predictable across platfo
3033## Features
3134
3235- A4-style death certificate with cause, last words, age, and stats
33- - PNG export for sharing and print
34- - Share-to-X flow with prefilled text
36+ - Multi-format social exports (Instagram 4:5 / square, X, Facebook, Story)
37+ - Native mobile Story/Reel-friendly share (9:16 on mobile)
3538- Hall of Shame leaderboard of famously abandoned repos
39+ - Recently Buried live feed (latest public burials)
3640
3741## Privacy
3842
3943- No login required
4044- Only public GitHub data is used
41- - No analyzed repository data is stored server-side
42- - Anonymous usage counters only (Vercel KV)
45+ - Recently Buried stores the latest public burial entries (repo, cause, score, timestamp)
46+ - Anonymous aggregate analytics are used for product metrics
4347
4448## Leaderboard data
4549
8690│ ├── page.tsx
8791│ ├── about/
8892│ ├── terms/
89- │ ├── privacy/
9093│ └── api/
9194│ ├── repo/
9295│ ├── stats/
0 commit comments