Pull to refresh
Resumancer

resumancer

You forget what you build.

In six months, it's gone. Unless you log it.

resumancer is a developer journal for tracking what you build, ship, learn, and achieve. A CLI with a full TUI, a web app in closed beta, and sync coming soon — your career as a living changelog.

Over time, it becomes a record of your growth: material for resumes, reviews, and proof that your work matters.

$ build
$ impact
$ goal
$ reflection
$ resumancer build "shipped the auth flow"
✓ A terminal for your craft. No followers, no likes, just progress.
$ resumancer impact "reduced API latency 40%" --public
✓ Devlog your wins. Keep it private or build in public.
$ resumancer build "fixed auth bug" --commit
✓ Link entries to git commits. Build a trail of evidence of what you actually shipped.
$ resumancer branch create side-project
✓ Organize work into branches. Track side projects, day jobs, and learning in parallel.
$ resumancer export --json
✓ Your data is yours. Export as JSON or Markdown anytime.

see it in action

CLI

TUI Dashboard

How it works

~/how-it-works
$ resumancer build "shipped the auth flow"

CLI for quick entries, TUI for browsing, web app for access anywhere

Local SQLite database
free
~/.resumancer/data/resumancer.db

Your machine. Zero network calls. Works offline.

That's it. Free. Done.

want more?
Bidirectional Sync
coming soon paid

Connect CLI and web app. Log from the terminal, review from the browser.

$ resumancer export --json

Your data. Always exportable. Never locked in.

The CLI is local and works offline. The web app is in closed beta. Both are free.

Bidirectional sync is coming soon as a paid feature. Export as JSON or Markdown anytime.

$ resumancer --install