← All connection guides

Connect · Base44

Connect a Base44 app

Create a login for the walker

Open your published app and sign up with a fresh email you control. Give FixWalk that email and password on the connections screen. The walker uses this account and no other.

Link your repo

Base44 exports code on the Builder plan and above, through Code → Export project as ZIP or its GitHub integration. If you keep a GitHub repository, pick it on FixWalk's connections screen. If not, skip this step. The walk works without it; fix prompts are then written from what the app does rather than from your code.

There is no database step, and here is why

Base44 never hands out a database connection. Your records live inside Base44's own shared database, which is a Base44 limit rather than a setting you can change. So a FixWalk walk of a Base44 app checks what the screen shows against what your app's own API returns and what its exports contain, and the report header says "screen only". It cannot compare a row in the table to a number on the screen. Everything else about the walk is the same.