Skip to Content
Getting StartedWhat is Myco?

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:

LayerTechnology
FrontendReact + React Router + Tailwind CSS
UI components40+ shadcn/ui components
BackendCloudflare Worker with Hono
AuthMyco federated auth (SDK handles everything)
DataMyco entities + SDK hooks
AI chatBuilt-in chat page with skill matching
Build toolVite + @cloudflare/vite-plugin

Next steps

Ready to start? Install the CLI and create your first app.