Back to portfolio

Project / Technical Paper

Velo

Next.jsTypeScriptSupabasePostgreSQLRedisWebSockets

Overview

A high-velocity project management platform with real-time collaboration, Kanban boards, sprint planning, and performance analytics built for modern engineering teams.

Key Details

  • Real-time collaborative Kanban with drag-and-drop, supporting 500+ concurrent users
  • Built a custom WebSocket gateway handling 10K+ events/sec with Redis pub/sub
  • PostgreSQL optimized with materialized views for sub-100ms sprint report queries
View on GitHub

Technical Paper

A high-velocity project management platform with real-time collaboration, Kanban boards, sprint planning, and performance analytics built for modern engineering teams.

This project involved multiple technical challenges and architectural decisions that shaped the final implementation:

  • Real-time collaborative Kanban with drag-and-drop, supporting 500+ concurrent users
  • Built a custom WebSocket gateway handling 10K+ events/sec with Redis pub/sub
  • PostgreSQL optimized with materialized views for sub-100ms sprint report queries

— Full implementation details and architecture diagrams coming soon.