/ConvoForm

Build engaging and interactive forms that are easy to fill and fun to answer.

Primary LanguageTypeScript

ConvoForm

Imagine Google Forms, but supercharged with AI for an improved user experience, Build engaging and interactive forms that are easy to fill and fun to answer. You can see live demo here - ConvoForm.com.

Features

  • User-Friendly Interface: The interface is designed to be user-friendly, ensuring a seamless and efficient form-building experience.

  • Intelligent Field Input: Creating form fields is made easy; users can provide the necessary information without worrying about specifying exact field names.

  • Dynamic Form Rendering: The form view page dynamically displays questions based on the provided form summary, eliminating the need for users to predefine every field.

  • Customizable Welcome Screen: Users have the flexibility to personalize the welcome screen that greets users before they start filling out the form, enhancing the user experience.

Learnings

In the course of working on ConvoForm.com, I penned down two insightful pieces on Medium reflecting on my journey and learning:

Feel free to delve in, and I hope these articles provide value to your coding journey.

Local Setup

Follow these steps to set up the project locally on your machine.

Prerequisites

Make sure you have the following installed:

Clone the Repository

git clone https://github.com/growupanand/ConvoForm.git
cd ConvoForm

Install Dependencies

pnpm install

Configuration

  1. Copy the .env.example file to .env.local file.
    cp .env.example .env.local
  2. Open the .env.local file and update the necessary environment variables.

Run the Development Server

pnpm run dev

Visit http://localhost:3000 in your browser to see the application.

Build for Production

pnpm run build

Screenshots

Here are some screenshots from the app

Workspace Page Form Submission
Workspace page Form submission
Form Editor View Submissions
Form editor View Submissions

Contributing

Feel free to contribute to the development by opening issues, providing feedback, or submitting pull requests. Your input is valuable in making Smart Form Wizard even smarter!