https://github.com/jonathanchu/docketgtd.com
Marketing site for Docket — GTD productivity tools for Emacs and iOS
https://github.com/jonathanchu/docketgtd.com
astro emacs getting-things-done gtd ios marketing-site productivity
Last synced: 3 months ago
JSON representation
Marketing site for Docket — GTD productivity tools for Emacs and iOS
- Host: GitHub
- URL: https://github.com/jonathanchu/docketgtd.com
- Owner: jonathanchu
- Created: 2026-04-05T04:35:02.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-04-05T04:44:57.000Z (4 months ago)
- Last Synced: 2026-04-05T06:29:19.046Z (4 months ago)
- Topics: astro, emacs, getting-things-done, gtd, ios, marketing-site, productivity
- Language: Astro
- Homepage: https://www.docketgtd.com
- Size: 43 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* docketgtd.com
[[https://app.netlify.com/projects/docketgtd/deploys][https://api.netlify.com/api/v1/badges/0e64f87d-6951-4389-bb19-c78c088c1392/deploy-status.svg]]
Marketing site for [[https://github.com/jonathanchu/docket][Docket]], a GTD productivity ecosystem.
- *Docket* — a batteries-included Emacs package for todos and GTD workflows (open source)
- *Docket App* — a companion iOS app (coming soon)
Built with [[https://astro.build][Astro]], deployed on [[https://www.netlify.com][Netlify]].
** Development
#+begin_src sh
npm install
npm run dev
#+end_src
Dev server runs at =http://localhost:4321=.
** Build
#+begin_src sh
npm run build
#+end_src
Output goes to =dist/=.
** Deployment
Deploys automatically via Netlify on push. =netlify.toml= handles build config and redirects =getdocketapp.com= to =docketgtd.com=.