๐ŸŽ๏ธ runcar.dev GitHub
v1.1.0 ยท ANSI colors ยท Parallax

A colorful ASCII car
drives through your terminal.

A tiny HTTP server that streams a 16-row, parallax-scrolling ASCII scene โ€” sun, clouds, mountains, alternating trees, a polished red car, and sand-toned roadside rocks โ€” straight into curl.

~/runcar.dev
$ curl runcar.dev

๐Ÿ‘€ What it looks like

โšก This is one of 32 frames streamed at ~11 fps (configurable). Each row is a separate parallax layer scrolling at its own speed.

โš™๏ธ Make it yours

Tweak playback on a per-request basis with HTTP headers.

โฉ Speed milliseconds between frames
curl -H "X-Frame-Rate: 60" runcar.dev

Override the default 90 ms interval. The server clamps to a minimum of 30 ms so it stays kind to your CPU.

๐ŸŽš๏ธ Monochrome strip ANSI escape codes
curl -H "X-No-Color: 1" runcar.dev

Get the plain ASCII version โ€” perfect for terminals that don't speak ANSI, or for embedding in logs.

Ready to take it for a spin?

Star on GitHub