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

Qwen 3.6 27B Q8_k_xl as a Local Daily Driver for VSCode
A developer shares their experience using Qwen-3.6-27B-q8_k_xl by Unsloth in VSCode Insiders via LM Studio on an RTX 6000 Pro, finding it 'good enough' for daily coding tasks without API tokens.

Decoupling Narrative from State Tracking Fixes AI Text Adventure Amnesia
A developer built a stateful simulation engine where PostgreSQL tracks game state and LLMs only generate narrative text after state changes, preventing inventory hallucinations and plot loss.

Developer Builds 6 Claude AI Agents to Manage 15 Side Projects
A developer with a full-time engineering job created six specialized Claude agents to handle daily operations for 15 side projects, using Claude Code, markdown files, and git worktrees without a custom platform.

Developer builds macOS banking app with Claude Code in 6 weeks
A developer created simplebanking, a free open-source macOS menu bar app for German banks using Claude Code. The app shows live balances across multiple accounts, provides transaction search, subscription detection, and keeps all data locally.