diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..6113fee Binary files /dev/null and b/.DS_Store differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..6e19a2d --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Flowy.adhd + +A simple focus app for macOS where you set an intention (one-liner) when you sit down on your computer. And there is an overlay that reminds you to stay on track. + +And then you end the session, marking whether this session was a win or loss (e.g. completely distracted). This way, you have a log of your sessions, and you stay focused on one session at a time. + +![app](demo/app.png) +![desktop](demo/desktop.png) + +## The goal +If we are more aware of our intentions when we are on our computer, we can avoid distractions. + +We also do not need much of a todo manager, as that can be productive procrastination. With Flowy.adhd, the entire goal is winning every session, and focusing on one thing at a time. + +## Additional details +- NO sign in +- Local-only data: your sessions are stored as simple markdown files in a local folder + +## Future work +- View past session notes +- Stats visualizer for wins vs. losses diff --git a/demo/app.png b/demo/app.png new file mode 100644 index 0000000..2605e0a Binary files /dev/null and b/demo/app.png differ diff --git a/demo/desktop.png b/demo/desktop.png new file mode 100644 index 0000000..bc32f8f Binary files /dev/null and b/demo/desktop.png differ