<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Deepak Paswan</title>
    <description>The latest articles on DEV Community by Deepak Paswan (@dpkpaswan).</description>
    <link>https://dev.to/dpkpaswan</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3955839%2F7b918ddd-63ec-4115-9608-31eaeb89f755.png</url>
      <title>DEV Community: Deepak Paswan</title>
      <link>https://dev.to/dpkpaswan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dpkpaswan"/>
    <language>en</language>
    <item>
      <title>From Abandoned Prototype to AI-Powered Google Form Platform</title>
      <dc:creator>Deepak Paswan</dc:creator>
      <pubDate>Thu, 28 May 2026 06:05:13 +0000</pubDate>
      <link>https://dev.to/dpkpaswan/from-abandoned-prototype-to-ai-powered-google-form-platform-cgm</link>
      <guid>https://dev.to/dpkpaswan/from-abandoned-prototype-to-ai-powered-google-form-platform-cgm</guid>
      <description>&lt;h1&gt;
  
  
  I Revived My AI-Powered Google Form Generator Using GitHub Copilot
&lt;/h1&gt;

&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/github-2026-05-21"&gt;GitHub Finish-Up-A-Thon Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;I revived and completed my unfinished project: &lt;strong&gt;AI-Powered Google Form Generator&lt;/strong&gt; — a full-stack web application that creates real Google Forms from natural language prompts using Google Gemini AI.&lt;/p&gt;

&lt;p&gt;The original idea started as a small experiment:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Can AI automatically generate a complete Google Form from a simple text description?”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Initially, the project only supported basic prompt-to-form generation. It worked as a proof of concept, but the user experience was incomplete, the backend structure was messy, and several important features were missing. Eventually, I stopped working on it.&lt;/p&gt;

&lt;p&gt;For the GitHub Finish-Up-A-Thon Challenge, I decided to revisit the project and properly finish it by transforming it from a simple AI demo into a more complete workflow platform.&lt;/p&gt;

&lt;p&gt;The application now supports:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🔐 Google OAuth authentication&lt;/li&gt;
&lt;li&gt;🧠 AI-powered form generation using Google Gemini&lt;/li&gt;
&lt;li&gt;📄 PDF and DOCX document-to-form generation&lt;/li&gt;
&lt;li&gt;🖼️ Image-to-form generation&lt;/li&gt;
&lt;li&gt;✏️ Editable generated questions&lt;/li&gt;
&lt;li&gt;📊 Form analytics dashboard&lt;/li&gt;
&lt;li&gt;📂 User form management dashboard&lt;/li&gt;
&lt;li&gt;📝 Pre-built form templates&lt;/li&gt;
&lt;li&gt;🛡️ Secure token handling and validation&lt;/li&gt;
&lt;li&gt;🐳 Docker-based deployment support&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Tech Stack
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Frontend
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;React 18&lt;/li&gt;
&lt;li&gt;Vite&lt;/li&gt;
&lt;li&gt;TailwindCSS&lt;/li&gt;
&lt;li&gt;Redux Toolkit&lt;/li&gt;
&lt;li&gt;Framer Motion&lt;/li&gt;
&lt;li&gt;Recharts + D3.js&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Backend
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Node.js&lt;/li&gt;
&lt;li&gt;Express.js&lt;/li&gt;
&lt;li&gt;Google Gemini API&lt;/li&gt;
&lt;li&gt;Google Forms API&lt;/li&gt;
&lt;li&gt;Supabase PostgreSQL&lt;/li&gt;
&lt;li&gt;Zod validation&lt;/li&gt;
&lt;li&gt;JWT Authentication&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  GitHub Repository
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://github.com/dpkpaswan/AI-powered-Google-Form-Generator" rel="noopener noreferrer"&gt;https://github.com/dpkpaswan/AI-powered-Google-Form-Generator&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;h3&gt;
  
  
  🎥 Video Walkthrough
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://youtu.be/b_d_2QhdoRU" rel="noopener noreferrer"&gt;https://youtu.be/b_d_2QhdoRU&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Application Workflow
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Sign in using Google OAuth&lt;/li&gt;
&lt;li&gt;Enter a natural language prompt&lt;/li&gt;
&lt;li&gt;AI generates structured form questions&lt;/li&gt;
&lt;li&gt;Edit or improve generated questions&lt;/li&gt;
&lt;li&gt;Publish directly to Google Forms&lt;/li&gt;
&lt;li&gt;Manage forms and view analytics&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Example Prompt
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;“Create a college symposium registration form with participant details, department selection, workshop preferences, and feedback questions.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Screenshots
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcn0dfkl78t2pcz5ivyi7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcn0dfkl78t2pcz5ivyi7.png" alt=" " width="798" height="473"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Repository
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://github.com/dpkpaswan/AI-powered-Google-Form-Generator" rel="noopener noreferrer"&gt;https://github.com/dpkpaswan/AI-powered-Google-Form-Generator&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  The Comeback Story
&lt;/h2&gt;

&lt;p&gt;When I first started this project, it was mainly a proof of concept focused on AI-generated forms.&lt;/p&gt;

&lt;p&gt;The original version had multiple issues:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Weak UI and UX&lt;/li&gt;
&lt;li&gt;No form management system&lt;/li&gt;
&lt;li&gt;No analytics support&lt;/li&gt;
&lt;li&gt;Limited backend structure&lt;/li&gt;
&lt;li&gt;Minimal validation&lt;/li&gt;
&lt;li&gt;No document parsing&lt;/li&gt;
&lt;li&gt;No templates&lt;/li&gt;
&lt;li&gt;No deployment setup&lt;/li&gt;
&lt;li&gt;Difficult-to-maintain codebase&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Over time, I kept adding ideas without properly finishing the core workflow. The project slowly became harder to maintain and eventually got abandoned.&lt;/p&gt;

&lt;p&gt;For this challenge, I focused less on adding random new features and more on improving usability, architecture, reliability, and overall product quality.&lt;/p&gt;

&lt;p&gt;Major improvements I made during the revival process:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Rebuilt the backend using controllers/services architecture&lt;/li&gt;
&lt;li&gt;Added secure Google OAuth integration&lt;/li&gt;
&lt;li&gt;Integrated Supabase for persistent storage&lt;/li&gt;
&lt;li&gt;Added PDF and DOCX parsing support&lt;/li&gt;
&lt;li&gt;Added image-based form generation&lt;/li&gt;
&lt;li&gt;Added editable forms workflow&lt;/li&gt;
&lt;li&gt;Built analytics dashboards using charts&lt;/li&gt;
&lt;li&gt;Improved validation and error handling&lt;/li&gt;
&lt;li&gt;Added reusable templates&lt;/li&gt;
&lt;li&gt;Added Docker deployment support&lt;/li&gt;
&lt;li&gt;Improved overall frontend design and responsiveness&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;One important lesson from this process was:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Finishing and polishing a project is much harder than starting one.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The biggest improvements were not flashy AI features — they were stability, usability, and better system structure.&lt;/p&gt;




&lt;h2&gt;
  
  
  My Experience with GitHub Copilot
&lt;/h2&gt;

&lt;p&gt;GitHub Copilot helped me significantly during the rebuilding and cleanup process.&lt;/p&gt;

&lt;p&gt;I mainly used Copilot for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Refactoring backend services&lt;/li&gt;
&lt;li&gt;Creating API boilerplate&lt;/li&gt;
&lt;li&gt;Improving Express routes and middleware&lt;/li&gt;
&lt;li&gt;Writing reusable utility functions&lt;/li&gt;
&lt;li&gt;Generating validation schemas&lt;/li&gt;
&lt;li&gt;Improving React component structure&lt;/li&gt;
&lt;li&gt;Debugging async logic&lt;/li&gt;
&lt;li&gt;Speeding up repetitive frontend tasks&lt;/li&gt;
&lt;li&gt;Improving documentation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;One of the most useful parts was backend refactoring. The earlier version had tightly coupled logic, and Copilot helped accelerate the process of separating business logic into cleaner service layers.&lt;/p&gt;

&lt;p&gt;I also used Copilot while improving UI components and simplifying repetitive coding tasks during frontend cleanup.&lt;/p&gt;

&lt;p&gt;Instead of treating Copilot as a replacement for development, I used it as a productivity tool to speed up implementation and refactoring while still making the technical decisions manually.&lt;/p&gt;




&lt;h2&gt;
  
  
  Challenges Faced
&lt;/h2&gt;

&lt;p&gt;Some of the biggest technical challenges were:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Managing Google OAuth token handling securely&lt;/li&gt;
&lt;li&gt;Integrating the Google Forms API reliably&lt;/li&gt;
&lt;li&gt;Structuring AI-generated question formats consistently&lt;/li&gt;
&lt;li&gt;Parsing uploaded documents correctly&lt;/li&gt;
&lt;li&gt;Maintaining clean architecture while expanding features&lt;/li&gt;
&lt;li&gt;Handling async workflows between AI generation and Google APIs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I also realized that overengineering can easily destroy project momentum. At one point, I was adding too many ideas without stabilizing the core product experience.&lt;/p&gt;

&lt;p&gt;This challenge helped me focus on actually finishing the application.&lt;/p&gt;




&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;This challenge pushed me to revisit an abandoned project and finally complete it properly.&lt;/p&gt;

&lt;p&gt;The biggest takeaway for me was:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;A polished and usable product matters more than endlessly adding features.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;There are still future improvements I want to make, but this challenge helped me transform an unfinished prototype into a much more stable and production-ready application.&lt;/p&gt;

&lt;p&gt;Thanks for reading!&lt;br&gt;
&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/github-2026-05-21"&gt;GitHub Finish-Up-A-Thon Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;h2&gt;
  
  
  The Comeback Story
&lt;/h2&gt;

&lt;h2&gt;
  
  
  My Experience with GitHub Copilot
&lt;/h2&gt;

</description>
      <category>devchallenge</category>
      <category>githubchallenge</category>
    </item>
  </channel>
</rss>
