←back to thread

163 points louiskw | 2 comments | | HN request time: 0.756s | source

Hey HN! I'm Louis, one of the creators of Vibe Kanban.

We started working on this a few weeks ago. Personally, I was feeling pretty useless working synchronously with coding agents. The 2-5 minutes that they take to complete their work often led me to distraction and doomscrolling.

But there's plenty of productive work that we (human engineers) could be doing in that time, especially if we run coding agents in the background and parallelise them.

Vibe Kanban lets you effortlessly spin up multiple coding agents. While some agents handle tasks in the background, you can focus on planning future work or reviewing completed tasks.

After a few weeks of internal dog fooding and sharing it with friends, we've now open-sourced Vibe Kanban, and it's stable enough for day-to-day use.

I'd love to hear your feedback, feel free to open an issue on the github and we'll respond ASAP.

Show context
csomar ◴[] No.44533689[source]
Why does this need GitHub auth? This asks for unlimited private access to ones repo. This is a hard NO from me.
replies(1): >>44536817 #
1. louiskw ◴[] No.44536817[source]
It can open GitHub PRs from the interface and there's tons more info we want to pull in like the result of CI checks
replies(1): >>44539154 #
2. csomar ◴[] No.44539154[source]
Then you should have gone with a GitHub App instead of an Oauth App. The difference is that a GitHub App allows granularity of selection.