digikeeper-log is the storage layer for the Digikeeper personal logging app, responsible for persisting and indexing log entries.
Tech stack: HTTP service + JSONL storage + SQLite index.
https://huma.rocks/features/openapi-generation/
Requires Go 1.26+,
just.
Copy .env.example → .env.
just build # → ./bin/server
just run # go run
just lint # golangci-lint
just fmt # golangci-lint --fixSee docs/ARCHITECTURE.md for design decisions.