|
|
|
Show HN: Yet Another Kanban – FOSS, local, private proj. mgmt
(github.com)
|
|
1 points
by mackenziebowes
322 days ago
|
|
I made a free local private kanban and published the source code.
I also made a video with more details on usage, inspiration, why it exists, what to do with it, etc. https://www.youtube.com/watch?v=6qJYg3OuOx4 I made this to support me while working on another project, and I did the thing where I got all mad about paying $20 a month for a SaaS kanban, but actually got the thing done in 2 days as predicted because I have a sick component library.
Cool different things about this:
- Uses a popular Japanese mobile -> desktop progressive enhancement pattern not seen often in America
- Uses gfm-md so you can dump ChatGPT/Claude/Gemini etc tickets
- Uses sqlite for local storage
- You can `bun dev --host` bc solid and use it on your phone while puttering around your office
- It has prebuilt hooks (db schemas + routes) for adding auth so you can easily wire it up for deployment and use it wherever ($12 akamai box < $20 SaaS sub) Use bun as the runtime for this.
Enjoy your extra $96 - $240 a year :3 |
|