I created this tool to scratch and itch and experiment a little.<p>The goal is to allow teams to see, in the very simplest way:<p>- What goals everyone is working towards<p>- Whats been done (or not done) to get there<p>The experiment part was trying to make it so its easy to get started (no login required, share via url), and make it really quick (Lazy updates to server, cloudflare functions).<p>Im not a fan of client side JS apps / frameworks and have avoided them for years, but for this particular use case it was the only way to go. I ended up using svelte, some hickups along the way but overall positive.<p>Any feedback welcome!