https://github.com/thecodechaser/ai-form-pilot
AI Form Pilot is a lightweight Next app for guided form-filling. Instead of overwhelming users with fields, it asks questions one by one—like name, email, or phone—then auto-fills the form with real-time responses from the Gemini API. Users get a smooth guided flow instead of static fields, with the interactive responses from AI.
https://github.com/thecodechaser/ai-form-pilot
gemini-api html-css javascript nextjs react tailwindcss typescript
Last synced: 3 months ago
JSON representation
AI Form Pilot is a lightweight Next app for guided form-filling. Instead of overwhelming users with fields, it asks questions one by one—like name, email, or phone—then auto-fills the form with real-time responses from the Gemini API. Users get a smooth guided flow instead of static fields, with the interactive responses from AI.
- Host: GitHub
- URL: https://github.com/thecodechaser/ai-form-pilot
- Owner: thecodechaser
- License: mit
- Created: 2025-09-13T09:34:23.000Z (7 months ago)
- Default Branch: dev
- Last Pushed: 2025-09-14T07:34:36.000Z (7 months ago)
- Last Synced: 2025-09-14T08:36:40.145Z (7 months ago)
- Topics: gemini-api, html-css, javascript, nextjs, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://ai-form.thecodechaser.com
- Size: 165 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# AI Form Pilot
> AI Form Pilot is a lightweight Next app for guided form-filling. Instead of overwhelming users with fields, it asks questions one by one—like name, email, or phone—then auto-fills the form with real-time responses from the Gemini API. Users get a smooth guided flow instead of static fields, with the interactive responses from AI. Built with TypeScript and Tailwind, it’s fast, accessible, and keyboard-friendly—perfect for exploring AI-driven form experiences without extra complexity.
## Preview:



## Built With
- Gemini API
- HTML
- CSS
- JavaScript
- TypeScript
- REACT
- Next
- Tailwind CSS
## Live version
[AI Form Pilot](https://ai-form.thecodechaser.com)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- A text editor(preferably Visual Studio Code)
- Node
- Web browser
### Install
- [Git](https://git-scm.com/downloads)
- [Node](https://nodejs.org/en/download/)
### Using it Locally
- Clone the project
```bash
git clone git@github.com:thecodechaser/ai-form-pilot.git
cd ai-form-pilot
```
- Install dependencies
```bash
npm i
or
npm install
```
- To Start the development server
```bash
npm run dev
```
- To test the project
```bash
npm run test
```
## Visit And Open Files
[Visit Repo](https://github.com/thecodechaser/ai-form-pilot)
## Download Repo
[Download Repo](https://github.com/thecodechaser/ai-form-pilot/archive/refs/heads/main.zip)
## Authors
👤 **Ranjeet Singh**
- Website: [thecodechaser.com](https://thecodechaser.com)
- GitHub: [@thecodechaser](https://github.com/thecodechaser)
- Twitter: [@thecodechaser](https://twitter.com/thecodechaser)
- LinkedIn: [thecodechaser](https://linkedin.com/in/thecodechaser)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/thecodechaser/ai-form-pilot/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Inspiration: Canvas
## 📝 License
This project is [MIT](./LICENSE) licensed.