Tinyhumans
A little interactive sandbox for tiny people, tiny thoughts, and their tiny stories
Install / Use
/learn @thesephist/TinyhumansREADME
Tiny humans 🌏
Tiny humans is a weekend hack inspired by this Instagram post. It's an interactive little sandbox world with tiny people and their tiny conversations. Play with it at tinyhumans.vercel.app or check out the gallery below for some ideas.
Tiny humans is written entirely in Oak, my programming language that conveniently compiles to JavaScript — you can read the whole source here. It renders everything using basic 2D Canvas APIs, and uses a custom algorithm to generate humans and their shadows. The background texture is from @marjanblan's Unsplash.

Build and deploy
Tiny humans is written in Oak. To develop or modify it, you'll need to install the oak tool from the repository. With it installed:
- Run a server. Tiny humans is a static single-page app. Use any web server (like
node-staticorpython -m http.Server) to serve the project directory. I usepython -m http.Server 10009and go tolocalhost:10009. - Build the program. The entire Oak source code for Tiny humans is in
main.oak. To compile it intobundle.jswhich the app loads, run
Thatoak build --entry main.oak --output bundle.js --web--webtellsoakto compile our program to JavaScript. I usually run a variation of this while developing so that the code re-compiles on every change to my file. There are lots of ways to do this, but I useentr:ls *.oak | entr -cr oak build --entry main.oak -o bundle.js --web - Auto-format code. Oak has a code auto-formatter built in, called
oak fmt. To re-formatmain.oak, run
Theoak fmt main.oak --fix # or oak fmt --fix -- main.oak--fixtellsoakto fix up the file in-place. Using--diffinstead won't change the file, but instead show any needed changes in your terminal.
Tiny humans gallery
Did you make something cool with Tiny humans? Do share it with me at @thesephist, I'd love to see :)
Tiny humans line up in formation, and a couple of leaders forge ahead into the unknown.

A tiny human battle is about to break out! Battlefronts form, and the first few brave souls make their moves.

A tiny human line forms for people waiting to join a tiny human circle. What for? That, I do not know.

Related Skills
node-connect
342.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
342.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.7kCommit, push, and open a PR
