Claude
Skills
Sign in
Back

wedding-invitation-generation

Included with Lifetime
$97 forever

Generate beautiful wedding invitations, save the dates, RSVP cards, and wedding programs using each::sense AI. Create classic, modern, floral, rustic, destination, and cultural wedding stationery designs.

General

What this skill does


# Wedding Invitation Generation

Generate stunning wedding invitations and stationery using each::sense. This skill creates custom designs for all wedding paper goods including invitations, save the dates, RSVP cards, programs, and digital e-invitations across various styles and cultural traditions.

## Features

- **Classic Elegant**: Timeless formal designs with traditional typography
- **Modern Minimalist**: Clean, contemporary designs with sleek aesthetics
- **Floral & Botanical**: Garden-inspired designs with flowers and greenery
- **Rustic & Bohemian**: Natural, organic designs with earthy elements
- **Destination Wedding**: Beach, vineyard, and travel-themed designs
- **Cultural Designs**: Indian, Chinese, Jewish, and other traditional styles
- **Save the Dates**: Pre-invitation announcements
- **RSVP Cards**: Response cards matching invitation suites
- **Wedding Programs**: Ceremony guides and order of service
- **Digital Invitations**: E-invites optimized for screens and sharing

## Quick Start

```bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an elegant wedding invitation for Sarah and Michael, getting married on June 15th, 2025 at The Grand Estate. Classic formal style with gold accents on cream background."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
```

## Wedding Stationery Formats & Sizes

| Type | Standard Size | Aspect Ratio | Use Case |
|------|---------------|--------------|----------|
| Invitation | 5x7 inches | 5:7 | Main wedding invitation |
| Invitation | 4x6 inches | 2:3 | Budget-friendly option |
| Save the Date | 4x6 inches | 2:3 | Pre-announcement cards |
| RSVP Card | 3.5x5 inches | 7:10 | Response cards |
| Program | 5x7 inches | 5:7 | Ceremony order of service |
| Digital Invite | 1080x1920 | 9:16 | Mobile-optimized e-invite |
| Digital Invite | 1080x1080 | 1:1 | Social media square format |

## Use Case Examples

### 1. Classic Elegant Invitation

```bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a classic elegant wedding invitation for Emma Rose Thompson and William James Harrison. Wedding date: Saturday, September 20th, 2025 at five o clock in the evening. Venue: The Ritz-Carlton Ballroom, New York City. Design style: Traditional formal with elegant script typography, gold foil accents on ivory paper, delicate filigree border, refined and timeless aesthetic. Size: 5x7 inches portrait orientation."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
```

### 2. Modern Minimalist Invitation

```bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a modern minimalist wedding invitation for Olivia Chen and James Park. Date: March 8, 2025. Venue: The Modern Art Museum, Los Angeles. Design: Ultra clean and contemporary, lots of white space, sans-serif typography, subtle geometric accents, black text on white background with a single thin gold line accent. Sophisticated and understated. 5x7 portrait format."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
```

### 3. Floral & Botanical Invitation

```bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a romantic floral wedding invitation for Isabella Martinez and David Wilson. Date: April 12, 2025 at 4 PM. Venue: Botanical Gardens, Charleston. Design: Lush watercolor flowers - peonies, roses, and eucalyptus in soft blush pink, dusty rose, and sage green. Romantic script font for names, elegant serif for details. Flowers framing the corners with a soft cream background. Garden party elegance. 5x7 portrait."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
```

### 4. Rustic Bohemian Invitation

```bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a rustic bohemian wedding invitation for Luna Rivers and Jack Morrison. Date: October 18, 2025 at 3 PM. Venue: Willow Creek Ranch, Colorado. Design: Earthy boho style with kraft paper texture background, wildflowers and dried pampas grass illustrations, warm terracotta and burnt orange tones with sage green accents. Hand-drawn style typography, dreamcatcher or feather subtle motifs. Natural and free-spirited vibe. 5x7 portrait."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
```

### 5. Beach Destination Wedding Invitation

```bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a destination beach wedding invitation for Sophia and Ryan. Date: January 25, 2025 at sunset. Venue: Four Seasons Resort, Maui, Hawaii. Design: Tropical paradise theme with soft watercolor ocean waves, palm fronds, and tropical flowers. Color palette of ocean blue, turquoise, coral, and sandy gold. Elegant but relaxed typography. Include small icons for flip flops or starfish. Vacation vibes meets wedding elegance. 5x7 portrait."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
```

### 6. Indian Wedding Invitation

```bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a traditional Indian wedding invitation for Priya Sharma and Raj Patel. Mehendi: December 12, Sangeet: December 13, Wedding: December 14, 2025. Venue: The Leela Palace, Jaipur. Design: Rich and ornate traditional Indian style with intricate mandala patterns, paisley motifs, and Ganesha symbol. Deep royal colors - maroon, gold, and emerald green. Ornate gold borders and traditional Indian decorative elements. Blend of Hindi and English text welcome. Luxurious and celebratory. 5x7 portrait."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
```

### 7. Save the Date Card

```bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a save the date card for Amanda and Chris. Save the date: July 4th, 2025. Location: Napa Valley, California. Formal invitation to follow. Design: Wine country theme with subtle grapevine illustrations and vineyard landscape silhouette. Elegant purple and gold color scheme. The date should be prominently displayed. Include a placeholder area for a photo of the couple. Romantic and sophisticated. 4x6 landscape orientation."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max",
    "session_id": "wedding-suite-amanda-chris"
  }'
```

### 8. RSVP Card Design

```bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stre

Related in General