SeatBee.app Uses Claude AI for Wedding Seating Arrangements

SeatBee.app: AI-Powered Wedding Seating Solution
SeatBee.app is a wedding seating arrangement tool built in Claude Code with Claude AI (via OpenRouter) that addresses the common problem of creating seating charts for weddings. The developers identified that existing solutions were essentially digital Post-it notes with no intelligence or rules engine.
Key Features and Implementation Details
- AI Understanding of Social Dynamics: Claude genuinely understands social relationships. For example, when told "These two had a messy breakup," it doesn't just separate them but creates a buffer zone between them.
- Constraint Satisfaction Performance: The AI handles constraint satisfaction problems effectively, managing 150 guests with 20 rules and generating optimal seating arrangements in seconds.
- Floor Plan Detection: The hardest technical challenge was floor plan detection. Users can upload a photo of their venue, and Claude maps the room geometry. The developers note this took weeks to get right, and even now, the trace feature works better than the AI detection for this specific task.
- Natural Language Rule Processing: The developers used natural language to train Claude on how to dissect user-input rules and weight them proportionally. Example rules include: never break up parties unless one person is at the head table, take "keep apart" rules seriously (like "don't put my divorced parents near each other!").
Development and Business Details
The project went from idea to paying customers in about 3 months, with the developers describing their approach as "mostly vibe coding it." The free tier supports up to 100 guests, and the AI functionality works as described. The core architecture uses Claude Code with Claude AI via OpenRouter.
📖 Read the full source: r/ClaudeAI
👀 See Also

Building an AI Layoffs Tracker with Claude Cowork: Practical Implementation Details
A developer built a live, interactive layoff tracker that scrapes and displays companies citing AI as a reason for job cuts in 2026, using Claude Cowork to generate table structures, debug filter logic, and optimize mobile accessibility.

How a React useEffect Bug Caused Random Haptic Feedback and Tanked App Retention
A developer ignored user reports of random app vibrations for months, only to discover a React useEffect dependency issue was causing constant haptic feedback on mid-range devices, dropping 7-day retention from 35% benchmark to 18%.

Alien Pinball Postmortem: Full Physics Pinball Game Built with Claude + AI Toolchain
A developer shares how they built a complete browser pinball game using Claude Code (Opus), ChatGPT for art, Suno for music, and LittleJS+Box2D. Includes PixiJS-less workflow, AI-generated art aligned to physics geometry, and practical lessons on AI code co-development.

OpenClaw User Report: Technical Setup Works, But Autonomy Requires Real Problems
A developer built a live OpenClaw agent on a VPS with Stripe and Vercel integration in 5 days, but found the real challenge isn't setup—it's having clear problems for the agent to solve autonomously. The setup-token OAuth method for flat subscriptions is now hard-blocked by Anthropic, forcing pay-per-token usage.