Focus Fox is a friendly AI-powered productivity tool designed to help users organize their thoughts and prioritize tasks. Built for people with ADHD, mental health challenges, or anyone needing a productivity boost, Focus Fox simplifies task management in an intuitive and supportive way.
- Brain Dump: Share your thoughts with Finley the Fox, who organizes them into actionable tasks.
- Task Sorting: Tasks are displayed in a Kanban-style “Task Burrow” (To Do, In Progress, Done).
- Clone the project with
git clone https://github.com/Focus-Fox/focus-fox
. - Open the project folder in your terminal.
- Run
npm install
to set up the app. - Start the app locally with
npm run dev
.
To see how Focus Fox works, try this sample input:
"It's 2pm. Before 6pm, I need to take a shower, eat a snack, and go to a meeting. Please create a simple schedule for me."
Focus Fox will organize your input into actionable tasks and display them in the Task Burrow.
See how Focus Fox organizes tasks in action: Watch the Demo.
- Mobile App Version: Develop a mobile-friendly version.
- Additional Features: Add scheduling and trauma-informed coaching in future updates.