The Business Audit Tool AI is not just a form—it is a deeply engineered, fully automated sales associate. Built with a pristine split-screen glassmorphism UI, the frontend captures detailed business inefficiencies and streams them directly into an advanced n8n AI agent pipeline.
The result? Within minutes of submission, a highly personalized, beautifully formatted business audit proposal is generated via the latest Anthropic Claude model, converted to a professional PDF, and delivered directly to the prospect's inbox—all while notifying your internal sales team on Slack.
graph TD
A[🧑💼 Prospect] -->|Visits Site| B(💻 Next.js Frontend)
B -->|Completes Wizard| C{📝 Form Submission}
C -->|JSON Payload| D((⚙️ n8n Webhook))
subgraph "n8n Intelligent Automation Pipeline"
D -->|Trigger| E[🧠 Claude 3.5 Sonnet]
E -->|Writes Strategy| F(📄 Generate Proposal)
F -->|Render| G[🖨️ API2PDF]
D -->|Record| H[📊 Google Sheets]
D -->|Alert| I[💬 Slack]
end
G -->|Attach PDF| J[✉️ Gmail]
J -->|Deliver| K[🎯 Prospect Inbox]
I -->|Notify| L[🔥 Sales Team]
- Jaw-Dropping UI/UX: A highly polished, split-screen desktop layout featuring a sticky mesh-gradient hero section and frosted glass panels.
- Interactive Selection Cards: Replacing boring dropdowns with massive, tactile cards featuring
lucide-reacticonography and glowing hover states. - True Native Animations: Wizard steps slide in and out with perfect physics, powered by Framer Motion.
- Fully Integrated AI Backend: Webhook integration with n8n triggers an automated data enrichment and proposal generation pipeline.
- Zero Jargon: Engineered to speak peer-to-peer with business owners, translating their inputs into actionable, high-level strategic proposals.
- Framework: Next.js 14 (App Router)
- Styling: Tailwind CSS + Shadcn UI
- Animations: Framer Motion
- State Management & Validation: React Hook Form + Zod
- Icons: Lucide React
- AI Brain: Anthropic Claude 3.5 Sonnet
- Document Generation: API2PDF
- CRM / Delivery: Google Sheets, Gmail, Slack
The backend of this tool is driven by a massive, custom-built n8n automation flow (n8n-workflow.json):
sequenceDiagram
participant U as User
participant UI as Next.js UI
participant N as n8n Webhook
participant AI as Claude 3.5
participant PDF as API2PDF
participant T as Sales Team
U->>UI: Submits Business Inefficiencies
UI->>N: POST /webhook (Form Data)
par Parallel Processing
N->>AI: Send data for analysis
N->>T: Slack Alert: "New Hot Lead!"
end
AI-->>N: Returns formatted strategic proposal
N->>PDF: Generate professional PDF
PDF-->>N: Returns PDF URL
N->>U: Email PDF via Gmail
- Webhook Capture: Instantly catches the form data.
- AI Analysis: Claude 3.5 Sonnet analyzes the inputs (Industry, Tech Stack, Hours Wasted).
- Proposal Drafting: Generates a peer-to-peer, highly professional strategic proposal.
- PDF Generation & Delivery: Converts the proposal into a PDF and emails it directly to the prospect.
- Team Notification: Alerts the internal team via Slack that a hot lead just came in.
To run the jaw-dropping frontend locally:
# 1. Clone the repository
git clone https://github.com/avuzmal/business.audit.tool.ai.git
# 2. Navigate into the directory
cd business.audit.tool.ai
# 3. Install dependencies
npm install
# 4. Start the local development server
npm run dev -p 4000Open http://localhost:4000 with your browser to see the result.
