Discover projects

Open-source projects looking for their next chapter.

Tidepool

Local-first SQLite sync engine with CRDTs and zero-server mode

Adopted

Tidepool is what I wanted CRDT libraries to be: a single binary you can drop into any project, sync SQLite between devices, no server required. The hardest part was the merge logic for partial indexes, which I got working in v0.3 but the API was confusing. I rewrote it twice. v0.4 was the cleanest version and that's what's in main. The README has a "I'm walking away" note pointing here.

#rust#sqlite#cli
10mo ago · by Priya Iyer
Read →

Vellum

Static site generator with MDX and content collections

Adopted

Vellum is a 4k-line Go program that turns MDX into static HTML. No JS, no hydration, no client framework. I built it because every other SSG I tried had a config file longer than my actual content. Vellum has zero config. The trade-off: you can't extend it. That's by design. Maintenance was light — I'd update a dependency every 3 months. I stopped when the Go ecosystem moved to generics and I didn't want to do the migration.

#go#tailwind
3y ago · by User
Read →