You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- types.ts: export UserRepoSummary (required by page.tsx and UserDashboard)
- about/page.tsx: import from ./AboutContent (component was committed separately)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
body: "A parody tool for dead repos. Paste a GitHub URL and get an official-looking death certificate for your abandoned side project.",
21
-
},
22
-
{
23
-
title: 'Is the data real?',
24
-
body: "Yes. We use GitHub's public API (commits, stars, issues, archive status). Cause of death is generated from those signals.",
25
-
},
26
-
{
27
-
title: 'Private repos?',
28
-
body: "No. We don't break into houses. Public repos only.",
29
-
},
30
-
{
31
-
title: 'What we collect',
32
-
body: "No accounts and no signup. We process the GitHub URL you submit, store the latest public burials shown on the homepage (repo name, generated cause, score, timestamp), and collect anonymous usage metrics to understand feature usage.",
33
-
},
34
-
{
35
-
title: 'Support the Undertaker ⚰️',
36
-
body: "This site runs on a cheap server and a questionable amount of free time. If it made you laugh, a coffee keeps the lights on.",
37
-
coffee: true,
38
-
},
39
-
{
40
-
title: 'Contact',
41
-
body: 'Questions, bugs, or legal threats:',
42
-
email: 'dot.systems@proton.me',
43
-
},
44
-
{
45
-
title: 'Terms',
46
-
body: "A parody tool — certificates are not legally valid documents. Data is from GitHub's public API; causes of death are algorithmic. Personal use only. By using the service you acknowledge that we process submitted public repo URLs, publish recent public burials on the homepage, and collect anonymous aggregate analytics. We may update these at any time. Continued use = acceptance.",
47
-
},
48
-
]
49
-
50
15
exportdefaultfunctionAboutPage(){
51
-
return(
52
-
<SubpageShell
53
-
title="The Mortician"
54
-
subtitle="Everything you need to know before the funeral."
0 commit comments