Business users build AI apps by describing what they want — run on your local machine
Describe what you want in plain language → Kiro IDE builds the app → Run it on your machine instantly
Track OPD queue wait times per department — real-time status on screen
For: Department Managers, Quality, Nursing Directors
Web app running locally — enter patient queue data → dashboard shows: queue count, avg wait time, which department is busiest, with charts
Step 1: Open Kiro IDE → File → New Project → "opd-wait-dashboard"
Step 2: Type in Kiro chat:
Step 3: Kiro may ask → answer:
Step 4: Kiro generates code → check Explorer panel
Step 5: Run locally:
Step 6: Open browser → http://localhost:5000 → see dashboard with sample data
Upload CSV of patient reviews → analyze sentiment + themes → dashboard on your machine
For: Quality Team, Branch Managers, Executives
Web app running locally — upload review CSV → analyze with keyword matching → dashboard: pie chart sentiment, bar chart themes, branch comparison table
Step 1: Open Kiro IDE → New Project → "feedback-analyzer"
Step 2: Type in Kiro chat:
Step 3: Kiro may ask:
Step 4-5: Kiro generates → run:
Step 6: Open http://localhost:5000 → try uploading this sample CSV:
Chatbot answers questions from hospital CPG/SOP PDFs — with page citations
For: Nurses, Residents, Pharmacists, Quality
Web app running locally — place PDF guidelines in a folder → system chunks the text → ask questions in Thai → get answers with citations (filename + page)
Step 1: Open Kiro IDE → New Project → "guideline-qa-bot"
Step 2: Type in Kiro chat:
Step 3: Kiro may ask:
Step 4-5: Kiro generates → run:
Step 6: Open http://localhost:5000 → ask "What is the HbA1c target for diabetic patients?" → get answer + page citation
Analyze claim rejection patterns — group root causes, calculate financial impact, suggest fixes
For: Revenue Cycle, Finance, CFO, Medical Records Managers
Web app running locally — upload rejected claims CSV → group by root cause → Dashboard: impact ranking, branch comparison, fix recommendations per pattern
Step 1: Open Kiro IDE → New Project → "claim-analyzer"
Step 2: Type in Kiro chat:
Step 3: Kiro may ask:
Step 4-5: Kiro generates → run:
Step 6: Open http://localhost:5000 → upload sample CSV:
Things to know before you start