Developer builds anonymous love proposal app with Claude Code

BlushDrop: Anonymous love proposal platform
A developer built BlushDrop, a completely free anonymous love proposal platform where users can send animated proposals and get private real-time tracking showing when recipients open them. The app runs at approximately $0.75/month and is available at https://blushdrop.app.
How Claude Code assisted development
The developer had no experience with Next.js, Supabase Realtime, or security architecture before starting this project. Claude Code functioned as the development team throughout the process:
- Designed the entire token security system using 21-character nanoid tokens with separate public and secret tokens
- Built rate limiting middleware from scratch
- Wrote EXIF stripping logic for photo privacy
- Architected the adapter pattern so every service can be swapped without rewriting the application
- Generated and ran 97 unit tests
- Debugged Supabase Realtime for the live tracker functionality
- Guided through Cloudflare + Vercel deployment
The developer noted that Claude Code didn't just write code but made architectural decisions collaboratively.
Technical outcome
The completed application contains 49 routes with zero errors. The developer asked the community what they would have built differently with the same tools.
📖 Read the full source: r/ClaudeAI
👀 See Also

Built a Daily YouTube → LinkedIn Pipeline with OpenClaw: Architecture, Gotchas, and Lessons Learned
A developer shares the architecture of an OpenClaw skill that scrapes 30 YouTube channels daily, analyzes transcripts via LLM, and writes to Google Sheets. Details key gotchas like Apify async vs sync, Codex idle-turn watchdog, and ARG_MAX limits.

OpenClaw user automates dating app interactions with AI agent
A Reddit user built an OpenClaw agent that handles swiping, conversation management, and match filtering on dating apps, reporting 500+ swipes per day and 3x more matches after one week.

Claude Code AI Agent Controls Physical iPhone via Accessibility APIs
A developer demonstrated Claude Code autonomously operating a physical iPhone through the Blitz Mac app, using WebDriverAgent and accessibility APIs with a zero-distance swipe workaround for taps.

Practical OpenClaw Use Cases from Daily Experience
A developer shares six specific ways they use OpenClaw daily, including flight price watching, health coaching, and email polishing, while noting what didn't work like automated social posting.