A retro AI terminal inspired by the computer from Courage the Cowardly Dog.
Built using:
-
Next.js
-
TypeScript
-
Ollama
-
Qwen2.5
-
Express.js
The machine behaves like a strange sarcastic household supercomputer:
-
dramatic
-
chaotic
-
witty
-
mildly unhinged
It types directly onto the screen like courage and responds with cinematic dialogue.
-
Retro CRT-inspired interface
-
Live screen typing
-
Typewriter AI responses
-
Express backend for AI routing
-
Fully offline capable (with Ollama)
-
Next.js
-
TypeScript
-
TailwindCSS
-
Express.js
-
Ollama API
- Qwen2.5:1.5B
cd courage-computer
npm install
npm run dev
cd ollama-backend
npm install
node index.js
Install Ollama:
Run model:
ollama run qwen2.5:1.5b
The AI personality is controlled through:
ollama-backend/context.txt
This file defines:
-
speaking style
-
humor
-
sarcasm
-
dramatic behavior
-
formatting rules
This project is intentionally chaotic.
The machine may:
-
insult you
-
overreact dramatically
-
become existential
-
question reality itself
This is expected behavior.
MIT License