TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Dafrink – Simple Goal based organisational tool

1 pointsby ian0almost 2 years ago

1 comment

ian0almost 2 years ago
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 &#x2F; 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!