Skip to content

Instantly share code, notes, and snippets.

@vapvarun
Created April 28, 2026 08:18
Show Gist options
  • Select an option

  • Save vapvarun/8a5fb4dac62c2bb5f4f50981c39874a5 to your computer and use it in GitHub Desktop.

Select an option

Save vapvarun/8a5fb4dac62c2bb5f4f50981c39874a5 to your computer and use it in GitHub Desktop.
Aider plus DeepSeek setup for WordPress plugin development (vapvarun.com)
# Install Aider
pip install aider-chat
# Set DeepSeek API key (get free credits at platform.deepseek.com)
export DEEPSEEK_API_KEY="your-deepseek-api-key-here"
# Navigate to your WordPress plugin directory
cd /path/to/wp-content/plugins/your-plugin
# Start Aider with DeepSeek coder backend
aider --model deepseek/deepseek-coder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment