Stride Product Roadmap
Welcome to the Stride product roadmap! Here you can track what we're working on, what's planned for the future, and what we've already shipped.
Drag-and-Drop Task Board
A highly interactive kanban board view allowing you to drag and drop tasks between columns (Todo, In Progress, Done) for faster and more natural task management.
External Keep-Alive Automation
Integration instructions and pre-built webhook endpoints for UptimeRobot or Better Stack to ping the Stride API/Web instances every 10 minutes, preventing cold-starts on Render's free tier.
️ Markdown Support in Task Descriptions
Add rich markdown rendering (headings, code blocks, lists, check-lists) to task descriptions, making it easy to detail specs and steps directly inside Stride tasks.
Real-time Synchronization
Enabled real-time updates across multiple active clients using Server-Sent Events (SSE), keeping columns, assignments, and due dates perfectly synced.
Core Task & Auth System
Complete user signup, login, session cookies, and CRUD endpoints for tasks with strict owner/collaborator authorization.
📄 View Raw Markdown Source File (roadmap.md)▼
# Stride Product Roadmap Welcome to the Stride product roadmap! Here you can track what we're working on, what's planned for the future, and what we've already shipped. --- ## [In Progress] ### ⚡ Drag-and-Drop Task Board - **Status:** In Progress - **Description:** A highly interactive kanban board view allowing you to drag and drop tasks between columns (Todo, In Progress, Done) for faster and more natural task management. - **Priority:** High --- ## [Planned] ### 🔄 External Keep-Alive Automation - **Status:** Planned - **Description:** Integration instructions and pre-built webhook endpoints for UptimeRobot or Better Stack to ping the Stride API/Web instances every 10 minutes, preventing cold-starts on Render's free tier. - **Priority:** Medium ### ✍️ Markdown Support in Task Descriptions - **Status:** Planned - **Description:** Add rich markdown rendering (headings, code blocks, lists, check-lists) to task descriptions, making it easy to detail specs and steps directly inside Stride tasks. - **Priority:** High --- ## [Completed] ### 🌐 Real-time Synchronization - **Status:** Completed - **Description:** Enabled real-time updates across multiple active clients using Server-Sent Events (SSE), keeping columns, assignments, and due dates perfectly synced. - **Priority:** High ### 🔐 Core Task & Auth System - **Status:** Completed - **Description:** Complete user signup, login, session cookies, and CRUD endpoints for tasks with strict owner/collaborator authorization. - **Priority:** High