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
Reframe the project value proposition, tighten feature and privacy sections, and update setup details so first-time contributors and users can understand and run the product faster.
Made-with: Cursor
Copy file name to clipboardExpand all lines: README.md
+83-1Lines changed: 83 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
<<<<<<< HEAD
1
2
# Commitment Issues
2
3
3
4
Official death certificates for abandoned GitHub repositories.
@@ -10,9 +11,36 @@ Official death certificates for abandoned GitHub repositories.
10
11
## What is Commitment Issues?
11
12
12
13
Paste a public GitHub repository URL and get a shareable **Certificate of Death**: a tongue-in-cheek summary of how “dead” the repo looks, with a score, cause of death, last words, and exportable graphics for social posts. No account required.
14
+
=======
15
+
# commitmentissues.dev
13
16
14
-
## Features
17
+
Official death certificates for abandoned GitHub repositories.
Paste a public GitHub repository URL and get a shareable **Certificate of Death** with a score, cause of death, last words, and export-ready visuals.
25
+
26
+
## What Is Commitment Issues?
15
27
28
+
Commitment Issues is a tongue-in-cheek product for developers and founder communities. It analyzes public repository signals and generates a stylized death certificate for repos that look abandoned.
29
+
30
+
No account required.
31
+
32
+
## Core Features
33
+
34
+
- Certificate of Death sheet (cause, last words, score, repo age, derived stats)
35
+
- Export formats for social platforms (feed, square, story-style)
36
+
- Mobile-friendly sharing
37
+
- Hall of Shame (curated leaderboard)
38
+
- Recently Buried (recent public burials feed)
39
+
>>>>>>> ab3e4b0 (Refine README clarity and onboarding flow.)
40
+
41
+
## How It Works
42
+
43
+
<<<<<<< HEAD
16
44
-**Certificate of Death** — A4-style layout with cause, last words, repo age, and derived stats
17
45
-**Exports** — Multiple aspect ratios (feed, square, story-style) for common social platforms
18
46
-**Mobile share** — Native share uses a tall story-friendly format on small screens to reduce bad crops
Open [http://localhost:3000](http://localhost:3000).
74
127
128
+
<<<<<<< HEAD
75
129
### Environment
76
130
77
131
Optional: add a GitHub token to raise API rate limits.
132
+
=======
133
+
### Optional Environment
134
+
135
+
Use a GitHub token to raise API rate limits in local dev:
136
+
>>>>>>> ab3e4b0 (Refine README clarity and onboarding flow.)
78
137
79
138
```env
80
139
GITHUB_TOKEN=ghp_yourtoken
81
140
```
82
141
142
+
<<<<<<< HEAD
83
143
Create a token under GitHub **Settings → Developer settings → Personal access tokens**. Fine-grained tokens work if you limit scope to what this app needs; classic tokens are also fine for local dev.
84
144
85
145
## Testing
146
+
=======
147
+
## Scripts
148
+
>>>>>>> ab3e4b0 (Refine README clarity and onboarding flow.)
86
149
87
150
```bash
151
+
npm run dev
152
+
npm run build
88
153
npm test
89
154
```
90
155
156
+
<<<<<<< HEAD
91
157
## Contributing
92
158
93
159
- Read `.github/CONTRIBUTING.md` before opening a PR
94
160
- Use the issue and PR templates
95
161
- CI runs lint, tests, and build on pull requests to `master`
96
162
97
163
## Project structure
164
+
=======
165
+
## Project Structure
166
+
>>>>>>> ab3e4b0 (Refine README clarity and onboarding flow.)
98
167
99
168
```text
100
169
src/
@@ -118,16 +187,29 @@ src/
118
187
└── types.ts
119
188
```
120
189
190
+
<<<<<<< HEAD
121
191
Scoring logic lives in `src/lib/scoring.ts` so it stays easy to test and change.
122
192
193
+
=======
194
+
>>>>>>> ab3e4b0 (Refine README clarity and onboarding flow.)
0 commit comments