STRAIGHT ANSWERS
Questions before you build.
How BuildMakr handles internal pages, CRUD, reporting, permissions, and the operational edge cases behind a customer-facing app.
Compare BuildMakr plans ↗01What can I build with the BuildMakr admin dashboard builder?+
You can create role-aware admin pages, generated CRUD views, record forms, dashboard layouts, saved queries, query widgets, reports, joined data views, workflow controls, and a conflict-resolution workbench around your project entities.
02Does the admin dashboard use the same database as the app?+
Yes. The admin runtime can operate on the same Postgres-backed entities and relationships used by the mobile and public web runtimes. That avoids copying customer records into a separate internal-tool database.
03Can different team members have different admin permissions?+
BuildMakr includes project and workspace roles for signed-in staff. They shape who can see or perform operational work, but they are not end-customer accounts, invitations, or real-time co-editing. Test every role boundary before production.
04Can I create custom queries and reports without SQL?+
The platform includes visual query and report designers for saved queries, widgets, reports, and joins around the project model. Specialized behavior still requires development; extension fields are handoff notes, not an executable custom-code runtime.
05How does BuildMakr handle offline data conflicts?+
Eligible mobile changes can queue while a device is offline. When synchronization detects that the server record also changed, the mobile runtime keeps the action queued and shows server and local values for an explicit resolution. The admin runtime has a separate manual comparison tool; it is not an automatic conflict inbox.
06Is the admin dashboard included on the Free plan?+
Free is for shaping the idea, mapping the product, and core mobile configuration. New accounts include a seven-day Starter trial with broader visual builder access. After the trial, paid admin, workflow, integration, and advanced handoff configuration stays saved but locks until paid access is approved.