Skip to main content
Cookbooks are practical, step-by-step guides that show you how to build real-world AI apps with Giselle. Each recipe includes complete node configurations, prompts, and workflow diagrams you can follow to create your own apps.

Available Recipes

RecipeWhat You’ll BuildKey Features
Blog Post & Social Media GeneratorContent creation pipeline that generates blog posts and social media content from a topicSequential processing, multiple generators, content adaptation
Web Research AssistantResearch tool that combines fixed reference pages with real-time web searchWebpage node, LLM Web Search, information synthesis
Knowledge Base Q&ARAG system using Document and GitHub Vector StoresRAG, Vector Stores, query optimization, multi-source search

What You’ll Learn

Through these recipes, you’ll learn how to:
  • Connect nodes to build multi-step AI workflows
  • Use Vector Stores for RAG (Retrieval-Augmented Generation)
  • Combine information sources like web pages, documents, and code repositories
  • Optimize queries to improve search results
  • Chain generators for sequential content processing