Skip to content

VS Code extension for mindful coding breaks with AI-powered encouragement messages. Set custom work/break intervals and receive personalized break-time messages in different styles (Zen Master, Motivational Coach, etc).

License

Notifications You must be signed in to change notification settings

rteeter/devPace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevPace

Overview

Project Summary DevPace is a VS Code extension that helps developers maintain a healthy work pace by providing scheduled breaks with personalized AI-generated encouragement messages and targeted movement routines. Using Claude AI, it generates custom encouragement in different styles and provides tailored exercise suggestions while playing calming meditation music to help developers take mindful breaks and maintain physical wellness while coding.

Authors

Usage

Prerequisites

  • Node.js and npm installed
  • Visual Studio Code (version 1.96.0 or higher)
  • Anthropic API key with credit

Installation

  1. Clone the repository:
git clone git@github.com:rteeter/devPace.git
cd devPace
  1. Install dependencies:
npm install
  1. Compile the extension:
npm run compile
  1. Get your Anthropic API Key:
  • Visit Anthropic Console
  • Sign up or log in
  • Go to 'API Keys' section
  • Click 'Create Key'
  • Copy your new API key
  • Go to 'Billing section'
  • Click 'Add funds'
  • Enter the amount of credits you want to purchase
  1. Add the API key to VS Code when prompted by the extension upon launching.

Update or delete the API key later if needed:

  • Open VS Code
  • Press Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (Mac)
  • Type "Preferences: Open User Settings (JSON)"
  • Add this to your settings.json:
{
    "devPace.anthropicApiKey": "your-api-key-here"
}

Deployment

  1. Run the extension:
  • Press F5 in VS Code to start debugging
  • A new VS Code window will open with the extension loaded
  • The extension will prompt you to set your preferences
  1. Configure your preferences:
  • Enter your name for personalized messages
  • Set work duration (minutes between breaks)
  • Set break duration
  • Choose your preferred encouragement style:
    • Motivational Coach
    • Friendly Colleague
    • Zen Master
    • Cheerleader
    • Inspiring Leader
    • Supportive Friend
  • Click Save
  1. During breaks:
  • Read your personalized encouragement message
  • Listen to calming meditation music (can be controlled with audio player)
  • Select an area for your movement routine:
    • Neck
    • Upper back
    • Lower back
    • Wrists
    • Mix of exercises
  • Follow the AI-generated exercise suggestions
  • Use the built-in timer to track your break
  • Return to work when the break completes
  1. Available Commands:
  • devPace.updateSettings: Open settings panel
  • devPace.pausePopUps: Pause break notifications
  • devPace.startPopUps: Resume break notifications
  • devPace.popUp: Manually trigger a break

Features

  • AI-generated encouragement messages
  • Customizable work/break durations
  • Targeted movement routines
  • Built-in meditation music player
  • Interactive break timer
  • Dynamic ambient background

Additional Information

Tools Used

Project Structure

devpace/
├── src/
│   ├── extension.ts
│   └── dashboard.ts
├── images/
│   └── dalle-computer.png
├── audio/
│   └── med-audio.mp3
├── package.json
└── README.md

Known Issues

  • Break timer continues even if VS Code is inactive
  • Audio may not autoplay due to browser restrictions

Contributing

  1. Fork the repository
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create a Pull Request

Acknowledgments

  • VS Code Extension documentation and samples
  • Anthropic's Claude API documentation
  • ChatGPT for hard-coded exercise suggestions (default suggestions when no Anthropic API key is provided)
  • Royalty-free meditation music providers

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

VS Code extension for mindful coding breaks with AI-powered encouragement messages. Set custom work/break intervals and receive personalized break-time messages in different styles (Zen Master, Motivational Coach, etc).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •