Usage
- Prompts you to select from your existing Base44 apps.
- Downloads the frontend code from the selected app.
- Downloads entity schemas and other backend resources, but not your data.
- Creates a new backend project with a unique ID.
- Sets up a local project structure with all resources.
Flags
Non-interactive usage
For scripts or CI environments, pass--app-id and --path to skip all prompts:
After ejecting, use
base44 build to compile your frontend for deployment rather than running your build tool directly. The ejected project has a new app ID, and base44 build ensures it’s injected into the compiled bundle.See also
- Start from an Existing Base44 App: Clone an existing Base44 project
build: Build your frontend with the app ID injectedcreate: Start a new project from scratchscaffold: Set up local project files for an existing Base44 applink: Connect local project files to Base44