Invitaciones Digitales is a Next.js static-export platform that powers fully personalized digital invitations served at invitaciones.unaideamas.com. Each invitation is a standalone web experience composed of animated section components, photo galleries, background music, countdown timers, RSVP flows, and gift registries — all built with TypeScript and deployed as a static site.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/gus-16710/invitations/llms.txt
Use this file to discover all available pages before exploring further.
Introduction
Understand the platform architecture, supported event types, and how invitations are structured.
Quickstart
Run the development server and create your first invitation in minutes.
Project Structure
Explore the directory layout, route conventions, and where to place assets.
Building Invitations
Step-by-step guide to scaffolding a new invitation from scratch.
Invitation Categories
Every invitation belongs to one of five categories, each with its own URL namespace and set of real-world examples already in the codebase.Weddings
/bodas/[couple] — Multi-section wedding invitations with ceremony, reception, itinerary, and gift registry.Quinceañeras
/quinces/[name] — XV Años celebrations with godparents, waltz itinerary, and dress code.Baptisms
/bautizos/[name] — Christening invitations with church location and gallery.Graduations
/escolar/[name] — School and university graduation events with countdown and venue map.Celebrations
/festejos/[name] — Birthdays, themed parties, and special events.Key Features
Section Components
Composable sections — Header, Ceremony, Reception, Gallery, GodParents, DressCode, Gifts, and Confirm — assembled per invitation.
Animations
Framer Motion presets and scroll-triggered entrance animations used across all sections.
Multimedia
Photo galleries, video backgrounds, background audio, and canvas confetti effects.
RSVP & Gifts
WhatsApp RSVP links, virtual gift registries with retailer integrations, and Google Maps locations.
Development Guide
Creating an Invitation
Scaffold a new route, add section components, and wire up assets for a new event.
Section Components
Full reference for every section component, its props, and how to compose them.
Fonts & Styling
Use custom decorative fonts, Tailwind classes, and per-invitation CSS overrides.
Deployment
Build the static export and deploy via FTP using the GitHub Actions workflow.
