Freshmart: AI Agent ran Grocery Website
Timeline: March 2026 - March 2026
Project Type: Personal
AI Python HTML/CSS
Project Description
FreshMart is an autonomous AI agent pipeline that maintains a real, publicly accessible grocery store website without human involvement in the content or code. Three agents run in sequence every Monday via GitHub Actions an Idea Agent that generates a weekly ad theme, deals, and recipe from scratch, a Coder Agent that turns that content into structured HTML, and a Style Agent that produces the matching CSS. The pipeline commits the output to a feature branch and opens a pull request automatically, with a human acting only as a final reviewer before changes go live on GitHub Pages. The project demonstrates practical multi-agent orchestration using the Claude API, serverless scheduling, and a human-in-the-loop deployment model where AI handles execution and a person retains the final decision.