2026

OrganizaBoard

A full-stack Kanban board with drag-and-drop, anonymous persistence, and rich task editing.

OrganizaBoard

OrganizaBoard is a productivity app for managing tasks across multiple dashboards. It features draggable columns and tasks, optimistic updates, rich-text task descriptions, anonymous device-based persistence, light and dark themes, and a REST API backed by PostgreSQL.

  • Drag-and-drop columns, tasks, and dashboards with persistent ordering.
  • Optimistic UI updates with rollback and API synchronization.
  • Anonymous device-based persistence using HTTP-only cookies.
  • Rich-text task descriptions with HTML sanitization.
  • Full-stack TypeScript architecture with React, Express, PostgreSQL, and Docker.

Visual task management with Kanban

OrganizaBoard delivers a productivity experience based on Kanban boards, where dashboards group work contexts, columns represent each process stage, and tasks hold the actionable details. The interface keeps that hierarchy visible from the first screen, making it easy to move from a broad planning view to the specific work that needs attention.

Mobile product landing

The mobile landing view introduces the product with a direct entry point to the board and a short case-study path. It keeps the brand, theme controls, and main action accessible on small screens, so the first interaction feels focused instead of overloaded.

Responsive board in light and dark themes

The board adapts to smaller devices while preserving the core workflow: reviewing columns, reading task counts, adding tasks, and switching visual themes. Light and dark modes use the same structure and controls, giving users a consistent experience without forcing a single viewing context.

Rich task editing

Tasks support more than a simple title. The creation flow includes a structured modal with a title field and a rich-text description editor, allowing users to capture context, instructions, notes, or progress without leaving the board. HTML sanitization keeps formatted content safer while preserving the flexibility of the editor.

Drag-and-drop with persistent ordering

One of OrganizaBoard's core features is drag-and-drop reordering for dashboards, columns, and tasks. Users can adjust the board naturally while optimistic updates keep the interface responsive, and the API persists the new order so changes remain available across sessions.

Full-stack architecture and anonymous persistence

OrganizaBoard combines a React and TypeScript frontend with an Express API and PostgreSQL database. Anonymous device-based persistence lets users keep dashboards and tasks without creating an account, using HTTP-only cookies to associate data with the device. TanStack Query handles synchronization, optimistic updates, and rollback, while Docker keeps the development and deployment environment consistent.