CodeFrog
Recommended Tools & Integrations
← Back to CodeFrog

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.

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.

Best for: General development, debugging, extension-based workflows

Other IDEs

AI & Code Review Tools

CodeRabbit

Why we recommend it: CodeRabbit provides automated code review and AI-powered PR feedback.

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.

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.

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.

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.

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.

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.

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.

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.

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.

Security Best Practices:

Version Control & Collaboration

GitHub

Why we recommend it: Industry-standard version control and collaboration platform.

Integration with CodeFrog:

See Project Workflows for GitHub integration details.

AI-Assisted Development

  1. Cursor for primary coding with AI assistance
  2. CodeRabbit for automated PR reviews
  3. CodeFrog for testing, security scanning, and project management
  4. GitHub for version control and collaboration

Remote Development

  1. Hetzner or Linode for cloud infrastructure
  2. CodeFrog for SSH server management and monitoring
  3. VS Code or Cursor with Remote SSH extension
  4. GitHub for version control

Full-Stack Workflow

  1. Cursor or VS Code for development
  2. CodeFrog for testing and security validation
  3. SendGrid for transactional emails
  4. Mailchimp (REST API) for marketing emails
  5. 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:

This approach provides:

Next Steps