
Taskflame
Blazing fast kanban boards
5 followers
Blazing fast kanban boards
5 followers
Tired of slow, bloated project tools? I built Taskflame with one obsession: speed. Sub-100ms interactions, mobile-first design, real-time collaboration. No learning curve, no feature bloat - just the kanban board that works how your brain thinks. π₯





Websockets or polling for updates? What's the conflict resolution model when two people edit the same card? And please say there's a proper API - my Zapier addiction needs feeding! β‘π€
@erliza_pΒ WebSockets all the way! Taskflame uses Supabase Realtime with native PostgreSQL WebSocket subscriptions. If two people edit the same card at the same time, the Last-Write-Wins, the boards use Optimistic Updates for each change. It's all powered by an API, but it's not yet available for use.