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

Librarian MCP: Local AI Server for Persistent Context with Documents
Librarian MCP is an open-source Model Context Protocol server that runs locally and connects to Jan, LM Studio, or Claude Desktop, enabling AI models to search and analyze document collections while maintaining full conversation context and data privacy.

CC-Canary: Detect Regressions in Claude Code with Local JSONL Analysis
CC-Canary reads Claude Code session logs and produces a forensic report on model drift, including read:edit ratio, reasoning loops, cost trends, and auto-detected inflection dates.

Offline Voice-to-Text Tool for macOS Using Local Whisper via MLX
A developer has open-sourced whisper-dictate, a macOS tool that provides fully offline voice-to-text transcription with real-time translation capabilities using Whisper running locally through MLX on Apple Silicon. Transcription takes about 500ms after speaking stops.

nex-life-logger: Local Activity Tracker for OpenClaw Agents
nex-life-logger is a background activity tracker that runs locally on your machine, giving OpenClaw agents memory of your computer activities. It tracks browser history, active windows, and YouTube transcripts, storing everything in a local SQLite database with no cloud data transmission.