Productivity
ConvoForm.com transforms traditional forms into interactive conversational experiences, powered by AI for an enhanced user journey. Think Google Forms, but more engaging and intuitive.
In the course of building it from scratch, I penned down some insightful pieces on Medium reflecting on my journey and learning, I hope these articles provide value to your coding journey.
Join our community on Discord to get support, share feedback, and connect with other users and developers:
Feel free to contribute to the development by opening issues, providing feedback, or submitting pull requests. see the CONTRIBUTING.md for more details.
Follow these steps to set up the project locally on your machine.
Make sure you have the following installed:
Make sure you Enable organizations in Clerk settings.
Get your OpenAI key at OpenAI Dashboard
git clone https://github.com/growupanand/ConvoForm.git
cd ConvoForm
pnpm install
Copy the .env.example file to .env.local file and open the .env.local
file and update the necessary environment variables.
cp .env.example .env.local
pnpm drizzle:apply-migration
pnpm run dev
Visit http://localhost:3000 in your browser to see the application.
pnpm run build
This project is licensed under the MIT License.