Project 01
Frisco Web Designs
AI-powered web design agency platform — text-to-website generation with 4 AI providers, CRM, embeddable chatbot builder, and automated client billing.
Solo developer — designed and built end-to-end
Key Features
- Text prompt generates a complete, conversion-optimized website with real Unsplash images and full design system
- Runtime AI provider switching with circuit breakers — 3 failures in 60s trips the circuit, requests fail fast
- Embeddable AI chatbot with function-calling lead capture, HMAC-signed webhooks, and Twilio SMS alerts
- Full CRM pipeline — CSV import, 15+ lead statuses, priority scoring, one-click mockup generation
Engineering Highlights
- Circuit Breaker pattern — Per-provider OPEN→HALF_OPEN→CLOSED state machine prevents cascade failures
- Zero broken images — 3-tier fallback: memory cache → MongoDB → Unsplash API → deterministic seeds
- Structured AI via Zod — All LLM output validated with z.union() and safeParseOrDefault() for graceful degradation