DEV Community

FreezeOrange
FreezeOrange

Posted on • Originally published at wishyze.com

How I Built an AI That Generates Personalized Daily Manifestation Rituals

I built Wishyze — an AI-powered daily manifestation ritual engine with 28,547+ users. Here's the technical architecture and what I learned.

The Problem

Most manifestation apps are glorified journal apps. They give you a blank page and tell you to "visualize." But the science of behavior change tells us that structure + personalization + streaks is what actually creates lasting habits.

The Architecture

  • Frontend: Next.js 14 (App Router) + TypeScript + Tailwind CSS
  • Backend: Supabase (Postgres + Auth + RLS)
  • AI Engine: DeepSeek V4 Pro (ritual generation) + MiMo-V2.5 (pattern analysis)
  • Payments: Paddle (global tax/VAT handling)
  • Deployment: Vercel

How the AI Ritual Engine Works

Each daily ritual has 4 components generated by AI:

  1. Affirmation — Personalized to the user's chosen path (money, love, confidence, healing)
  2. Visualization — A rich, sensory scene the AI crafts based on the affirmation
  3. Action — A specific, doable step for that day
  4. Sign — What to look for as evidence the frequency shift is working

All 4 components follow a Phase Model I developed:

  • Phase 1: Spark (days 1-7) — Initial excitement and clarity
  • Phase 2: Void (weeks 2-6) — Nothing seems to happen. This is where 73% of people quit.
  • Phase 3: Alignment (weeks 6-12) — Synchronicities and opportunities appear
  • Phase 4: Manifestation — External reality matches internal frequency

The AI handles all 4 phases, adapting the ritual intensity based on where the user is in their journey.

The Streak System

I built a 7-30-90 day streak framework. Users who hit 7 days are 4x more likely to convert to paid. The free tier gives 3 daily rituals — enough to build the habit without devaluing the premium tier ($9.90/mo).

Key Metrics

  • 28,547+ users
  • 93-day streak — longest continuous user
  • 3 free daily rituals on free tier
  • $9.90/mo Premium (unlimited rituals + AI insights)
  • $6.90 one-time Deep Breakthrough pack

What I'd Do Differently

  1. SEO from day one — We retrofitted 11 SEO landing pages. Should have been launch-ready.
  2. Reddit > Product Hunt — Organic community engagement converts better than launch-day spikes.
  3. Free tools > ads — We just shipped a "Which Manifestation Phase Are You In?" calculator. Free tools are the best organic acquisition channel.

Try It

wishyze.com — free tier, no card required. 3 daily rituals.


Built with Next.js, Supabase, DeepSeek, and Paddle. Questions welcome in the comments.

Top comments (0)