Overview
CodeFrog works best when combined with other professional development tools. This guide recommends tools and services that complement CodeFrog’s workflow.
Integrated Development Environments (IDEs)
While CodeFrog provides code editing capabilities, we recommend using dedicated IDEs for your primary development work:
Cursor
Why we recommend it: Cursor is an AI-powered code editor that integrates seamlessly with your development workflow.
- AI-Powered: Built-in AI assistant for code generation and refactoring
- Git Integration: Excellent Git workflow integration
- Terminal Access: Built-in terminal for CLI tools
- Extension Support: Compatible with VS Code extensions
- Cross-Platform: Available on macOS, Windows, and Linux
Best for: AI-assisted coding, rapid prototyping, code refactoring
Visual Studio Code
Why we recommend it: VS Code is a lightweight, powerful editor with extensive extension ecosystem.
- Extensive Extensions: Huge marketplace of extensions
- Git Integration: Built-in Git support
- Debugging: Excellent debugging capabilities
- Terminal: Integrated terminal for CLI workflows
- Free & Open Source: Completely free to use
Best for: General development, debugging, extension-based workflows
Other IDEs
- JetBrains IDEs (IntelliJ, WebStorm, PyCharm): Full-featured IDEs for specific languages
- Sublime Text: Lightweight, fast editor
- Vim/Neovim: Terminal-based editors for power users
AI & Code Review Tools
CodeRabbit
Why we recommend it: CodeRabbit provides automated code review and AI-powered PR feedback.
- Automated Reviews: AI-powered pull request reviews
- GitHub Integration: Seamless GitHub integration
- Task Management: Import PR comments as tasks
- Code Quality: Automated code quality checks
Integration with CodeFrog: CodeFrog can import CodeRabbit PR comments as tasks and export them to task management systems.
See CodeRabbit + Augment Workflow for integration details.
Claude Code
Why we recommend it: Claude Code is Anthropic’s official CLI tool for AI-powered software engineering directly in your terminal.
- Terminal-Native: Runs in your terminal alongside your existing tools
- Agentic Coding: Can read, write, and edit files across your project
- Git-Aware: Understands your repo structure, diffs, and commit history
- Multi-File Refactoring: Handles complex changes across many files at once
- IDE Integration: Works with VS Code and JetBrains as an extension
Use with CodeFrog: Use Claude Code for writing and refactoring code, then run CodeFrog’s Mega Report to validate accessibility, security, and code quality.
Testing & Quality Tools
Pa11y CI
Why we recommend it: Pa11y is an open-source automated accessibility testing tool that catches WCAG violations in your CI pipeline.
- WCAG Testing: Tests against WCAG 2.1 Level AA standards
- CI Integration: Runs as part of your CI/CD pipeline with Pa11y CI
- Multiple Runners: Supports axe-core and HTML CodeSniffer test runners
- Configurable: Define URL lists and per-page settings in
.pa11yci - Free & Open Source: No cost, community-maintained
Use with CodeFrog: CodeFrog tests individual pages interactively; Pa11y CI automates regression testing across your entire site in CI.
Note: Pa11y CI performs automated checks that cover only a subset of WCAG criteria. Manual testing with assistive technologies and human review are still required for full conformance.
axe DevTools
Why we recommend it: The axe-core engine powers accessibility testing in many tools including CodeFrog and Pa11y.
- Browser Extension: Test pages directly in Chrome or Firefox DevTools
- Guided Testing: Step-by-step manual testing workflows
- Issue Grouping: Groups related issues for faster remediation
- Standards Coverage: WCAG 2.0, 2.1, and 2.2 support
Use with CodeFrog: axe DevTools is great for spot-checking individual pages during development; CodeFrog’s Mega Report provides a comprehensive audit across all test categories.
Note: axe DevTools performs automated checks that cover only a subset of WCAG criteria. Manual testing with assistive technologies and human review are still required for full conformance.
OG Image Maker
Why we recommend it: OG Image Maker generates professional Open Graph and Twitter Card images for your pages.
- Visual Editor: Design OG images with a drag-and-drop editor
- Template Library: Pre-built templates for common use cases
- Correct Dimensions: Outputs images at the recommended 1200x630px size
- Fast Workflow: Generate consistent social sharing images across your site
Use with CodeFrog: CodeFrog’s Mega Report checks for missing or malformed OG meta tags. Use OG Image Maker to create the images, then verify they’re properly configured with CodeFrog’s meta tag validation.
Picasso — App Screenshot Studio
Why we recommend it: Picasso is a macOS app for creating polished App Store and marketing screenshots.
- Device Frames: Place screenshots inside realistic device mockups
- Customizable Layouts: Add captions, backgrounds, and branding
- Batch Export: Generate multiple sizes for App Store, Google Play, and marketing
- Native macOS: Fast, lightweight Mac app with no subscription required
Use with CodeFrog: Use Picasso to create professional screenshots of CodeFrog or your own apps for landing pages, App Store listings, and documentation.
Cloud Infrastructure
Hetzner Cloud
Why we recommend it: Cost-effective cloud infrastructure with excellent performance.
- Affordable: Competitive pricing for cloud resources
- Performance: High-performance SSD storage
- Global Locations: Data centers in multiple regions
- API Access: Full API for automation
- Simple Pricing: Transparent, predictable pricing
Use with CodeFrog: CodeFrog can manage Hetzner servers via SSH connections. Perfect for remote development workflows.
Linode
Why we recommend it: Reliable cloud infrastructure with excellent developer experience.
- Developer-Friendly: Great documentation and support
- Performance: High-performance infrastructure
- Global Network: Worldwide data center locations
- Flexible Plans: Scalable pricing options
- API Access: Comprehensive API for automation
Use with CodeFrog: Connect to Linode servers via SSH for remote development and server management.
Communication & Email Services
SendGrid
Why we recommend it: Reliable email delivery service for transactional emails.
- Reliable Delivery: High deliverability rates
- API Integration: RESTful API for programmatic email sending
- Analytics: Detailed email analytics and tracking
- Templates: Email template management
- Webhooks: Real-time event notifications
Use with CodeFrog: Integrate SendGrid API keys in CodeFrog for automated email notifications and alerts.
Mailchimp (REST API Mode)
Why we recommend it: Powerful email marketing platform when used securely via REST API.
Important Security Note: Mailchimp should only be used in REST API mode for maximum security. Avoid embedded JavaScript implementations that may have security concerns.
- REST API: Secure API-based integration
- Audience Management: Email list management
- Campaigns: Email campaign creation and management
- Analytics: Comprehensive email analytics
- Automation: Automated email workflows
Security Best Practices:
- Always use REST API mode
- Store API keys securely (CodeFrog uses macOS Keychain)
- Never embed Mailchimp JavaScript directly
- Use server-side API calls only
Version Control & Collaboration
GitHub
Why we recommend it: Industry-standard version control and collaboration platform.
- Git Integration: Full Git workflow support
- Pull Requests: Code review and collaboration
- Issues: Project management and bug tracking
- Actions: CI/CD automation
- Packages: Package registry
Integration with CodeFrog:
- Import PR comments from GitHub as actionable tasks
- Track GitHub issues
- Automate code review workflows
See Project Workflows for GitHub integration details.
Recommended Workflow Combinations
AI-Assisted Development
- Cursor for primary coding with AI assistance
- CodeRabbit for automated PR reviews
- CodeFrog for testing, security scanning, and project management
- GitHub for version control and collaboration
Remote Development
- Hetzner or Linode for cloud infrastructure
- CodeFrog for SSH server management and monitoring
- VS Code or Cursor with Remote SSH extension
- GitHub for version control
Full-Stack Workflow
- Cursor or VS Code for development
- CodeFrog for testing and security validation
- SendGrid for transactional emails
- Mailchimp (REST API) for marketing emails
- GitHub for version control and deployment
Why Not AI CLI Programs in CodeFrog?
CodeFrog intentionally does not include embedded AI CLI tools (such as Auggie, Cursor CLI, or similar). Instead, we recommend:
- Using your Mac’s Terminal app for AI CLI tools
- Using dedicated IDEs like Cursor for AI-powered coding
- Using external services like CodeRabbit for AI-powered reviews
This approach provides:
- Better Security: No embedded third-party AI tools in the app
- More Flexibility: Use the AI tools that work best for your workflow
- Cleaner Architecture: CodeFrog focuses on testing, security, and project management
- User Choice: You control which AI tools to use and how
Next Steps
- Project Workflows - Set up your development workflow
- CodeRabbit + Augment Workflow - AI integration guide