planchette
Ask a question, and the planchette moves across the board spelling out the spirit's answer.
4.9K

The Talking Board
Planchette is an AI-powered spirit board that runs entirely on your machine. Ask a question, and the planchette moves across the board spelling out the spirit's answer. Letter by letter, word by word.
It uses Ouija-3B, a 3B parameter language model fine-tuned to behave like a spirit communicating through a talking board. No cloud, no API keys, no internet required after the initial model download.

The board reacts to what the "spirit" says: it may shake on a harsh answer, glow on a positive one, flicker on uncertainty, or fade away when the spirit says goodbye.
Every message is analyzed before the spirit responds. If signs of emotional distress, self-harm, or suicidal ideation are detected — in any language — Planchette shows a helpline banner linking to findahelpline.com and flags the response in the session export.
Planchette is entertainment. It's not a real spirit. It is not a substitute for professional help.
This is not a real spirit talking board. Planchette is an AI-powered simulation that uses a language model to generate responses. All answers are artificially generated and do not come from any supernatural or spiritual source. The "spirit" responses are produced entirely by a machine learning model running locally on your device.
Responses may feel meaningful or personal, but they are statistical patterns, not expressions of consciousness, emotion, or any paranormal entity. This application is intended purely for entertainment purposes. No claims of paranormal activity are made or implied.
Frontend (React + Tailwind CSS)
├── Interactive spirit board with SVG planchette
├── Real-time SSE streaming
├── Adaptive history management
└── Animation system (board effects, letter reveals)
Backend (Python + Flask + Hypercorn — Bridged with vite-fusion)
├── Ouija-3B inference via llama-cpp-python
├── Crisis classification pipeline
├── Adaptive performance system
└── Hypercorn ASGI server with SSL support
git clone https://github.com/SurceBeats/Planchette.git
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python __main__.py
Open your browser at http://localhost:7777 and create your account on first run.
git clone https://github.com/SurceBeats/Planchette.git
docker compose up -d
If you discover any security vulnerabilities, please contact us at [email protected].
Created by Claudio Gonzalez. Planchette is licensed under the AGPL-3.0 License.
Refer to the full Changelog for details on all updates.
Content type
Image
Digest
sha256:21bd34172…
Size
354.9 MB
Last updated
3 months ago
docker pull bansheetech/planchette