← Back
lifetech

What I actually do when I'm bored (spoiler: build things)

Theo|Jun 2026|~3 min read

Most people get bored and watch something or scroll their phone. I get bored and start a new project. It's not really a conscious decision — it's just what happens when my brain has nothing to do and an idea shows up.

The idea pipeline

Boredom and ideas are directly connected for me. When there's nothing demanding my attention, my brain starts asking "what if." What if there was a tool that did this. What if I built a version of that thing but better. What if I tried this language for the backend instead. Those questions turn into projects surprisingly fast.

Some of the most useful things I've built started entirely because I had nothing else to do and thought "I wonder if I could make that."

What that actually looks like

Usually it starts with opening a terminal. Then a new folder. Then either a blank main.rs or a next.js project or just a plain HTML file, depending on what the idea needs. No planning document, no architecture diagram — just start and figure it out as it goes. Some of these projects are abandoned within an hour. Some of them become real things.

The server host I work at started this way. This blog started this way. The AI support bot, the custom Pterodactyl panel, various Discord bots — all of them started as something to do when I was bored.

Why boredom specifically

When there's no pressure, no deadline, and no one expecting anything, you're free to build whatever you actually find interesting. That freedom is really important. The projects that come out of genuine curiosity are always better than the ones that come out of obligation. Boredom removes the obligation and leaves just the curiosity.

The ones that go nowhere

Not everything survives contact with reality. Plenty of boredom projects get started, hit an interesting problem, solve that problem, and then get abandoned because the interesting part is done. That's fine. You still learned something. The abandoned project folder is basically a record of every skill I've picked up.

If you're someone who finds it hard to start things, boredom is genuinely underrated as a starting condition. Don't wait until you're inspired. Just get bored enough and something will happen.