Quick overview
This workflow collects a startup idea via an n8n form, uses Google Gemini to generate a SWOT-style analysis, assigns a viability score, uses Groq to turn the results into a structured validation report, and emails the final report through Gmail.
How it works
- Receives a startup idea, industry, and target audience from an n8n Form trigger.
- Sends the submission to Google Gemini to generate a professional analysis covering the problem, business model, and SWOT factors.
- Generates a startup viability score (currently a random value from 80–100) and packages it with the Gemini analysis.
- Sends the score and analysis to Groq (Llama 3.3 70B) to compile a full validation report with an executive summary, market potential, recommendations, and final verdict.
- Emails the generated validation report to the configured recipient using Gmail.
Setup
- Add credentials for Google Gemini (PaLM) API, Groq API, and a Gmail OAuth2 connection.
- Replace the placeholder recipient address in the Gmail step ("[email protected]") with your target email address before activating the workflow.
- Publish the n8n form, then share the form URL with the users who should submit their startup ideas for validation.