Full Stack App in 2 Afternoons - AI Coding ft Tavily
So I got a bunch of Tavily API credits for completing their course AND I wanted to show how to use a Boilerplate template to start apps. Combined this with a system (Claude Code Plugin) I've been developing the past couple of months I'm calling 'Apex Spec System' and I made a pretty awesome and good looking app. Complete open-source here: https://github.com/moshehbenavraham/tavily-app How it works: - Phases → major feature groups - Sessions → focused implementation units - Specs → detailed requirements per session - Task checklists → 15-30 items to complete - Validation gates → quality checks before moving on The result: - 15 sessions across 3 phases - FastAPI backend + React frontend + PostgreSQL - Auth, CRUD, 4 Tavily operations, save results with metadata - ~15K lines of production-ready code - 2 afternoons The key insight: AI doesn't drift when it has clear scope, explicit constraints, and traceable progress. It's not magic—it's just structured prompting at the project level. Video below! Curious if anyone else is experimenting with structured AI dev workflows such as BMAD, Github Spec Kit, etc. What's working for you?