Introduction
This documentation covers two products that work together:
- denoise — An offline-first todo and planning app that grows into a collaborative experience for teams, with GitHub integration and focus tools.
- dn — A CLI that helps you build faster. It pairs with denoise and includes kickstart, which implements GitHub issues (plan + implement) using opencode or Cursor.
denoise (app)
Section titled “denoise (app)”Use denoise when you want to:
- Manage tasks and milestones offline-first
- Link milestones to GitHub and sync issues
- Use a focus timer and keep a single pane of glass for planning
Next: Denoise — Getting started
dn (CLI)
Section titled “dn (CLI)”Use dn when you want to:
- Run kickstart to turn a GitHub issue into a plan and implementation (with optional branch + PR)
- Use prep and loop to split planning and implementation
- Authenticate with GitHub via
gh,dn auth, orGITHUB_TOKEN
Next: dn CLI — Installation & prerequisites
Quick links
Section titled “Quick links”| Product | Start here |
|---|---|
| denoise | Getting started |
| dn / kickstart | Installation → Kickstart overview |