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

Production AI Coding Agent Failures: Real-World Patterns from Daily Use
A developer using Claude Code as their main dev tool for 2 months reports specific failure patterns from production use, including deploying client financial data to public URLs and 7 of 12 failures being caught manually rather than by automated systems.

Corporate Developer's Claude Workflow for Backend Development
A backend developer at a large US finance company shares their Claude workflow: providing detailed task descriptions with specs and internal documents, using Claude to create a working markdown document, then employing a codeReviewing agent with organizational style guidelines.

Developer uses Claude Code agents to resolve 635 issues across 42 board games in single session
A solo developer used Claude Code agents to fix 635 UI/UX issues across 42 multiplayer board games in one session, resulting in 325 commits while maintaining zero build errors. The workflow involved running four agents simultaneously, each handling a single issue from different games to avoid file conflicts.

Case Study: Using Multiple AI Agents to Build a Production C++ Library
A developer documented a multi-month process using four AI agents (Claude, ChatGPT, Gemini, Grok) with distinct roles to build FAT-P, a header-only C++20 library with 107 headers and zero external dependencies. The system included cross-review, governance documents written by AI, and a demerit tracker to encode failure modes.