list icon indicating copy to clipboard operation
list copied to clipboard

Adaptable checklists.

list

“Adaptable checklists” are reusable and easily tailored for different situations. For instance, a packing list for a domestic trip may include “clothes” and “toiletries” but not “passport”. By pre-organizing list items with categories and tags, you can generate checklists for any occasion in a matter of seconds.

Sreenshot

Development Setup

Install Git, Node and bun, then:

git clone [email protected]:xvvvyz/list.git
cd list
bun i
bun x replicache get-license
echo 'NEXT_PUBLIC_REPLICACHE_LICENSE_KEY=<your license key>' > .env
bun start

Built With