Open source
MyTodo
Jira-like platform in Go and Next.js.
- Year
- 2025 — now
- Status
- open-source
- Stack
- Go, Gin, Next.js, PostgreSQL, Redis, Kubernetes
- Role
- Design + engineering
MyTodo is a Jira-inspired task management system built for real scale. The backend is Go with the Gin framework, following Clean Architecture with strict DDD layering — interface, application, domain, infrastructure.
PostgreSQL handles persistence, Redis caching, and Elasticsearch powers full-text search. The system supports multi-tenant organisations, kanban boards, sprint planning, custom workflows, real-time WebSocket notifications, and GitHub/Slack integrations.
The frontend is Next.js with React Query. Deployment targets Kubernetes with Docker Compose for local development.