Hello guys, and core team, thanks for this great software.
I’m running it since the beginning of the year, and I’m loving it. Specially because I tried Trello and had to ditch it for a better API usage with freedom of movement in the code. I tried Vikunja, but GoLang is not my place.
I created some plugins to help me around. Here they are:
FinanceBuddy — Attach a monetary value (debit or credit) + optional current/total installments to any card.
- Repository: code.beco.cc/beco/FinanceBuddy
- Per-board opt-in under Settings → Integrations.
- Finance section in the task create/edit form.
- Clean badge under the card title (board + opened task) showing value and progress (e.g.
p3/12). - Per-column net total in the header (red when negative, green when positive).
- Custom currency symbol per board (default R$).
- Stores data in task metadata — no schema changes.
RecoReco — Calendar-triggered recurring cards (yearly, monthly by day/weekday, weekly, daily).
- Repository: code.beco.cc/beco/RecoReco
- Template stays; spawns clean copies on due date into chosen target column.
- Lead time, last-day-of-month support, idempotent backfill (max 12 per run).
- Runs via cron (
recoreco:run) or “Run now” button. - Strong FinanceBuddy integration: optional “Follow FinanceBuddy” reads live values and stops cleanly after last installment.
QualKard — Spaced repetition flashcards on a Kanboard board.
- Repository: code.beco.cc/beco/QualKard
- Grade by dragging to Hairy/Hard/Medium/Easy columns; RecoReco brings them back when due.
- Fixed 7-column layout (Drafts → Study → grades → Done).
- Mastery badge with percentage and color.
- Requires RecoReco.
WorkspaceOrg — Personal per-user workspaces for organizing projects.
- Repository: code.beco.cc/beco/WorkspaceOrg
- “My workspaces” dashboard page with grouping and counts.
- Add/rename/remove workspaces and move projects inline.
- Badges on project lists. Everything private per user.
OrganonTweaks — Collection of small quality-of-life board improvements.
- Repository: code.beco.cc/beco/OrganonTweaks
- Remove empty columns, always show comment icon, emphasize due dates, extra search keywords, improved shared board filters, and more.
BulkMoveTasks — Quick action to move every task from one column to another on the same board.
- Repository: code.beco.cc/beco/BulkMoveTasks
ShrinkVertically — Shrinks vertically-collapsed columns so the horizontal scrollbar stays easily reachable.
- Repository: code.beco.cc/beco/ShrinkVertically
TweakDrag — Improves board drag-and-drop experience.
- Repository: code.beco.cc/beco/TweakDrag
- Drag-to-scroll, wider column gaps, smoother dragging on desktop and touch.
Feedback appreciated
Both FinanceBuddy and RecoReco are running in production on my instance. I’d appreciate testing, especially around FinanceBuddy integration, mid-plan starts, and cron behavior.
Issues welcome!
Thank you to the Kanboard team and community — it powers my teaching server and daily life. These plugins are my way of giving something back.
If you manage recurring bills or money workflows, I’d love to hear how these work for you.
The QualKard plugin is actually a very old idea. The original software I developed in C is here (cant post link) Github drbeco/qualcard
Best,
— Dr Beco