Skip to main content

Start building with Base44

Backend Platform

The same backend that powers Base44’s AI app builder, available as a standalone service. Build with any frontend framework while Base44 handles:
  • Data management: Store and query data with flexible schemas and realtime updates
  • Backend functions: Custom server-side logic in a secure runtime
  • AI agents: Define AI assistants with custom tools and data permissions
  • Integrations: Pre-built connections to AI, email, file storage, and more
  • Authentication: Built-in login, social auth, and session handling
  • Hosting: Deploy with a single command, automatic HTTPS included
npm install -g base44 # Install the CLI
base44 login # Authenticate
base44 create # Create a project

Develop and debug your app

Work directly in your code

The Code tab lets you view and edit your app’s source code directly, giving you control over your app’s functionality, design, and behavior while seeing changes immediately.
Learn More >
The Code tab interface

Base44 Docs MCP

The Base44 Docs MCP server lets AI assistants like Cursor, Claude Desktop, and VS Code access Base44’s documentation directly. Add the following to your MCP configuration:
{
  "base-44-docs": {
    "type": "http",
    "url": "https://docs.base44.com/mcp"
  }
}

Explore