Skip to content

Commit e1ff350

Browse files
adityamukhoclaude
andcommitted
docs: replace "hobby project" with "solo-maintained", add playground link
Removes "hobby project" framing from README, ROADMAP, SECURITY, and CONTRIBUTING — the phrase signals low reliability expectations to readers, not just time allocation. "Solo-maintained" is equally honest and conveys the right durability posture. Adds playground link to README intro for zero-friction evaluation. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 98c2576 commit e1ff350

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Include as much of the following as possible:
2828

2929
## Response Timeline
3030

31-
This is a solo hobby project. I will make a best-effort response:
31+
This is a solo-maintained project. I will make a best-effort response:
3232

3333
- **Acknowledgement**: within 7 days
3434
- **Assessment**: within 14 days

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing to Minigraf
22

3-
Thank you for your interest in contributing. Minigraf is a hobby project with a long-term vision — quality and correctness matter more than pace. Please read this document before opening an issue or pull request.
3+
Thank you for your interest in contributing. Minigraf is a solo-maintained project with a long-term vision — quality and correctness matter more than pace. Please read this document before opening an issue or pull request.
44

55
## Before You Contribute
66

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
1414
A tiny, self-contained graph database with **Datalog queries** and **bi-temporal time travel**. Think SQLite, but for connected data with full history.
1515

16+
**[Try it in your browser — no install needed →](https://minigraf-playground.vercel.app/)**
17+
1618
## Vision
1719

1820
Minigraf is a **single-file embedded graph database** that lets you:
@@ -215,7 +217,7 @@ File-backed databases enforce a maximum fact size of **4 080 serialised bytes**
215217

216218
## Contributing
217219

218-
This is a hobby project with a long-term vision. Read [PHILOSOPHY.md](PHILOSOPHY.md) and [ROADMAP.md](ROADMAP.md) before proposing features.
220+
This is a solo-maintained project with a long-term vision. Read [PHILOSOPHY.md](PHILOSOPHY.md) and [ROADMAP.md](ROADMAP.md) before proposing features.
219221

220222
See [CONTRIBUTING.md](CONTRIBUTING.md) for development setup, code standards, and the PR process.
221223

ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1687,7 +1687,7 @@ When evaluating features, ask:
16871687
- ✅ Documentation: Complete (May 2026) — cookbook (#190), perf tuning guide (#191), error message guide (#192)
16881688
- 🎯 Phase 9: Ongoing (Ecosystem — tracked in `minigraf-examples` repo; developer tools in `minigraf-inspector` and `minigraf-visualizer`)
16891689

1690-
**Note**: This is a hobby project. Timeline is flexible but realistic.
1690+
**Note**: This is a solo-maintained project. Timeline is flexible but realistic.
16911691

16921692
---
16931693

0 commit comments

Comments
 (0)