@biocrypt/quickboard
v0.1.1
Published
QuickBoard — static single-page app with a tiny static file server (HTTP)
Readme
QuickBoard
A dark-themed, client-only task board in a single index.html: add notes in New, move them to Done, attach optional screenshots (paste, file, or capture flow), drag-and-drop between columns, and Save HTML to snapshot your board (data is embedded in the downloaded file).
This package ships that static page plus a tiny Node HTTP static file server so you can run it locally or behind a reverse proxy.
Install
npm install @biocrypt/quickboardRun (CLI)
The package exposes the binary biocrypt-quickboard. It serves the bundled UI on all interfaces (0.0.0.0).
- Default port
3689 - Override with
PORT
npx biocrypt-quickboard
PORT=4173 npx biocrypt-quickboardOpen http://127.0.0.1:3689 (adjust host/port as needed).
Node.js 18+ is required.
Deploy
Run the binary under systemd, pm2, or similar, or put the static index.html behind nginx, Apache, Caddy, or any static host.
Privacy / analytics
The page includes a Google Analytics (gtag) snippet. Remove or replace it in your own fork or build if you do not want analytics.
License
MIT — see LICENSE.
