Analysis updated 2026-05-18
Replace manual client intake with an automated form that logs every lead to Google Sheets instantly.
Get an immediate email notification every time a prospective client submits their project details.
Share a hosted form URL with prospects and have their details appear in your spreadsheet CRM automatically.
| timetoeatmyice/client-onboarding-autopilot-lite | 0-bingwu-0/live-interpreter | 0xkaz/llm-governance-dashboard | |
|---|---|---|---|
| Stars | 2 | 2 | 2 |
| Language | — | Python | Python |
| Setup difficulty | easy | moderate | hard |
| Complexity | 2/5 | 2/5 | 4/5 |
| Audience | pm founder | general | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires n8n (self-hosted or cloud) with Google Sheets and Gmail credentials connected.
This repository contains a single n8n workflow file that automates the first step of bringing on a new client. n8n is a free, self-hostable automation platform that connects apps together using a visual flow editor, similar to Zapier but without per-task pricing. The workflow does three things after a prospect fills out a form. First, n8n's built-in form trigger presents a hosted intake form collecting name, email, company name, project type, and a free-text details field. Second, a normalization step maps those fields into a consistent format and appends a new row to a Google Sheets spreadsheet you designate as your CRM. Third, a Gmail step sends you an email with the lead's details immediately after submission, so you know about new inquiries the moment they arrive. Setup takes about five minutes. You import the JSON file into your n8n instance, connect your Google account for Sheets and Gmail access, point the save step at your spreadsheet, swap a placeholder with your actual email address, and activate the workflow. n8n then generates a shareable URL for the form that you can send to prospects or put on your website. This is the free, lite version of a larger paid product. The paid version adds separate workflows that send contract and invoice emails automatically on form submission, watch for a Stripe payment and trigger a scheduling link when it lands, create a Trello project board with checklists, and send three timed welcome emails over the client's first week. The repository contains one JSON file. No code needs to run. The license is MIT.
A free n8n workflow that connects a client intake form to a Google Sheets CRM and fires an instant Gmail alert when someone submits, requiring no code to set up.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly pm founder.
This repo across BitVibe Labs
Verify against the repo before relying on details.