Recipe Muse is a fully automated Next.js platform that combines culinary arts with LLM, generating complete recipes including recipe names, detailed instructions, and generative images for each dish.
- 🍽️ Multi-language support (English, Chinese, Japanese, and more)
- 🧑🍳 Algorithmically-generated recipes
- 📱 Responsive design with optimized performance
- 🎨 Modern UI with interactive components
- 🔄 Real-time recipe updates and caching
recipe-muse.mp4
Home Menu
Generate recipe names from input
Generated multi-language recipe detail and instructions
- Recipe name and detail generate
- Image generate
- Multi-language support
- User ingredients, cuisine custom submission
- User signup/login, previous recipe history
- Schedule generation
- Backfill translator support
- Recipe web tooling (timer, comments)
- Payment plan
- Framework: Next.js with Server-Sent Events (SSE) + Redis cache
- Integrated LLM. Openai (gpt-4o-mini, o3-mini), Anthropic (opus, sonnet 3.5), Deepseek (chat, reasoner), Stability.ai (Stable Image Core), Open router
- Styling: TailwindCSS with Mantine components
- API: RESTful endpoints with caching
- Database: Firebase, Supabase
- Internationalization: Custom i18n implementation
- Clone the repository
- Install dependencies
pnpm i
# finish env file based on sample
pnpm run dev
MIT License