Tutorials
Learn DYPAI with short video lessons. Start with setup in 5 minutes, then what DYPAI is and how the platform fits together. After that, follow Building your first app — authentication, data and APIs, storage, AI agents, and payments.
No IDE? Build in Studio
You don't need an external editor to get started. Studio is the in-dashboard AI app builder and the default mode of every project (/projects/{id} opens Studio). Describe your app in a chat prompt, watch the live preview, and publish — see Build an app in Studio.
Introduction
| # | Tutorial | What you'll learn |
|---|---|---|
| 1 | Setup backend in 5 mins | Create your project and connect the MCP in your IDE |
| 2 | What is DYPAI? | What the product is and the problems it solves |
| 3 | The platform | Database, API builder, auth, storage, and how they connect |
Building your first app
| # | Tutorial | What you'll learn |
|---|---|---|
| 1 | Authentication | Users, sessions, and JWT |
| 2 | Tables & endpoints | Model data and expose REST APIs |
| 3 | Storage | Buckets and file uploads |
| 4 | AI agents & chatbot | AI tools and conversational flows |
| 5 | Payments | Payments in your application |
Video URLs are added to each page as they are published. If a video is not live yet, you will see a placeholder on the lesson page.
A note on AI Credits
AI Credits are the unit of AI build/edit work — spent each time the AI builds or edits your app, scaled by task size. Free gives you +5 credits/day; Pro includes 100 credits/month (plus 100 one-time Launch Credits). Your deployed apps stay live regardless of your credit balance — credits never gate running apps. Learn more in Plans & AI Credits.
Prerequisites
- A DYPAI account (sign up here)
- One of the supported AI clients — Claude Code, Codex, Cursor, Windsurf, or Antigravity (or any MCP-compatible tool)
- The DYPAI MCP connected from the org "Conectar IA" (MCP tokens) page at
/{org}/mcp/tokens - Node.js 18+ when you build a frontend that uses the client SDK
You can also skip the IDE entirely and build directly in Studio.