Using AI to help you generate regular expressions using natural language.
RegexBot is a web application that uses AI to help you generate regular expressions using natural language. The app uses the Vercel AI SDK to generate regular expressions based on natural language input.
- Generate regular expressions from natural language
- Next.js 14
- Vercel AI SDK
- DaisyUI
- Tailwind CSS
- Clone the repository
- Set the environment variables (use the
.env.example
file as a template) - Install the dependencies with
pnpm install
- Run the development server with
pnpm dev
- Open http://localhost:3000 with your browser and start using the app!