explaingit

timetoeatmyice/client-onboarding-autopilot-lite

Analysis updated 2026-05-18

2Audience · pm founderComplexity · 2/5LicenseSetup · easy

TLDR

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.

Mindmap

mindmap
  root((Client Onboarding Lite))
    What it does
      Intake form for clients
      Saves to Google Sheets CRM
      Sends Gmail alert
    Workflow nodes
      Form trigger
      Data normalization
      Google Sheets append
      Gmail notification
    Setup
      Import JSON into n8n
      Connect Google account
      Activate workflow
    Versions
      Free lite version
      Paid full version with contracts
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Replace manual client intake with an automated form that logs every lead to Google Sheets instantly.

USE CASE 2

Get an immediate email notification every time a prospective client submits their project details.

USE CASE 3

Share a hosted form URL with prospects and have their details appear in your spreadsheet CRM automatically.

What is it built with?

n8nGoogle SheetsGmail

How does it compare?

timetoeatmyice/client-onboarding-autopilot-lite0-bingwu-0/live-interpreter0xkaz/llm-governance-dashboard
Stars222
LanguagePythonPython
Setup difficultyeasymoderatehard
Complexity2/52/54/5
Audiencepm foundergeneralops devops

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Requires n8n (self-hosted or cloud) with Google Sheets and Gmail credentials connected.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

In plain English

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.

Copy-paste prompts

Prompt 1
I've imported the client-onboarding-autopilot-lite n8n workflow. Help me add a budget range field to the intake form and map it to a new column in my Google Sheet.
Prompt 2
How do I modify the Gmail alert node in this n8n workflow to post a Slack message instead of sending an email when a new form is submitted?
Prompt 3
I want to add a Calendly scheduling link to the Gmail alert email so clients can book a discovery call immediately. How do I edit the email template node in n8n?
Prompt 4
Can I run this n8n workflow on the n8n Cloud free tier, and what limits would apply to form submissions per month?

Frequently asked questions

What is client-onboarding-autopilot-lite?

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.

What license does client-onboarding-autopilot-lite use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is client-onboarding-autopilot-lite to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is client-onboarding-autopilot-lite for?

Mainly pm founder.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Scan in gitsafehub Deploy in gitdeployhub timetoeatmyice on gitmyhub

Verify against the repo before relying on details.