SHF

/

Help

Everything you need to know about using Nylon, from keyboard shortcuts to getting started with the project.

Getting Started

Nylon is a web-based todo app, so there's nothing to install. Open the app in your browser, create your first task, and you're ready to go. Tasks sync in real time across devices using Cloudflare Durable Objects.

Open the appComing soon
Run locallynpm install && npm run dev

Keyboard Shortcuts

Tasks

Add a new taskN
Complete selected taskSpace
Delete selected task
Edit selected taskEnter
Cancel editEsc

Navigation

Move to next task
Move to previous task
Jump to first task
Jump to last task

View

Toggle completed tasksH
Clear all completed

Tech Stack

Nylon is built on modern edge infrastructure and open web technologies.

RuntimeCloudflare Workers
StateCloudflare Durable Objects
FrontendReact
DatabaseCloudflare D1 (SQLite at the edge)

Open Source

Nylon is free and open source, built and maintained on GitHub. Contributions, bug reports, and feature requests are always welcome.

View source and contributegithub.com/…/nylon-impossible ↗
Report feedback or issuesgithub.com/…/issues ↗