news.volyx.in

Nullboard: Kanban board in a single HTML file (github.com)

610 points by smusamashah · 594 days ago · 179 comments on HN

Article summary

Nullboard is a minimalist kanban board and task list manager that is designed to be compact, readable, and quick to use. It is a single-page web app that can be used completely offline and stores data locally. The app is still in beta and has a simple design with features such as editable notes, drag-and-drop functionality, and automatic saving. It also has a backup feature using a native Windows app, an express.js-based portable app, or a Unix version in Python.

Main themes

  • Kanban board
  • Offline usage
  • Local storage
  • Minimalist design
  • Task management
  • Syncing and backup

What commenters say

  • The app's beta status and lack of recent updates may indicate a need for further development or maintenance.
  • A manual export/import feature may be sufficient for syncing data between devices, but it can be prone to errors and requires manual effort.
  • Implementing a sync feature with a background process or web backend could be complex and may not be necessary for a simple app like Nullboard.
  • Alternative syncing solutions such as WebDAV, PouchDB, or DexieCloud could be explored to enable seamless data synchronization between devices.
  • Some users appreciate the app's simplicity and offline capabilities, making it a useful tool for personal task management.
  • Others suggest that a more robust syncing solution is necessary to make the app more useful and convenient to use.
  • The use of a single HTML file for the app is seen as an advantage for offline use and long-term storage.
  • There are existing solutions and technologies that can be used to improve the app's syncing and backup capabilities.