All posts

Cyberdecks Are Having a Moment, and Software Builders Should Take Note

TikTok is full of solar-powered game emulators and clamshell purse computers. The cyberdeck revival signals what builders want. Control beats corporate convenience when you ship a personal project.

June 3, 20263 min read
Heavy black zine-style illustration of a chunky cyberdeck laptop with antennae and controls, blasting rough radiating signal lines and arrows outward against a rigid corporate grid

Scroll through TikTok lately and you will spot them everywhere. Solar-powered game emulators stuffed into Pelican cases. Pocket-sized e-ink readers hanging from lanyards. Clamshell computers built into vintage purses. These are cyberdecks, a DIY hardware movement that has exploded across social media over the last few months.

The aesthetic is deliberately retro-futurist. Chunky keyboards, exposed wiring, and 3D-printed frames. But the motivation runs deeper than nostalgia. Cyberdeck builders are building their own machines because they are tired of thin, sealed consumer devices that spy on them, lock them out, and depreciate in two years. They want hardware they can open, understand, and modify without begging a corporation for permission.

This is not a niche hobby anymore. The community has grown large enough to draw serious coverage, and the projects are getting sophisticated. Solar power integration, custom mechanical keyboards, and full Linux environments on single-board computers. These builders are shipping real products, not concept art. They prototype in public, iterate fast, and share their designs so others can copy and improve them.

The Builder Ethic Behind the Aesthetic

Watch the cyberdeck trend closely and you will see the underlying ethic. It is a full-stack rebellion. Builders refuse to accept that computation must happen inside a sealed box from Cupertino or Shenzhen. They are reclaiming the entire stack, from physical enclosure to operating system to application layer. Every finished project states that one person, working alone or with a small community, can still build something complete and sovereign.

That same hunger is driving the vibe-coding movement in software. Founders and indie hackers are tired of stitching together a dozen SaaS tools, each with its own pricing tier, API rate limit, and opaque terms of service. They want to own their stack. They want a backend that actually belongs to them, a frontend they can modify, and a mobile app that shares the same codebase instead of requiring a separate team.

This is exactly where rigid no-code tools fall apart. They give you a pretty interface and a locked-in database. They do not give you the source code. They do not give you real-time reactive data. They certainly do not let you ship to iOS, Android, and the web from the same project while keeping your Git repository portable. Builders are figuring out that partial control is just another form of dependency.

Full-Stack Ownership Is the Point

Botflow exists because we felt the same frustration. The platform generates full-stack web and mobile apps from natural language, but it does not trap your code in a walled garden. Everything pushes to your own GitHub repo. The backend runs on Convex, so you get reactive queries, durable workflows, and vector search without wiring up fragile microservices. You can self-host the entire project because we open-sourced it. You see every wire.

The connection to cyberdecks is stronger than it first appears. Both movements are about reducing the distance between idea and artifact. A cyberdeck builder sees a clamshell case and imagines a portable writing station, then builds it in a weekend. A vibe coder describes a marketplace app with chat and payments, then ships it to the web and app stores before lunch. The tools are different. The impatience with gatekeepers is the same.

Microsoft, OpenAI, and the rest of big tech are not going anywhere. They will keep releasing glossy products that promise to do everything for you. Some of them will be useful. But the cyberdeck revival reminds us that a growing number of builders want the opposite. They want to see the wiring. They want to pull the code. They want to own what they ship, down to the last screw and the last commit.

If you are building software right now, look at your stack honestly. If you cannot see the wiring, pull the code, or own what you ship, you are working inside someone else's sealed box. The cyberdeck builders figured out how to break out. Software builders are next.