ConvoForm icon indicating copy to clipboard operation
ConvoForm copied to clipboard

Want forms users actually enjoy? ConvoForm turns forms into chats.

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:

  • You need a PostgreSQL database instance to store the customer data. Create a free superbase Postgres instance at Supabase.

  • Clerk is used for Authentication and User Management. Please make sure you Enable organizations in Organizations Settings within Clerk settings.

  • Get your OpenAI key at OpenAI Dashboard

  • You need a Redis Database from Upstash

  • Application Performance Monitoring & Error Tracking is done using Sentry

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.

Please note that we do not accept pull requests which consist solely of changes to the README file. Contributions should be code-focused and aim to enhance the functionality, efficiency, or quality of the project.