One link for RSVPs, schedules, and night-of coordination.
CicoteHub is a mobile-first invite hub for a seven-day private event called Cicote. It gives guests a single QR-code entry point to see the event story, nightly schedule, RSVP for one or more days, choose meal contributions or volunteer roles, and quickly contact hosts when they need help. The product reduces back-and-forth text messages, makes planning clearer for hosts, and keeps each night organized as attendance changes.
Host Alex, 38 - Alex is the primary organizer and wants a simple way to manage a private seven-day house event without juggling texts, spreadsheets, and reminders. Alex needs clear visibility into attendance and contributions across nights.
Guest Jordan, 31 - Jordan is invited to several nights of Cicote and will mostly use a phone camera from a printed QR code. Jordan needs a very fast, no-friction way to RSVP and understand what to bring.
Guest Parent Priya, 42 - Priya is bringing children to some nights and needs clarity on which evenings are kid-friendly, what the nightly meal plan is, and how to update plans if things change.
Alex is hosting Cicote, a seven-day house event with different meals and activities each night. In the past, Alex tracked attendance in text threads and spent hours asking who was coming, how many people to expect, and who would bring what.
With CicoteHub, Alex posts one QR code on the invitation. Guests scan it, see the full week, pick multiple nights, enter adults and kids, and choose a main dish, side dish, or volunteer role before they submit. Alex gets a live summary by night, fewer follow-up messages, and a much clearer plan for food and setup.
On event nights, guests return to the same link to check the schedule, confirm what they promised, or contact the hosts. The result is less confusion, faster planning, and a smoother experience for both the organizer and every household attending.
Team & resourcing - Small team - 2 engineers, 1 designer, part-time PM, and shared QA support.
Paste this into Cursor, Bolt, Lovable, or v0 to start building.
Build a mobile-first private event invite hub called CicoteHub for a seven-day house event. Core product: A public event homepage reachable via QR code or short URL. Guests should instantly see the event story, seven-night schedule, FAQ, and quick contact options for hosts. The main CTA is RSVP. Guests can RSVP for multiple nights, enter household name, number of adults, number of kids, and select a contribution for each night such as main dish, side dish, dessert, drinks, setup, craft, or cleanup. Guests must be able to edit their RSVP later using a secure magic link or one-time code. Primary screens/flows: 1. Public homepage with hero, schedule cards for all 7 nights, FAQ, and Contact Hosts actions. 2. RSVP flow with multi-night selection, party size, per-night contribution selection, review, and submit. 3. Confirmation page with summary and edit link. 4. Host admin dashboard with nightly attendance totals, contribution coverage, configurable night themes, capacity limits, and CSV export. 5. Guest edit flow from magic link. Data model: Event(id, name, description, startDate, endDate, locationNote, publicSlug, hostContacts) Night(id, eventId, date, title, mealTheme, startTime, capacityLimit, contributionTypes[]) Household(id, eventId, householdName, contactEmail, contactPhone, authTokenHash) RSVP(id, householdId, nightId, adults, kids, notes, status, updatedAt) Contribution(id, rsvpId, nightId, type, label, capacity, approvalStatus) FaqItem(id, eventId, question, answer, sortOrder) AuditLog(id, actorType, action, entityType, entityId, createdAt) Tech stack: Use Next.js 14 with TypeScript, Tailwind CSS, shadcn/ui, React Hook Form, Zod, and a lightweight Node.js backend with PostgreSQL. Use Prisma ORM. Add edge caching or static generation for the homepage, server actions or API routes for RSVP writes, and transactional updates to prevent double-booking contribution slots. Use Vercel for hosting, Postmark or SendGrid for email, and Twilio for optional SMS notifications. Include analytics events for homepage view, RSVP start, night selection, contribution selection, RSVP submit, confirmation view, and contact host click. Implementation requirements: Make it extremely fast on mobile, accessible, and easy to use from a camera scan. The first thing guests see should be the RSVP action. Optimize for low-friction inputs, minimal typing, and clear validation errors. Ensure the host can manage everything without spreadsheets. Create realistic seed data for a seven-night Cicote event and include a polished responsive UI.
I want to create an invite hub app for this big event that I'm throwing at my house called Cicote. It's a seven-day event and I need an event homepage where people can see the schedule, they can see what the event is about, maybe have it answer some questions like be able to quickly contact the hosts of the event. And then each night there needs to be able to be registration for your name and your party, how many adults and kids are coming. You know, each night we can have a main theme of meal that we have, and then have clear people can bring a clear main dish, side dish, or whatever as they register. And I wanted to be clear too that people can register for multiple days that they can come. And maybe we could add some other things like instead of a dish they could help be designated to help with setup, craft, or you know clean up or whatever, and I want to be able to build this. Really, it's got to be really fast loading. And it's the way people are mostly going to use this, is scan a QR code or go to like an easy website. They'll see, and the first thing they see is to RSVP into this. And if they've already RSVPed, or they come, or whatnot, then they can quickly see the schedule or get to wherever they need to get for the important things for the night. So want to think through all those pieces of it.
Design by The Resonance | Powered by GPC – The AI Transformation Company