A lightweight onboarding assistant that gives new hires a clear checklist and answers policy/benefits FAQs. Built as a PM-focused, low-code prototype: Lovable for the UI and n8n for workflow/LLM logic.
-
Problem
The first week at a new job is overwhelming for employees and repetitive for HR.
New hires juggle multiple setup tasks and policies, while HR spends hours answering FAQs. -
Solution
A simple onboarding assistant with:- Checklist – clear, step-by-step tasks for new hires
- AI chatbot – instant answers to policy & benefits FAQs
-
My Role
Defined the problem, wrote the PRD, designed wireframes in Figma, built the prototype in Lovable,
and automated workflows in n8n with OpenAI.
-
Onboarding checklist
- Essential setup tasks with short descriptions and direct links.
-
AI chat assistant
- Answers common HR/benefits/policy questions from a curated knowledge base.
- Guardrails:
- If HR-related but unknown → hands off to HR email.
- If not HR-related → politely declines.
- Primary: New hires in week 1.
- Secondary: HR teams looking to reduce repetitive questions.
- ≥ 90% checklist completion in week 1
- ≥ 80% FAQ resolution without HR escalation
- Avg. first-week satisfaction ≥ 4/5
- Lower “time to productivity” on required setup tasks
- Frontend: Lovable (no-code UI), Figma (wireframes)
- Workflow/logic: n8n
- LLM: OpenAI Chat Model
- Knowledge base: Notion (mock knowledge base for POC)
High level flow
- UI sends question → n8n Webhook
- n8n AI Agent:
- Uses OpenAI for response
- Pulls checklist/policy/benefits info from Notion
- Keeps short-term context (“memory”)
- Format response → return to UI
Note: In production, the knowledge base would point to the company’s sources (HRIS, policy hub, benefits portal). No live company data is used here.
- Lovable UI is live via the link above.
- The chatbot endpoint was run locally via n8n for the demo.
- If you want to import the workflow, use the JSON
Onboarding Buddy Workflow.jsonand set n8n credentials for:- OPENAI API
- Notion Integration
Personal portfolio project. All rights reserved.