Comment by heffstaDug

1 month ago

Over the holidays I worked on on a simple family planner for my family (mostly for me as I am very forgetful and wanted one place for our family things to do)

I also wanted to use the opportunity to mostly vibe code it (I got a month free Pro from OpenAI, so heavily used Codex). I also wanted it to be hosted for free so built it around Cloudflare Pages, Workers and KV store. It’s basically a mobile-first weekly view that shows “what’s happening this week” for the whole family. I also wrote a small series about building it and it shows my LLM workflow with the guardrails using AGENTS.md etc.

Write-up here if anyone’s interested: https://michaeldugmore.com/p/family-planner-vibe-coding-rule...

Github repo here: https://github.com/mdugmore/family-planner-public