Crudder

MySQL → CRUD app generator

Express backend React + Vite web UI React Native + Expo REST API Search & pagination

Connect to your MySQL table

Options

Or use the CLI

npx crudder generate -d mydb -t users --host localhost -u root -p secret -o ./my-app

The CLI connects directly from your machine — no MySQL firewall changes needed. View on GitHub →