Abandoned Go projects

4 Go projects looking for a new maintainer. Pick one up.

Vessel

Container-native task scheduler with cron + DAGs

Abandoned

Vessel schedules containerized tasks with cron syntax and DAG dependencies. Used to power my side project's data pipeline. I built it because AWS Batch was overkill and Airflow was too much. I'm leaving because I don't run side projects with data pipelines anymore. The scheduler works, the queue is solid, the UI is functional. The Docker socket handling is the part I'm most proud of.

#go#docker#postgresql#redis +2
1y ago
Adopt →

Driftwood

A markdown blog framework for hackers. No JS, just files.

Abandoned

Driftwood was my weekend project for two years. It served my own blog for 18 months. It does exactly one thing: turns a folder of .md files into a static site. Has RSS, has tags, has a theme system. Doesn't have a build step. Doesn't have a config file. Just runs. It taught me a lot about Go templates. I don't blog publicly anymore (moved to paper journals), so it has no user. Would love to see it find one.

#go#tailwind
2y ago
Adopt →

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 →