# DYPAI > Agent-native full-stack app platform. Build production apps from your IDE through MCP — Postgres, auth, storage, workflows, and hosted frontends — without opening a dashboard. Or build visually in Studio. ## Canonical docs (read these first) - [Overview (machine-readable)](https://www.dypai.ai/index.md): What DYPAI is, two build paths, features, FAQ - [Agent setup — build from outside](https://www.dypai.ai/agents.md): MCP install, backend flows, frontend deploy, full IDE workflow - [Client SDK skill](https://www.dypai.ai/.well-known/skills/dypai-sdk/SKILL.md): SDK reference for agents implementing frontend code ## Human-facing - [Landing](https://www.dypai.ai/): Business owners — apps without coding - [Developers](https://www.dypai.ai/desarrolladores): MCP, flows, technical capabilities - [Pricing](https://www.dypai.ai/#pricing): Free + Pro plans ## Tools & packages - [MCP server](https://mcp.dypai.dev): Agent tools — operate DYPAI from your IDE - [Install CLI](https://www.npmjs.com/package/@dypai-ai/install): `npx -y @dypai-ai/install` — one command to connect - [Client SDK](https://www.npmjs.com/package/@dypai-ai/client-sdk): Frontend + React hooks - [Deploy CLI](https://www.npmjs.com/package/@dypai-ai/cli): Frontend deployment ## Quick start for agents Build from outside — no dashboard required: ```bash npx -y @dypai-ai/install --client cursor ``` Then follow https://www.dypai.ai/agents.md