How we're different
Not another app generator. Not an empty cloud IDE.
| Dimension | My AI Weapon | Type A — AI App Builders | Type B — Cloud IDEs | Type C — Local AI IDEs |
|---|---|---|---|---|
| Target user | Semi-pro web builders | Non-technical → product builders | Students → professional developers | Career engineers |
| Persistent environment | Account-level personal workspace | Per project / per session | Workspace or repo level | Local machine only |
| Interaction model | Chat-first — describe tasks in natural language | Prompt-to-generate (one-shot) | Code editor with AI assist | Code editor with AI assist (local) |
| Model routing | Default aggregator (auto) | Platform decides | User picks mode / tier | User picks model |
| Data APIs in one bill | Yes — unified credits | Backend-focused connectors | Limited integrations | No — bring your own keys |
| Docker defaults | Projects default to Docker | Not user-visible runtime | Optional container deploy | Local only |
| Starting price | $20/mo | ~$20–25/mo | $20/mo+ | Team / seat pricing |
vs Type A — AI App Builders
Prompt-to-app tools that generate and ship — no persistent personal workspace.
They generate an app. We give you a workspace to keep building.
- Persistent environment that survives beyond a single generation
- Run your own code and agents, not just generated scaffolds
- Full-stack pre-installed — Node, Python, Go, Docker
- Unified credits for models and data lookups
My AI Weapon
They generate an app. We give you a workspace to keep building.
vs Type B — Cloud IDEs
Browser IDEs for developers — per-project or per-repo sandboxes.
They make you configure. We make you productive.
- Account-level persistent environment — not per-project sandboxes
- Default model aggregator routes by task complexity
- Data APIs included in one credit balance
- Opinionated file rules and Docker defaults out of the box
My AI Weapon
They make you configure. We make you productive.
vs Type C — Local AI IDEs
Desktop installs for professional engineers — bound to one machine.
They're a local IDE for engineers. We're a browser workspace for builders.
- Zero install — works on any device with a browser
- Managed environment with pre-built defaults
- Built for semi-pro builders, not career engineers
- One subscription covers environment, models, and data APIs
My AI Weapon
They're a local IDE for engineers. We're a browser workspace for builders.
You: Build me a REST API for user auth Agent: Planning... Agent: Writing src/api/auth.ts ✓ Agent: Tests passing — preview ready on :3000 ✓