AI-powered Form Creator – Instantly generate smart, customizable forms from natural language.
- Manual form creation is time-consuming and repetitive.
- Non-technical users struggle with rigid, limited form builders.
- Businesses need smarter, customizable, AI-driven forms.
- Describe your form in natural language, get a ready-to-use form instantly.
- AI engine suggests fields, validation, and structure.
- Flexible, customizable, and developer-friendly.
- User Input → “I want a job application form with name, email, skills, and experience.”
- AI/ML Model → Extracts fields, validation rules, UI components.
- Form Generator → Creates form in HTML/React schema.
- Preview & Deploy → Embed into websites or apps.
- ⏱ Saves time: instant generation
- 🌍 Accessible: no coding required
- ⚡ Flexible: supports multiple domains
- 🚀 Scalable: extendable to surveys, workflows, assistants
Requirements:
- Node.js (>= 18)
- npm / yarn
- MongoDB (local or cloud)
Installation:
git clone https://github.com/vrohan999/mind-form-maker.git
cd mind-form-maker
# Install dependencies
npm install
# Setup environment variables
cp .env.example .env # update with DB URI, API keys
# Run development server
npm run devThis project is built with:
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS