Back to Blog
Environment
2026-06-114 min read

The real cost of environment setup for side-project builders

Node versions, Docker, permissions, paths — setup steals the weekend before you write a single feature. We think that's the wrong default.

You had a Saturday free. The idea was clear: ship a small landing page, wire a form, maybe call an API. By Sunday afternoon you were still debugging why Docker wouldn't start and which Node version the tutorial assumed.

For career engineers, that's Tuesday. For side-project builders, it's often enough to abandon the idea entirely.

Setup is a tax on motivation

Every hour spent on dependencies is an hour not spent validating the product. Semi-pro users don't lack creativity — they lack a environment that stays out of the way.

My AI Weapon ships with runtimes, package managers, git, and Docker already configured. Projects land in a predictable workspace layout. Containers are the default path to running apps, not a weekend research project.

Rules beat blank slates

A blank VPS feels powerful until you're staring at an empty home directory wondering where things go. We use opinionated file rules: docs live here, projects live there, logs stay out of your way.

You don't need to understand every layer of the stack. You need a place to put work and a way to run it. The platform handles permissions and elevation when configuration is required — you stay in the chat.

From idea to running code

The goal isn't to hide computers from you forever. It's to remove the upfront toll so you can reach the part that matters: describing what you want built and seeing it run.

Open the browser, open the chat, describe the task. The environment behind the conversation is already warm.

More from the blog

Model Routing

2026-06-10 · 5 min read

Why we stopped asking users to pick an AI model

Most builders don't want to become model experts. Here's why My AI Weapon routes tasks automatically — and when you can still override.

Read
Chat Interface

2026-06-12 · 5 min read

Chat-first vs code-editor-first: a different way to work with AI

Most AI dev tools look like IDEs with a chat sidebar. We flipped that — conversation is the product, execution happens behind the scenes.

Read
Credits

2026-06-13 · 4 min read

One credit balance for all your AI tools

Models, search APIs, SEO data — one subscription covers it. No API key juggling, no surprise invoices from five vendors.

Read
Cross-Device

2026-06-14 · 4 min read

Your workspace, any device — why cloud-first changes everything

Your environment shouldn't live on one laptop. Log in from any browser and pick up the same workspace — chat, files, and progress included.

Read
You: Build me a REST API for user auth
Agent: Planning...
Agent: Writing src/api/auth.ts ✓
Agent: Tests passing — preview ready on :3000 ✓

Ready to try it?

Early access is invite-only. Use your invite code to create an account.