TextForge: A Claude Code-built email approval tool for LLM workflows

TextForge is a tool built entirely with Claude Code that provides mandatory approval gates for email workflows, preventing Claude or any other LLM from sending emails without explicit user approval. The developer created it to automate 8-10 hours per week of email-driven business processes while maintaining control over sensitive B2B communications.
Development Process
The project started with a self-hosted MCP server + HTTP API using a private Google Cloud API key scoped to the developer's domain. This initial version took about 5 days to build and included:
- A CLI for Pipedrive that could access deals and task lists
- A Claude Code skill that combined the Pipedrive CLI with the email system
- 2-3 months of refinement for threading, signatures, and MIME handling
Key Features
- Email draft list and approval queue ("pull request review for outbound emails")
- Webhook support for approve/reject without opening the app
- Attachment support with ClamAV anti-virus scanning
- Secure pass-through architecture that doesn't retain data
- Selective sync capabilities
- Integration with Pipedrive CRM
Security Implementation
To meet Google's CASA2 audit requirements for email reading scopes:
- Used Claude to run an OpenProse workflow scanning the ASP .NET Core app for OWASP vulnerabilities
- Fixed vulnerabilities before Google's security audit partners reviewed the application
- Deployed ClamAV instance using Claude Code + Pulumi for attachment scanning
- The audit process took several weeks and required thorough security review
Development Approach
The developer wrote minimal code manually, instead focusing on:
- Writing PRDs and tech specs
- Planning RALPH loops and OpenProse workflows
- Approving mock-ups and UI designs
- Testing the application
The tool improved business metrics including close rate and ARR aging by enabling more frequent follow-ups while maintaining security controls.
📖 Read the full source: r/ClaudeAI
👀 See Also

Interact MCP: Faster Web Browsing for Claude Code with Persistent Chromium
Interact MCP is a Model Context Protocol tool that keeps a persistent Chromium browser in-process, reducing browser action times from 2-5 seconds to 5-50ms after the initial call. It features a ref system for element interaction without CSS selectors and includes 46 tools for web automation.

Claude Code Studio: Open-Source Desktop App for Managing Multiple Claude Coding Sessions
Claude Code Studio v0.9.3 is an open-source desktop application that provides a multi-pane interface for managing multiple Claude Code CLI sessions. It addresses common workflow issues like juggling terminal tabs, session persistence, and instruction repetition.

Claude Code gains TLA+ model checking via tla-mcp MCP server
tla-mcp is a new MCP server that lets Claude Code call the TLA+ model checker tla-rs as a first-class tool — validate specs, run bounded checks with counterexample traces, and replay scenarios from the chat.

dead-letter: Local .eml to .md Converter with CLI, Web UI, and MCP Server
dead-letter normalizes email exports into Markdown with YAML front matter, customisable. It offers four access modes: CLI, Python library, Web UI, and an MCP server for direct integration with Claude Desktop, Claude Code, and Codex.