AiOuija is an LLM-powered virtual Ouija board experience that bridges the gap between modern artificial intelligence and paranormal ritual.
Youtube Demo VideoAiOuija is an experimental human AI interaction project that explores how atmosphere, pacing, and ambiguity shape the way people respond to machine generated output. Instead of acting like a normal question and answer system, the experience focuses on tension, uncertainty, and narrative suggestion, observing how users naturally project meaning, intent, and personality onto non human responses. It also looks at whether people can feel fear, empathy, or emotional immersion during an interaction they know is artificial, and how design choices can make the presence feel less mechanical and more psychologically real.
- AI Providers:
- Mistral AI: Powers the spirit's personality, memory, and cryptic responses using
mistral-large-latest. - Groq: Speech-to-Text (STT) via Whisper Large V3 Turbo for real-time voice interaction.
- VAD: Voice Activity Detection for seamless hands-free communication.
- Mistral AI: Powers the spirit's personality, memory, and cryptic responses using
Follow these steps to host your own séance:
git clone https://github.com/rvlndd/ai-ouija.git
cd ai-ouija/my-appnpm installCreate a .env.local file in the my-app directory and add your API keys:
MISTRAL_API_KEY=your_mistral_api_key_here
GROQ_API_KEY=your_groq_api_key_herenpm run devOpen http://localhost:3000 with your browser to begin.
Created by RvLnd

