Generate and Test Regex with AI Agent
AI coding agent that generates, executes, and evaluates to deliver accurate regex patterns. Automatically tested in a secure sandbox for reliable results.
- ๐ค AI-Powered Regex Generation - Intelligent agent generates regex patterns based on your requirements
- ๐งช Automated Testing - Patterns are executed and validated in a secure sandbox environment
- โก Real-Time Results - See matches and test results instantly
- ๐ฌ Interactive Chat Interface - Refine patterns through natural conversation
- ๐ฏ Common Regex Snippets - Quick access to frequently used patterns
- ๐จ Modern UI - Clean, responsive design built with Next.js and Tailwind CSS
- Node.js 18+
- npm/yarn/pnpm/bun
# Install dependencies
npm install
# Run the development server
npm run dev
# For full development (frontend + worker)
npm run dev:allOpen http://localhost:3000 to see the application.
- Frontend: Next.js 14 with App Router, React, Tailwind CSS
- Backend: Cloudflare Workers with Durable Objects
- AI: Vercel AI SDK with agent framework
- Sandbox: Secure code execution environment with Daytona
src/
โโโ app/ # Next.js app router pages
โโโ components/ # React components
โโโ agent-worker/ # Cloudflare Worker backend
โโโ hooks/ # Custom React hooks
โโโ lib/ # Utilities and helpers
The application can be deployed on:
- Frontend: Vercel, Netlify, or Cloudflare Pages
- Backend Worker: Cloudflare Workers
See deployment documentation for platform-specific instructions.