.app.jsonc file.
The .app.jsonc file is gitignored, so linking is per checkout. Every fresh clone needs base44 link, or the --app-id flag, before app-scoped commands like dev can run.
Use this when you have a local project but haven’t yet connected it to Base44.
If you don’t have any project files yet, use
base44 create to generate a new project. The create command generates new code, while link connects existing code files to a backend. For a complete guide, see Link an Existing Backend Project.Requirements
- Must be run from a directory containing a
base44/config.jsoncfile. - Project must not already be linked. If an
.app.jsoncfile with an app ID already exists, the command will fail.
Usage
Flags
Non-interactive usage
For scripts or CI environments, use the flags to skip prompts: Create a new project:app.base44.com/apps/<id>/...:
See also
create: Create a new Base44 projectscaffold: Set up local project files for an existing Base44 appworkspace list: List the workspaces you belong todashboard open: Open your app in the dashboardsite open: Open the deployed site in your browser- Project Structure: How project files are organized