Can I vibecode Dreams & Stars?
KINDA · weekend projectThe reading loop itself · collect a dream or birth details, prompt an LLM, stream back an interpretation · is a weekend build with any modern coding agent. What resists cloning is the boring half: real natal-chart math from ephemeris data rather than an LLM guessing planetary positions, a prompt methodology (Jungian + Ibn Sirin + actionable layers) tuned over real usage, a budget-reservation system that stops one runaway API call from burning the month's margin, and the credits/payment plumbing. Build the personal version for your own dream journal, but don't expect the DIY build to hold up as a product.
Build me a personal dream-and-astrology reading app to replace Dreams & Stars. - Next.js 14 App Router + TypeScript + Tailwind, one Postgres database (Supabase or local Postgres). Don't offer alternative stacks. - Two flows: (1) paste a dream description, (2) enter birth date/time/city for an astrology reading. - For astrology, install a Swiss Ephemeris TypeScript wrapper (e.g. swisseph-js/swisseph) and actually calculate Sun/Moon/Rising, planetary positions and major aspects from real ephemeris data · never let the model guess planetary positions. - Write one system prompt per flow. Dream prompt produces three sections: a psychological read (Jungian archetypes, shadow work), a traditional read (folk/Islamic symbolism, framed as interpretation not fortune-telling), and one practical suggestion. Astrology prompt synthesizes the Big Three, then current transits, in that order. - Call Anthropic or OpenAI with streaming; render the response as it arrives. - Store every reading (input, output, timestamp) in one `readings` table keyed to a local user id · no auth provider needed for personal use. - Look up birth-place lat/lon/timezone with a free geocoding API (e.g. Nominatim) · don't hardcode a paid geocoding vendor. - Support English and Turkish: pass a `language` param into the system prompt and instruct the model to answer entirely in that language, including headings. - No payments, no credits system, no rate limiting · this is for one person to use for free. Cap output tokens per call so a bug can't run up a large bill. - Add a simple history page listing past readings. - .env holds the LLM API key only. No telemetry, no analytics, no third-party scripts. - Out of scope, on purpose: multi-user accounts, credits/payments, compatibility/synastry readings between two people, a mobile app, and SEO content · those are the parts that turn a personal tool into a product.
$ open in your agent (prompt prefilled, you press enter) or copy it raw
prompt copied. want to know what dies next week?
new verdicts + top votes, weekly. free. one-click out.
The demo version · ask an LLM to interpret a dream · is free everywhere, including in ChatGPT itself. What people are actually paying for here is chart accuracy (real ephemeris math, not a model's guess at where Saturn was), a specific interpretive voice refined across the psychological, traditional and practical layers, and not having to build or maintain the astronomy, the budget guardrails, or the payment flow themselves.
xthe three-layer interpretation methodology (psychological/Jungian, Islamic/Ibn Sirin traditional, actionable) tuned over real usage, not a first draft
xreal natal-chart accuracy from ephemeris data instead of an LLM approximating planetary positions
xa spend-reservation system that caps provider cost before generation starts, so one bad request can't blow the budget
xnative-quality bilingual Turkish/English copy, not machine-translated
xthe credits/paywall, Stripe and RevenueCat payment plumbing
Don't feel like building it? These folks already made it free.
no votes, no pay-to-list · just what's real
Can I vibecode Dreams & Stars?
Kinda. The core of Dreams & Stars is buildable in a weekend with the prompt on this page, but there are real gaps: the three-layer interpretation methodology (psychological/Jungian, Islamic/Ibn Sirin traditional, actionable) tuned over real usage, not a first draft, real natal-chart accuracy from ephemeris data instead of an LLM approximating planetary positions. Read the honest list above before committing.
How much does Dreams & Stars cost?
Dreams & Stars's pricing is usage-based or varies by plan · Sold as consumable credit packs, not a subscription: Starter 10 credits for 4.99 USD, Popular 30 credits for 9.99 USD, Premium 100 credits for 24.99 USD. One credit = one dream or astrology reading..
What do I lose by replacing Dreams & Stars?
Honestly: the three-layer interpretation methodology (psychological/Jungian, Islamic/Ibn Sirin traditional, actionable) tuned over real usage, not a first draft; real natal-chart accuracy from ephemeris data instead of an LLM approximating planetary positions; a spend-reservation system that caps provider cost before generation starts, so one bad request can't blow the budget; native-quality bilingual Turkish/English copy, not machine-translated; the credits/paywall, Stripe and RevenueCat payment plumbing. If any of those are load-bearing for you, keep paying.
Is there an open-source alternative to Dreams & Stars?
Yes: Astro-Seek (Free natal chart calculator and traditional interpretation, no signup · real astronomy, no AI narrative.) DreamMoods (Free dream symbol dictionary running since the late 1990s · lookup-based, not a personalized AI narrative.) The prompt is for when you want it exactly your way.