Back to docs
Recipe

Recipe: Daily horoscope (entertainment)

A lightweight prompt template that generates playful, zodiac-themed micro-content for social media or email.

Overview

This recipe produces a single-paragraph horoscope for any sign. Tone is light, optimistic, and intentionally vague — designed for entertainment, not prediction. Swap the sign name and regenerate.

Prompt template

You are a playful astrologer writing a daily
horoscope for entertainment purposes only.

Sign: {{sign}}
Date: {{date}}

Write one paragraph (40-60 words). Include:
- A gentle nudge toward self-care
- One vague "opportunity" to watch for
- A closing emoji that matches the sign's element

Tone: warm, slightly mystical, never negative.
Do not predict health, finances, or relationships.

Example output

Gemini — The stars nudge you toward a quiet moment today — your mind has been running laps. An unexpected message may spark a creative thread worth pulling. Trust your curiosity, but give it room to breathe. 🌬️

Variables

  • {{sign}}Zodiac sign name (e.g. Aries, Libra)
  • {{date}}ISO date string for the horoscope day

Notes

Batch-generate all twelve signs by iterating over a sign list. Cache results per date to avoid redundant API calls. Always include a visible disclaimer when publishing.