Talk to ELIZA online

ELIZA is a classic 1966 program that simulates conversation using pattern matching and transformation rules. This is a modern, browser-based ELIZA emulator with a clean UI and a retro-style “terminal” chat window.

What it is
A historical-style chatbot demo you can try instantly.
What it isn’t
Not “AI” in the modern sense; no understanding, memory, or reasoning.
ELIZA / DOCTOR
demo
Tip: try “I feel…” or “My mother…” or “Because…”

Privacy note: by default this demo does not send chat text anywhere. (If you later add analytics/ads, keep that explicit.)

What is ELIZA?

1) Detect keywords

ELIZA looks for patterns (“mother”, “feel”, “because”) and picks a matching rule.

2) Transform your words

It swaps pronouns (“I” ↔ “you”), then plugs your phrase into a response template.

3) Ask a question back

Many replies are open-ended questions, nudging you to continue the conversation.

FAQ

Want the technical detail? See how ELIZA works. Curious about the psychological side? See the ELIZA effect and chatbot ethics. Interested in the bigger picture? Read about ELIZA’s influence on modern chatbots.