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

Developer builds AI framework with 17 biological principles using Claude Code
A developer created an AI framework called Cognitive Sparks by implementing 17 biological principles like threshold firing and Hebbian plasticity, based on the 1999 book 'Sparks of Genius.' The entire project—22 design docs and 3,300 lines of code—was built in one day using Claude Code, with no human-written code.

Swarm Orchestra v2 Plugin Adds Inter-Agent Messaging to Fix Claude Code Agent Team Chaos
Swarm Orchestra is a plugin that addresses Claude Code's experimental TeamCreate feature, which can spawn runaway agents. Version 2 adds inter-agent messaging via a PreToolUse hook and self-configuration via a /teammate skill.

Contextium: Open-Source Persistent Context Framework for Claude Code
Contextium is a structured git repo framework that provides persistent context for Claude Code sessions, using a CLAUDE.md file as a context router to lazy-load relevant markdown files. The open-source version includes a template with 6 sample apps and 27 integration docs.

Zeude: Self-Hosted Monitoring Dashboard for Claude Code and OpenAI Codex
Zeude is a self-hosted dashboard that tracks Claude Code and OpenAI Codex usage, providing per-prompt token and cost breakdowns, weekly leaderboards, and team skill management. Version 1.0.0 adds Windows support, Codex integration, and per-user skill opt-out.