Can you elaborate on your CLI issue tracker? I’ve been wanting a todo list tailored to agentic coding that will work with CC, Codex, Gemini, etc. Simple, but more than markdown.
I was largely inspired by beads (https://github.com/gastownhall/beads) but ended up vibe coding something slightly more tailored for the way I like to work. It’s basically a JIRA style task with a few fields (project, title, status, description, priority, parent task, and an array of notes) that I store in a Postgres database hosted in Neon. I have a lightweight API and human readable UI hosted in fly.io. The CLI is a Python API client that gets executed with uvx and can retrieve a list of tasks in JSONL format, get task details for a specific task ID, create a new task or update an existing task. I defined a skill for Claude Code and Codex to use the CLI and was off to the races- both harnesses are very good at following instructions to use the task tracker to manage work items.
This approach works well for me because I can easily view the task list and notes from any device and coding agents can coordinate across repos or development environments. In hindsight it might have been easier to wrap something like Todoist with a CLI so I didn’t have to host any of my own infra. I do think writing your own task manager with a coding agents is almost a standard right of passage in 2026- if you’re going to do that you might as well make one that you can use to coordinate work with LLM coding tools.
Yep, I’ve used Alpine extensively and HTMX here and there. Lots of Vue.
There are not sets of polished, battle-tested UI libraries made for server side. Bootstrap ships with JS, but most of the CSS and template frameworks assume you’re using a headless setup.
I thought Web Components might spur things, but not really. React has continued to dominate.
What do you use on the server? Basecoat has Nunjucks and Jinja macros, but I’d like to add more (e.g. blade, liquid, etc). I also plan on building more layout demos (e.g. marketing pages).
YouTube Shorts are full of AI animal videos with distorted proportions, living in the wrong habitat, and so on. They popped up on my son’s account and I hate them for the reasons you outline. They aren’t cartoonish enough explain away, nor realistic enough to be educational.
reply