What is Myco?
Build full-stack web apps with AI — using natural language and Claude Code.
The platform for vibe coding
Myco is a backend-as-a-service platform designed for vibe coding — building apps by describing what you want in natural language, with Claude Code doing the heavy lifting.
You bring the ideas. Claude Code writes the code. Myco handles the backend:
- Authentication — Federated login with session management, no auth code to write
- Data storage — Define your data schema, get a full CRUD API instantly
- AI chat — Built-in chat UI with skill-based agents that can use real tools
- Deployment — One command to deploy to Cloudflare’s global edge network
How it works
Install the CLI
One command installs the myco CLI and authenticates you.
Create an app
myco app create scaffolds a full-stack app with React, Tailwind, and a Cloudflare Worker.
Describe what you want
Open Claude Code and tell it what to build. The project’s CLAUDE.md teaches Claude how to use Myco.
Deploy
myco app deploy pushes your app live in seconds.
What you get
Every Myco app starts as a Vibekit project — a full-stack starter kit optimized for AI-assisted development:
| Layer | Technology |
|---|---|
| Frontend | React + React Router + Tailwind CSS |
| UI components | 40+ shadcn/ui components |
| Backend | Cloudflare Worker with Hono |
| Auth | Myco federated auth (SDK handles everything) |
| Data | Myco entities + SDK hooks |
| AI chat | Built-in chat page with skill matching |
| Build tool | Vite + @cloudflare/vite-plugin |
Next steps
Ready to start? Install the CLI and create your first app.