Non-developer builds astrological storytelling tools with Claude API

Project Overview
A 77-year-old non-developer built two web applications using Claude as their primary collaborator over six weeks. The creator developed Fortune Cast in two days initially and has been iterating since.
Technical Implementation
Fortune Cast functionality:
- Calculates real planetary positions for today (Sun, Moon, Saturn, Neptune) using Meeus ephemeris algorithms in vanilla JavaScript
- Reads transits against user's natal chart
- Pulls Sabian Symbols for transiting Sun and Moon
- Calculates lunar phase
- Determines Whole Sign house placements via Nominatim geocoding
- Calculates personal day numerology
Ember Cast functionality:
- Works without birth data
- User provides one thing they're carrying (object, wound, word unsent, color, hunger, unresolved decision)
- Claude finds the story it was always trying to become in a different world
Claude's Role
Claude assisted with:
- Architecture decisions
- Debugging
- Prompt design
- Philosophy behind prompt design
- Understanding why the system worked when it worked
The key constraint that made it work emerged from conversation with Claude: "embody rather than explain." The creator notes: "the bones don't show — they just determine how the character moves." Claude writes first-person stories in any era, place, or character, with astrological mechanics never appearing in the text.
Technical Stack
- WordPress
- PHP proxy
- Anthropic API
- Vanilla JavaScript
- Nominatim geocoding
Key Features
- Both tools are completely free
- Nothing stored (no data retention)
- Every reading different because "the sky doesn't repeat"
- One reader feedback: "I can't call it coincidence. The most beautiful slap in the face."
📖 Read the full source: r/ClaudeAI
👀 See Also

Building a Full App with Lovable + Claude + Gemini: A Case Study
A software engineer built Earnest, a bank bonus tracker, using Lovable for UI, Claude for intent understanding, and Gemini as a second opinion. The app now has 100+ users tracking $9,700+ in bonuses.

Designer builds full-stack platform with Claude CLI: lessons from zero formal coding background
A designer with WordPress experience used Claude CLI to build a medical journal management platform handling 500+ event registrations, 3,500+ restricted area users, and 100+ e-learning courses. Key lessons include using separate AI instances for debugging and version controlling everything on GitHub.

Claude Code Ships Complete Multiplayer Game from Half-Finished Project
A developer used Claude Code to complete a competitive estimation game called Closer, adding real-time multiplayer via Supabase Realtime, ELO ranking system, daily challenges with percentile rankings, behavioral analytics dashboard, client-side routing, and confidence calibration tracking.

Game developer uses OpenClaw for automated feedback collection and code refactoring
A game developer runs OpenClaw as a background service on a MacBook to manage two projects: Heretical (a Steam game) and Duskland (a TypeScript project). The system uses Claude models via Discord and Telegram, with local Markdown memory files.