Hi everyone,
I’ve been building an AI-powered party planning app using:
V0
Next.js
Vercel
OpenAI APIs
The app generates complete themed party plans with:
“Muse” personalities/styles
menus
decor
playlists
vibe descriptions
timelines
effort levels
variations
Originally the prototype worked surprisingly well.
However, after expanding the metadata/intelligence layer for ~10 muses and more detailed theme matching, I’m now running into major issues:
Current Problems
outputs becoming inconsistent
muses mismatching menus/vibes/themes
variation logic failing
repeated content
generation times increasing to 60+ seconds
app feels unstable after metadata expansion
Example:
Asian tea party originally paired with the right scene but not taking to long to load content. Now loading with the worng muse and worng content see screenshots.
A Bridgerton-themed party might get paired with incorrect menu styles or generic outputs that don’t match the intended vibe.
My Suspicion
I think I may have:
too much logic inside prompts
schema drift
overly large context windows
weak deterministic mappings
orchestration problems between AI-generated sections
Looking For
Would love advice on:
architecture cleanup
prompt orchestration
structured metadata approaches
caching/performance optimization
separating deterministic vs generative logic
improving generation speed
Also open to paid freelance/consulting help from someone experienced with:
Vercel
AI apps
Next.js
prompt orchestration
Thanks! Adeline
<https://v0-party-plan-premium.vercel.app/index.html!-- Project information (URL, framework, environment, project settings) →



