Developer shares lessons from building sports app with Base44 and Claude

App concept and platform choice
The developer built a sports app at glanceplay.com designed for new or casual sports fans. The app provides quick, 60-second briefings before games, answering "what do I need to know before watching tonight?" The briefings are more accessible than box scores and more concise than full articles.
The app was built on Base44, which the developer found "great for getting something off the ground fast."
Problem with iterative development on Base44
The developer discovered that "every time I needed a code change — even small tweaks — I was burning Base44 credits. It added up fast." They realized many of these changes could have been handled directly by Claude instead.
Specific types of changes that became expensive on Base44 included:
- Iterating on UI layout and component structure
- Debugging API response formatting
- Refining prompts for the sports briefing logic
- General "why isn't this working" troubleshooting
Recommended workflow for AI-assisted development
The developer's advice: "Use a platform like Base44 (or Bolt, Lovable, etc.) to scaffold the initial structure, then lean on Claude heavily for all the incremental code changes, debugging, and prompt engineering. You'll go further on the same budget."
They found Claude "so much better at all of this, and it's a much more efficient use of resources when you're in that iterative build phase." Using Claude for these tasks would have been "free (or at much lower cost)" compared to Base44 credits.
Current status and challenges
The core product is live and working, but the developer is "still working on the load times (my biggest current headache)."
📖 Read the full source: r/ClaudeAI
👀 See Also

AI agent cost breakdown: $12 monthly with local models and cloud APIs
A developer ran an AI agent for a month using Mac Mini + Ollama for local models and cloud APIs, costing $12 total with 80% local usage at $0 and 20% cloud usage at ~$12. A single retry loop consumed $4.80 in 11 minutes, prompting circuit breaker implementation.

OpenClaw on Synology NAS: Telegram Media Requests and Container Management
A user reports running OpenClaw on a Synology NAS alongside media stack containers like Plex, Sonarr, Radarr, and SABnzbd. They use it for Telegram-based movie requests and automated NAS troubleshooting tasks.

OpenClaw Agent Voice Call Demo with Streaming TTS and Barge-in
A developer demonstrated their OpenClaw agent making phone calls via Telegram, featuring streaming text-to-speech that responds sentence-by-sentence and supports barge-in for natural conversations.

3 Real Blockers After Weeks of Testing OpenClaw for Business Automation
A Reddit user reports three blockers after weeks of running OpenClaw on Windows 11 with Claude Haiku 4.5 + DeepSeek: headless execution hides agent actions, CRM integrations break on handoff, and orchestration agent asks for manual execution instead of acting on data.