About this tool
Task Packing is a visual to-do app built around two separate ideas: a normal task list that can hold everything you still need to do, and a finite grid that represents how much work you can actively carry. Instead of forcing every task onto the board, you place only the work that currently fits.
Tasks can use XS–XL presets or custom sizes from 1×1 to 8×8 cells. The board can be resized from 3 to 16 rows and columns, prevents overlaps and overflow, and reports both total free cells and the largest free rectangle. Notes can appear directly on tiles when space allows, and the current board can be exported as a PNG without action controls.
Tasks, placements, and completion history are autosaved to localStorage. JSON backup is the primary portable format, with an optional gzip-compressed URL-fragment backup for small datasets. The app itself does not upload task contents to an external server.
Good for
- Keep a long to-do list without pretending every task can be active at once
- Visualize workload including effort or mental weight that is not well represented by time alone
- Check whether enough contiguous capacity remains before taking on a large task
- Manage the same task set with drag-and-drop on desktop and touch-oriented controls on mobile