{"id":14961226,"url":"https://github.com/growupanand/convoform","last_synced_at":"2025-04-05T09:04:49.235Z","repository":{"id":208822777,"uuid":"722588788","full_name":"growupanand/ConvoForm","owner":"growupanand","description":"Create interative conversational forms","archived":false,"fork":false,"pushed_at":"2025-04-01T10:20:12.000Z","size":7703,"stargazers_count":84,"open_issues_count":40,"forks_count":30,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T09:03:16.565Z","etag":null,"topics":["clerk","drizzle-orm","hacktoberfest","nextjs","postgresql","shadcn-ui","socket-io","tailwind","trpc","turborepo"],"latest_commit_sha":null,"homepage":"https://convoform.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/growupanand.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["growupanand"]}},"created_at":"2023-11-23T13:23:22.000Z","updated_at":"2025-04-04T11:39:58.000Z","dependencies_parsed_at":"2023-11-23T13:46:13.924Z","dependency_job_id":"d9a81d3b-95a3-416d-ad0e-57af15b170a5","html_url":"https://github.com/growupanand/ConvoForm","commit_stats":{"total_commits":356,"total_committers":5,"mean_commits":71.2,"dds":"0.016853932584269704","last_synced_commit":"12980a5b002dfe08743aabafab238dba7bc52b10"},"previous_names":["growupanand/smart-form-wizard"],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/growupanand%2FConvoForm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/growupanand%2FConvoForm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/growupanand%2FConvoForm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/growupanand%2FConvoForm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/growupanand","download_url":"https://codeload.github.com/growupanand/ConvoForm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247312077,"owners_count":20918344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clerk","drizzle-orm","hacktoberfest","nextjs","postgresql","shadcn-ui","socket-io","tailwind","trpc","turborepo"],"created_at":"2024-09-24T13:24:14.289Z","updated_at":"2025-04-05T09:04:49.182Z","avatar_url":"https://github.com/growupanand.png","language":"TypeScript","funding_links":["https://github.com/sponsors/growupanand"],"categories":[],"sub_categories":[],"readme":"# About ConvoForm\n\n[ConvoForm.com](https://www.convoform.com/?utm_source=genai_works\u0026utm_medium=social\u0026utm_campaign=github_launch) transforms traditional forms into interactive conversational experiences, powered by AI for an enhanced user journey. Think Google Forms, but more engaging and intuitive.\n\n#### Features:\n\n- **AI-Powered Form Generation:** Automatically generate comprehensive forms by describing your needs, streamlining the creation process.\n- **Real-time Form Editing and Preview:** Edit forms with live changes previewed on the same page, providing immediate feedback.\n- **Customizable Submission Pages:** Tailor the submission page with your organization's branding and personalized messages.\n\n#### Learnings\n\nIn 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.\n\n- [A Comprehensive Guide to Easily Switch from Prisma to Drizzle ORM](https://medium.com/@growupanand/a-comprehensive-guide-to-easily-switch-from-prisma-to-drizzle-orm-c290f8ed8ef3)\n- [Transitioning from Monorepo to Turborepo: My Development Journey with ConvoForm.com](https://medium.com/@growupanand/transitioning-from-monorepo-to-turborepo-my-development-journey-with-convoform-com-691b9d19f397)\n\n## Tech Stack\n\n- **Frontend**: [Next.js](https://nextjs.org) for optimized server and client rendering.\n- **Backend**: [tRPC](https://trpc.io) for type-safe API development.\n- **AI Integration**: [GPT-3.5-Turbo](https://platform.openai.com/docs/models/gpt-3-5-turbo) for dynamic form generation and response analysis.\n- **Real-time updates**: [Socket.io](https://socket.io/) for live form progress tracking.\n\n## Community and Support\n\nJoin our community on [Discord](https://discord.gg/aeYtKyn2E2) to get support, share feedback, and connect with other users and developers:\n\n## Contributing\n\nFeel free to contribute to the development by opening issues, providing feedback, or submitting pull requests. see the [CONTRIBUTING.md](https://github.com/growupanand/ConvoForm/blob/main/CONTRIBUTING.md) for more details.\n\n\n## Local Setup\n\nFollow these steps to set up the project locally on your machine.\n\n### Prerequisites\n\n- Make sure you have the following installed:\n\n  - [Node.js](https://nodejs.org/) (v18.17.1 or higher)\n  - [pnpm](https://pnpm.io/) (v8.14.3 or higher)\n  - [Git](https://git-scm.com/)\n\n- Make sure you [Enable organizations](https://clerk.com/docs/organizations/overview#enable-organizations-in-your-application) in Clerk settings.\n\n- Get your OpenAI key at [OpenAI Dashboard](https://platform.openai.com/api-keys)\n\n### Steps\n\n1. Clone the Repository\n\n```bash\ngit clone https://github.com/growupanand/ConvoForm.git\ncd ConvoForm\n```\n\n2. Install Dependencies\n\n```bash\npnpm install\n```\n\n3. Configuration environment\n\nCopy the .env.example file to .env.local file and open the `.env.local` file and update the necessary environment variables.\n```bash\ncp .env.example .env.local\n```\n\n4. Setup Database\n```bash\npnpm drizzle:apply-migration\n```\n### Once all steps done\n\n#### Run the Development Server\n\n```bash\npnpm run dev\n```\n\nVisit [http://localhost:3000](http://localhost:3000/) in your browser to see the\napplication.\n\n#### Build for Production\n\n```bash\npnpm run build\n```\n\n## License\n\nThis project is licensed under the [MIT License](https://github.com/growupanand/ConvoForm/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrowupanand%2Fconvoform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrowupanand%2Fconvoform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrowupanand%2Fconvoform/lists"}